On July 23rd, 2021, Vantage 4.2.13 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 Vantage. 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
- Remove Map Pins on Homepage Widget Listings with no Address.
- Make sure, that pending order deleted after listing moved to trash.
- Allow decimals in the Plan price field.
- Updated Framework
- Fixed issue with registering widgets in block-based editors.
- Fixed Deprecated: Required parameter $taxonomy follows optional parameter $id
- Fixed another Deprecated method argument use
- Replaced SCB framework with the AppThemes fork
- Fixed meta box typo
- Use proper errors checking instead of silencing errors in the class APP_Widget
- Fixed issue with Reset Password
- Fixed breadcrumb issue for archives of multiple post types.
- Fixed fatal error when logging PayPal subscription attempt error in APP_PayPal_Bridge.
- Fixed PHP8 incompatibility issues
Changes
- Make Critic rating (stars) visible in the search results and categories.
- Pass all widget title through the filter ‘widget_title’ to ensure compatibility with WPML. Added custom filter ‘va_widget_description’ for the same purpose.
- Added Customizer option ‘Favorites counter’ to display the number of people who clicked a listing as favorite.
- Added listings randomization filter in Refine Search widget.
- Added more columns in the plans table.
- Added “Last Login” & “Registered” fields in users administration page.
- Updated MarketPlace Addons Browser
- Enable Bulk Actions for Orders.
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/mixins/_buttons.scss Modified assets/scss/partials/_page-listing.scss Modified assets/scss/partials/_plugins.scss Modified framework Modified framework/admin/class-meta-box.php Modified framework/admin/class-tabs-page.php Modified framework/admin/class-taxonomy-meta-box.php Modified framework/admin/class-widget.php Modified framework/admin/importer.php Modified framework/admin/versions.php Modified framework/.gitmodules Modified framework/includes/ajax/class-ajax-view.php Modified framework/includes/comment-counts.php Modified framework/kernel/functions.php Modified framework/kernel/hooks.php Modified framework/kernel/notices.php Modified framework/kernel/view-types.php Modified framework/load.php Modified framework/media-manager/functions.php Modified framework/media-manager/media-manager.php Deleted framework/scb Added framework/scb-appthemes Modified framework/tests/p2p/test-constraints.php Modified includes/admin/addons-mp Modified includes/admin/addons-mp/addons-mp-class.php Modified includes/admin/addons-mp/admin.php Modified includes/admin/addons-mp/api-translations.php Added includes/admin/addons-mp/class-addons-mp-request.php Modified includes/admin/addons-mp/css/styles.css Modified includes/admin/addons-mp/load.php Modified includes/admin/users.php Modified includes/class-refine-search.php Modified includes/core Modified includes/core/extra/plans/admin/class-listing-plans-details-metabox.php Modified includes/core/extra/plans/admin/class-listing-plans-duration-metabox.php Modified includes/core/extra/plans/class-listing-plans.php Modified includes/core/extra/recurring/class-listing-recurring.php Modified includes/core/extra/tax-limit/admin/class-listing-plans-tax-limit-metabox.php Modified includes/core/parts/payments/admin/class-listing-plans-price-metabox.php Modified includes/core/tests/extra/plans/test_class-listing-plans.php Modified includes/core/tests/parts/payments/test_class-listing-payments-emails.php Modified includes/customizer/sections/content-listing.php Modified includes/favorites.php Modified includes/integrations/critic/class-critic.php Modified includes/payments Modified includes/payments/admin/order-list.php Modified includes/payments/admin/order-meta.php Modified includes/payments/gateways/paypal/paypal-bridge.php Modified includes/template-tags.php Modified includes/widgets/class-widget-listing-latest.php Modified tests/lib/phpunit.xml Modified theme-framework Modified theme-framework/kernel/breadcrumb-trail.php Modified theme-framework/templates/foundation/form-password-reset.php |