On January 17th, 2011, Clipper 1.2.3 was released. This is a maintenance and minor new feature release. Fixed 27 tickets total. 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
- “Warning: Division by zero” when adding a new coupon from backend
- “Warning: in_array(): Wrong datatype for second argument” after reseting votes from backend
- Wrong email message when moderation for new coupons is off
- Added missed default options on new installs
- appthemes_get_custom_taxonomy() now correctly check values if no one assigned
- Database optimization improvements on the store list page
- Database optimization improvements on the taxonomy pages
- Memory optimization on updating process
- Hide inactive stores from search form
- Media Library search results was modified by filters
- Images from coupon body was removed if printable image was changed
- Coupon type was not updated on front end, if type was changed from Coupon Code to Printable Coupon
- Expired coupons not pruning if prune option set to yes
- Views was not shown when viewing single coupon
- The vote bars was not displaying the color correclty in Opera
- Menu was not displaying correctly with longer page names
Changes
- Automatically set new coupons at 100%
- Replaced caller_get_posts with ignore_sticky_posts on the taxonomy pages
- Replaced get_userdatabylogin() with get_user_by(‘login’), update_usermeta() with update_user_meta()
- Add Facebook login and sign up option
Files Modified
Modified author.php Modified changelog.txt Modified clipper-no-admin.pot Modified clipper.pot Deleted examples/blog-post-import-template.csv Modified framework Modified header.php Added images/facebook-logo.jpg Modified includes/admin/admin-options.php Modified includes/admin/admin-post-types.php Modified includes/admin/admin-scripts.js Modified includes/admin/admin-updates.php Modified includes/admin/admin-values.php Added includes/admin/custom-post-status.php Modified includes/admin/install-script.php Modified includes/admin/write-panel.php Modified includes/appthemes-functions.php Modified includes/forms/forgot-password/forgot-password-form.php Modified includes/forms/login/login-form.php Modified includes/forms/register/register-form.php Modified includes/forms/register/register-process.php Modified includes/forms/submit-coupon/submit-coupon-form.php Modified includes/forms/submit-coupon/submit-coupon-process.php Modified includes/js/quick-edit-stores.js Modified includes/js/theme-scripts.js Added includes/lib/fb/base_facebook.php Added includes/lib/fb/facebook.php Added includes/lib/fb/fb_ca_chain_bundle.crt Modified includes/reports/reports-main.php Modified includes/theme-emails.php Added includes/theme-facebook.php Modified includes/theme-functions.php Modified includes/theme-header.php Modified includes/theme-login.php Modified includes/theme-profile.php Modified includes/theme-search.php Modified includes/theme-voting.php Modified index.php Modified loop-coupon.php Modified sidebar-user.php Modified single-coupon.php Modified style.css Modified taxonomy-coupon_category.php Modified taxonomy-coupon_tag.php Modified taxonomy-stores.php Modified tpl-dashboard.php Modified tpl-edit-item.php Modified tpl-profile.php Modified tpl-stores.php |