Changeset 2994013
- Timestamp:
- 11/10/2023 03:15:53 PM (2 years ago)
- Location:
- datafeedr-comparison-sets
- Files:
-
- 4 edited
- 1 copied
-
tags/0.9.70 (copied) (copied from datafeedr-comparison-sets/trunk)
-
tags/0.9.70/datafeedr-comparison-sets.php (modified) (3 diffs)
-
tags/0.9.70/readme.txt (modified) (2 diffs)
-
trunk/datafeedr-comparison-sets.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
datafeedr-comparison-sets/tags/0.9.70/datafeedr-comparison-sets.php
r2986837 r2994013 10 10 Requires PHP: 7.4 11 11 Requires at least: 3.8 12 Tested up to: 6. 3.3-alpha13 Version: 0.9. 6912 Tested up to: 6.4.2-alpha 13 Version: 0.9.70 14 14 15 15 WC requires at least: 3.0 16 WC tested up to: 7.916 WC tested up to: 8.2 17 17 18 18 Datafeedr Comparison Sets Plugin … … 43 43 * Define constants. 44 44 */ 45 define( 'DFRCS_VERSION', '0.9. 69' );45 define( 'DFRCS_VERSION', '0.9.70' ); 46 46 define( 'DFRCS_DB_VERSION', '0.9.0' ); 47 47 define( 'DFRCS_URL', plugin_dir_url( __FILE__ ) ); … … 82 82 require_once dirname( DFRCS_PLUGIN_FILE ) . '/includes/actions.php'; 83 83 require_once dirname( DFRCS_PLUGIN_FILE ) . '/includes/filters.php'; 84 85 /** 86 * Declaring WooCommerce HPOS compatibility. 87 * 88 * @see https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book 89 * 90 * @since 0.9.70 91 */ 92 add_action( 'before_woocommerce_init', function () { 93 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 94 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 95 } 96 } ); 84 97 85 98 /** -
datafeedr-comparison-sets/tags/0.9.70/readme.txt
r2986837 r2994013 8 8 Requires PHP: 7.4 9 9 Requires at least: 3.8 10 Tested up to: 6. 3.3-alpha11 Stable tag: 0.9. 6910 Tested up to: 6.4.2-alpha 11 Stable tag: 0.9.70 12 12 13 13 Automatically create price comparison sets for your WooCommerce products or by using a shortcode. … … 205 205 206 206 == Changelog == 207 208 = 0.9.70 - 2023/11/10 = 209 * Updated "tested up to" value 210 * Declaring WooCommerce HPOS compatibility. 207 211 208 212 = 0.9.69 - 2023/10/31 = -
datafeedr-comparison-sets/trunk/datafeedr-comparison-sets.php
r2986837 r2994013 10 10 Requires PHP: 7.4 11 11 Requires at least: 3.8 12 Tested up to: 6. 3.3-alpha13 Version: 0.9. 6912 Tested up to: 6.4.2-alpha 13 Version: 0.9.70 14 14 15 15 WC requires at least: 3.0 16 WC tested up to: 7.916 WC tested up to: 8.2 17 17 18 18 Datafeedr Comparison Sets Plugin … … 43 43 * Define constants. 44 44 */ 45 define( 'DFRCS_VERSION', '0.9. 69' );45 define( 'DFRCS_VERSION', '0.9.70' ); 46 46 define( 'DFRCS_DB_VERSION', '0.9.0' ); 47 47 define( 'DFRCS_URL', plugin_dir_url( __FILE__ ) ); … … 82 82 require_once dirname( DFRCS_PLUGIN_FILE ) . '/includes/actions.php'; 83 83 require_once dirname( DFRCS_PLUGIN_FILE ) . '/includes/filters.php'; 84 85 /** 86 * Declaring WooCommerce HPOS compatibility. 87 * 88 * @see https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book 89 * 90 * @since 0.9.70 91 */ 92 add_action( 'before_woocommerce_init', function () { 93 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 94 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 95 } 96 } ); 84 97 85 98 /** -
datafeedr-comparison-sets/trunk/readme.txt
r2986837 r2994013 8 8 Requires PHP: 7.4 9 9 Requires at least: 3.8 10 Tested up to: 6. 3.3-alpha11 Stable tag: 0.9. 6910 Tested up to: 6.4.2-alpha 11 Stable tag: 0.9.70 12 12 13 13 Automatically create price comparison sets for your WooCommerce products or by using a shortcode. … … 205 205 206 206 == Changelog == 207 208 = 0.9.70 - 2023/11/10 = 209 * Updated "tested up to" value 210 * Declaring WooCommerce HPOS compatibility. 207 211 208 212 = 0.9.69 - 2023/10/31 =
Note: See TracChangeset
for help on using the changeset viewer.