On July 26, 2021, ClassiPress 4.2.6 was released. This release introduces few improvements, patches few bugs, PHP8 and WordPress 5.8 compatibility fixes.
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 compatibility issue with “Advanced Post Cache” plugin that causes 0 total transaction issue.
- Sorting ads by expire date on admin screen.
- Account stats widget is missing Trash status localization.
- Price decimal values/places issue.
- Fixed issue with Reset Password
- Fixed Deprecated: Required parameter $taxonomy follows optional parameter $id
- Category selection on form assignment is not persistent.
- Show category image placeholder and thumbnail image placeholders for listings on dashboard and sidebar widgets.
- Show category image placeholder and thumbnail image placeholders for listings on dashboard and sidebar widgets.
- Fixed issue with registering widgets in block-based editors (WordPress 5.8 compatibility issue).
- Fixed fatal error when logging PayPal subscription attempt error in APP_PayPal_Bridge.
- Fixed PHP8 incompatibility issues
- Fixed Date localizing issue on user dashboard
- Fixed minor typos
- Pass all widget titles through the filter ‘widget_title’ to ensure compatibility with WPML. Added custom filter ‘cp_widget_description’ for the same purpose.
Changes:
- Disable contact owner button when ad is marked as sold.
- Make Critic rating (stars) visible in the search results and categories.
- Show banner image in the listing gallery.
- Better Dashboard layout on mobile.
- Small CSS optimization
Files Modified:
Modified assets/css/editor-style.css Modified assets/css/editor-style.min.css Modified assets/css/foundation.css Modified assets/css/foundation.min.css Modified assets/css/foundation-rtl.css Modified assets/css/foundation-rtl.min.css 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/js/src/theme-admin.js Modified assets/js/theme-admin-scripts.js Modified assets/scss/mixins/_buttons.scss Modified assets/scss/mixins/_callout.scss Modified assets/scss/partials/_badges.scss Modified assets/scss/partials/_base.scss Modified assets/scss/partials/_buttons.scss Modified assets/scss/partials/_callouts.scss Modified assets/scss/partials/_page-dashboard.scss Modified assets/scss/partials/_page-edit-profile.scss Modified assets/scss/partials/_page-post.scss Modified assets/scss/style.scss Modified assets/scss/vendor/foundation/_settings.scss Modified dashboard-ads.php Modified framework Modified framework/admin/class-widget.php Modified framework/admin/importer.php Modified framework/.gitmodules Modified framework/kernel/functions.php Modified framework/load.php Modified framework/media-manager/functions.php Deleted framework/scb Added framework/scb-appthemes Modified includes/actions.php Modified includes/admin/listing-list.php Modified includes/admin/options.php Modified includes/appthemes-functions.php Modified includes/core.php Modified includes/customizer/sections/footer.php Modified includes/functions.php Modified includes/images.php Modified includes/integrations/critic/class-critic.php Modified includes/payments Modified includes/payments/admin/order-meta.php Modified includes/payments/gateways/paypal/paypal-bridge.php Modified includes/theme-widgets/class-widget-listing-latest.php Modified includes/theme-widgets/class-widget-listing-reveal-gallery.php Modified parts/widget-listing-author.php Modified parts/widget-listing-author-stats.php Added tests/test_functions.php Modified theme-framework Modified theme-framework/templates/foundation/form-password-reset.php |