On December 19th, 2019, ClassiPress 4.1.5 was released. This release is patching issues reported in the last few weeks.
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:
- Search does not work for checkbox custom fields since WordPress v5.3.1.
- Updated Woocommerce templates.
- Disallow direct access to the Password Reset page.
- Issue with step progress indicator.
- User profile – header image upload issue.
- Geo Services – Including not geocoded checkbox issue.
- Fixed issue when calling get_the_excerpt() with the $post parameter.
- Fixed minor issue when use the Bank Transfer payment method with empty message.
- Use default core fields on the “Refine Search” widget when there is no category.
- Fixed ads footer position on the main page.
Files Modified:
Modified assets/css/style.css Modified assets/css/style.min.css Modified assets/css/style-rtl.css Modified assets/css/style-rtl.min.css Modified assets/scss/partials/_page-archive.scss Modified framework Modified framework/media-manager/media-manager.php Modified framework/media-manager/scripts/media-manager.js Modified includes/actions.php Modified includes/functions.php Modified includes/options.php Modified includes/search.php Modified includes/views-checkout.php Modified includes/views/class-ads-search.php Modified theme-framework Modified theme-framework/includes/views-login.php Modified theme-framework/includes/wrapping.php Added theme-framework/kernel/class-autoload.php Modified theme-framework/kernel/functions.php Modified theme-framework/kernel/view-edit-profile.php Added theme-framework/lib/customizer-custom-controls/css/customizer.css Added theme-framework/lib/customizer-custom-controls/examples/customizer.php Added theme-framework/lib/customizer-custom-controls/examples/customizer-preview.js Added theme-framework/lib/customizer-custom-controls/examples/functions.php Added theme-framework/lib/customizer-custom-controls/examples/style.css Added theme-framework/lib/customizer-custom-controls/images/allcaps.png Added theme-framework/lib/customizer-custom-controls/images/bold.png Added theme-framework/lib/customizer-custom-controls/images/color-picker-transparency-grid.png Added theme-framework/lib/customizer-custom-controls/images/italic.png Added theme-framework/lib/customizer-custom-controls/images/sidebar-left.png Added theme-framework/lib/customizer-custom-controls/images/sidebar-none.png Added theme-framework/lib/customizer-custom-controls/images/sidebar-right.png Added theme-framework/lib/customizer-custom-controls/images/underline.png Added theme-framework/lib/customizer-custom-controls/inc/custom-controls.php Added theme-framework/lib/customizer-custom-controls/inc/google-fonts-alphabetical.json Added theme-framework/lib/customizer-custom-controls/inc/google-fonts-popularity.json Added theme-framework/lib/customizer-custom-controls/inc/sanitizers.php Added theme-framework/lib/customizer-custom-controls/js/customizer.js Added theme-framework/lib/customizer-custom-controls/load.php Added theme-framework/lib/customizer-custom-controls/readme.md Modified theme-framework/load.php Modified woocommerce/content-product.php |