On April 6th, 2020, ClassiPress 4.1.6 was released. This release is patching issues reported in the last couple months.
Upgrade Information
Use the AppThemes Updater Plugin to automatically update the theme. 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.
The translation template file (classipress.pot
) has been changed. Please update your translations if you use them.
Fixes:
- Fixed errors when disabling app-reports feature.
- Fixed Refined search when using with location field and no geocoding enabled.
- Google Maps issue when the same ad is loaded multiple times on front-page.
- Removed “Set as a Banner” radio button from the Category Image upload form.
- Fixed minor issue with listing Geo data attributes.
- Refine results widget includes default fields on search page.
- Fixed issue with the Breadcrumbs structured data.
- Minor Fix for Blog Posting structured data.
- Better generating Product structured data. Added option “Currency Code” in Ad Price settings.
- Use Custom Currency field for the Ad structured data (when available).
- Allow admins see only images uploaded to a specific object.
Files Modified:
Modified assets/js/src/google-maps.js Modified assets/js/theme-scripts.js Modified assets/js/theme-scripts.min.js Modified framework Modified framework/media-manager/media-manager.php Modified includes/actions.php Modified includes/admin/listing-single.php Modified includes/admin/settings.php Modified includes/geo Modified includes/geo/admin/settings.php Modified includes/geo/geocoders/geocoder-functions.php Modified includes/geo/map-providers/appthemes-maps.js Modified includes/options.php Modified includes/search.php Modified includes/structured-data Modified includes/structured-data/class-autoload.php Modified includes/structured-data/class-structured-data.php Modified includes/structured-data/types/class-schema-type-blogposting-post.php Added includes/structured-data/types/class-schema-type-jobposting.php Added includes/structured-data/types/class-schema-type-jobposting-post.php Modified includes/theme-structured-data/class-schema-type-offer-ad.php Modified includes/theme-structured-data/class-schema-type-offer-product.php Modified includes/theme-structured-data/class-schema-type-product-ad.php Modified includes/views.php Modified theme-framework Modified theme-framework/kernel/breadcrumb-trail.php |