On December 23nd, 2011, ClassiPress 3.1.6 (our WordPress classifieds theme) was released. This is a bug release and upgrading is recommended. Fixed 10 tickets total. A breakdown of tickets can be found below.
The most notable change is with language (.mo) files. If you use ClassiPress 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/classipress/
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 ClassiPress. 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
- Facebook login was not working correctly
- Pagination issue with the homepage listing tabs
- Coupon currency symbol location option set to right side
- Romania spelling in country drop-down
- Apostrophe got backslashed when saved in ad package settings
- Allow forced expiration of ads from the back-end
- Text strings missing from .po language file
Changes
- Language .mo files should be placed in a ‘languages’ folder in ‘wp-content’ instead of inside the ‘classipress’ folder
- Swapped out get_currentuserinfo() and replaced with wp_get_current_user() on the user profile page
- Added the AppThemes framework
Files Modified
Modified changelog.txt Modified classipress-no-admin.pot Modified classipress.pot Modified functions.php Modified header.php Modified includes/admin/admin-options.php Modified includes/admin/admin-post-types.php Modified includes/admin/install-script.php Modified includes/appthemes-functions.php Modified includes/forms/step-functions.php Modified includes/forms/step1-membership.php Modified includes/forms/step1.php Modified includes/forms/step2-membership.php Modified includes/forms/step2.php Modified includes/forms/step3-membership.php Modified includes/forms/step3.php Modified includes/gateways/paypal/ipn.php Modified includes/gateways/paypal/paypal.php Modified includes/lib/fb/facebook.php Modified includes/theme-actions.php Modified includes/theme-facebook.php Modified includes/theme-functions.php Modified includes/theme-refine.php Modified includes/theme-stats.php Modified index.php Modified sidebar-ad.php Modified sidebar-blog.php Modified sidebar-user.php Modified sidebar.php Modified single-ad_listing.php Modified style.css Modified taxonomy-ad_cat.php Modified taxonomy-ad_tag.php Modified tpl-add-new-confirm.php Modified tpl-add-new.php Modified tpl-dashboard.php Modified tpl-edit-item.php Modified tpl-membership-confirm.php Modified tpl-membership-purchase.php Modified tpl-profile.php Added loop-featured.php Added archive-ad_listing.php Added includes/lib/fb/base_facebook.php Added framework Deleted includes/appthemes-hooks.php |