On December 22nd, 2011, Clipper 1.2.2 was released. This is a bug release and upgrading is recommended. Fixed 9 tickets total. A breakdown of tickets can be found below.
The most notable change is with language (.mo) files. If you use Clipper in any language besides English, this affects you. The .mo file must be renamed and relocated to a new folder. So instead of placing the .mo file in /wp-content/themes/clipper/
it should go in /wp-content/languages/themes/
.
Read the Using Theme Language Files tutorial on how to do this.
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
- Coupon category and tags were not importing correctly from csv
- “Warning: Missing argument 2 for add_store_extra_fields()” appeared on store page when debug mode was turned on
- Expiration date for coupons didn’t appear for some people
- Auto-complete search was not working for some people
- Theme version number wasn’t displaying correctly on the system info admin page
- Coupons created from the admin didn’t auto-populate the vote up/down custom field values
Changes
- Language .mo files should be placed in a ‘languages’ folder in ‘wp-content’ instead of inside the ‘jobroller’ folder
- Swapped out get_currentuserinfo() and replaced with wp_get_current_user() on the user profile page
- Added CSS3 PIE to support CSS3 features in older Internet Explorer versions
Files Modified
Modified changelog.txt Modified clipper-no-admin.pot Modified clipper.pot Modified examples/coupon-import-template.csv Modified framework Modified functions.php Modified header.php Added images/bg-tab-active.png Modified includes/admin/admin-options.php Modified includes/admin/admin-post-types.php Modified includes/admin/admin-style.css Modified includes/admin/admin-updates.php Modified includes/admin/install-script.php Modified includes/admin/write-panel.php Modified includes/appthemes-functions.php Modified includes/forms/submit-coupon/submit-coupon-process.php Added includes/js/pie.htc Added includes/js/quick-edit-stores.js Modified includes/theme-actions.php Modified includes/theme-emails.php Modified includes/theme-enqueue.php Modified includes/theme-functions.php Modified includes/theme-header.php Modified includes/theme-profile.php Modified includes/theme-security.php Modified includes/theme-voting.php Modified sidebar-user.php Modified single-coupon.php Modified style.css Modified styles/blue.css Modified styles/gray.css Modified styles/green.css Modified styles/orange.css Modified styles/red.css Modified taxonomy-stores.php Modified tpl-dashboard.php Modified tpl-edit-item.php Modified tpl-profile.php |