Changeset 2948344
- Timestamp:
- 08/07/2023 06:12:25 AM (3 years ago)
- Location:
- database-for-cf7/trunk
- Files:
-
- 2 edited
-
database-for-cf7.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
database-for-cf7/trunk/database-for-cf7.php
r2856694 r2948344 7 7 Author: Code4Life 8 8 Author URI: https://code4life.it/ 9 Version: 1.2. 39 Version: 1.2.4 10 10 Text Domain: wpcf7db 11 11 Domain Path: /i18n/ … … 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 14 15 Tested up to: 6. 115 Tested up to: 6.3 16 16 */ 17 17 … … 51 51 add_action( 'init', function() { 52 52 load_plugin_textdomain( 'wpcf7db', false, dirname( plugin_basename( __FILE__ ) ) . '/i18n/' ); 53 } ); 54 55 // HPOS compatibility 56 add_action( 'before_woocommerce_init', function() { 57 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 58 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 59 } 53 60 } ); 54 61 -
database-for-cf7/trunk/readme.txt
r2856694 r2948344 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Donazione&item_number=Contributo+libero¤cy_code=EUR&lc=it_IT 5 5 Requires at least: 4.6 6 Tested up to: 6. 17 Stable tag: 1.2. 36 Tested up to: 6.3 7 Stable tag: 1.2.4 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 58 58 For more information, see [Official page](https://code4life.it/shop/plugins/database-for-cf7/). 59 59 60 = v1.2.4 61 * Compatibility check for WP v6.3 62 * Compatibility check for WC HPOS 63 60 64 = v1.2.3 = 61 65 * Submitted time column sorting improvements
Note: See TracChangeset
for help on using the changeset viewer.