Changeset 3133152
- Timestamp:
- 08/09/2024 11:04:36 AM (20 months ago)
- Location:
- popularis-extra/tags/1.2.6
- Files:
-
- 13 copied
-
. (copied) (copied from popularis-extra/trunk)
-
assets/css/style.css (copied) (copied from popularis-extra/trunk/assets/css/style.css)
-
img/notify.png (copied) (copied from popularis-extra/trunk/img/notify.png)
-
includes/notify/notify.php (copied) (copied from popularis-extra/trunk/includes/notify/notify.php)
-
includes/panel/classes/class-install-demos.php (copied) (copied from popularis-extra/trunk/includes/panel/classes/class-install-demos.php)
-
includes/panel/demos.php (copied) (copied from popularis-extra/trunk/includes/panel/demos.php)
-
includes/wizard/wizard.php (copied) (copied from popularis-extra/trunk/includes/wizard/wizard.php)
-
library/extra-elementor/elementor-widgets.php (copied) (copied from popularis-extra/trunk/library/extra-elementor/elementor-widgets.php)
-
library/extra-elementor/elementor-widgets/heading.php (copied) (copied from popularis-extra/trunk/library/extra-elementor/elementor-widgets/heading.php)
-
library/extra-elementor/elementor-widgets/posts.php (copied) (copied from popularis-extra/trunk/library/extra-elementor/elementor-widgets/posts.php)
-
library/extra-elementor/elementor-widgets/text-block.php (copied) (copied from popularis-extra/trunk/library/extra-elementor/elementor-widgets/text-block.php)
-
popularis-extra.php (copied) (copied from popularis-extra/trunk/popularis-extra.php) (2 diffs)
-
readme.txt (copied) (copied from popularis-extra/trunk/readme.txt) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
popularis-extra/tags/1.2.6/popularis-extra.php
r3121147 r3133152 5 5 * Plugin URI: https://populariswp.com/ 6 6 * Description: Extra addon for Popularis Theme 7 * Version: 1.2. 57 * Version: 1.2.6 8 8 * Author: Themes4WP 9 9 * Author URI: https://themes4wp.com/ … … 153 153 remove_filter( 'wp_import_post_meta', 'Elementor\Compatibility::on_wp_import_post_meta'); 154 154 remove_filter( 'wxr_importer.pre_process.post_meta', 'Elementor\Compatibility::on_wxr_importer_pre_process_post_meta'); 155 156 // Declare support for features 157 add_action( 'before_woocommerce_init', function () { 158 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 159 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 160 } 161 } ); -
popularis-extra/tags/1.2.6/readme.txt
r3121147 r3133152 4 4 Requires at Least: 4.4 5 5 Tested Up To: 6.6 6 Stable tag: 1.2. 56 Stable tag: 1.2.6 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 34 34 35 35 == Changelog == 36 37 = 1.2.6 = 38 * Added WooCommerce HPOS support 39 * Added support for Popularis eCommerce 36 40 37 41 = 1.2.5 =
Note: See TracChangeset
for help on using the changeset viewer.