On December 16th, 2016, Clipper 1.6.4 was released. This is a maintenance and a hotfix release to patch WordPress 4.7 bug. Updating is highly recommended. A breakdown of tickets can be found below.
Upgrade Information
Now you can automatically upgrade directly from your WordPress admin. Under “Appearance -> Themes”, you’ll see an upgrade link next to Clipper. If you don’t, check back later. The AppThemes upgrade check API runs twice a day. It’s important to note that using this auto updater will overwrite any custom coding done to the theme. Customers who have made theme code changes will need to manually upgrade instead.
If you prefer the old fashion way or have made core theme modifications (which is not recommended), visit AppThemes to download the full version.
Fixes
- Fixed incompatibility with WordPress 4.7
- Fixed missing icons on Theme Dashboard.
- Fixed issue with registration form.
- Fixed issue with not saving empty fields while editing stores.
- Fixed errors in “Coupon Sub Category” widget.
- Fixed issue where contributor could enter shortcodes in the description field.
- Fixed “Allow users to view their order list” option that was not saving it’s state.
- Fixed issue with copying coupon code when “Direct Links” option was enabled.
- Fixed issue with not unrevealing coupon code when “Direct Links” option was enabled.
- Fixed issue with https and images from mShots service.
Changes
- Replaced library used for coupon code copy functionality – ZeroClipboard with Clipboard.js.
- Updated Font Awesome library to 4.7.0
- Removed Google CDN option which often was causing conflicts.
- Removed PIE.htc script for adding CSS3 support in old IE browsers.
- Deprecated
clpr_update_post_status()
function.
Files Modified
Modified changelog.txt Modified clipper.pot Modified examples/coupons.csv Modified framework Modified functions.php Modified includes/actions.php Modified includes/admin/class-term-description.php Modified includes/admin/dashboard.php Modified includes/admin/listing-single.php Modified includes/admin/settings.php Modified includes/admin/stores-single.php Modified includes/admin/updates.php Modified includes/checkout Modified includes/core.php Modified includes/deprecated.php Modified includes/enqueue.php Modified includes/functions.php Added includes/js/clipboard.js Added includes/js/clipboard.min.js Deleted includes/js/flashdetect/flash_detect.js Deleted includes/js/flashdetect/flash_detect_min.js Deleted includes/js/pie.htc Modified includes/js/theme-scripts.js Deleted includes/js/zeroclipboard/.jshintrc Deleted includes/js/zeroclipboard/ZeroClipboard.Core.js Deleted includes/js/zeroclipboard/ZeroClipboard.Core.min.js Deleted includes/js/zeroclipboard/ZeroClipboard.Core.min.map Deleted includes/js/zeroclipboard/ZeroClipboard.js Deleted includes/js/zeroclipboard/ZeroClipboard.min.js Deleted includes/js/zeroclipboard/ZeroClipboard.min.map Deleted includes/js/zeroclipboard/ZeroClipboard.swf Modified includes/options.php Modified includes/payments Modified includes/payments.php Modified includes/search-index Modified includes/views-checkout.php Modified style.css Modified theme-framework |