Changeset 2951454
- Timestamp:
- 08/10/2023 11:33:04 AM (3 years ago)
- Location:
- provesource/trunk
- Files:
-
- 2 edited
-
provesrc.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
provesource/trunk/provesrc.php
r2821555 r2951454 7 7 * Plugin Name: ProveSource 8 8 * Description: ProveSource is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box 9 * Version: 2. 2.169 * Version: 2.3.0 10 10 * Author: ProveSource LTD 11 11 * Author URI: https://provesrc.com … … 47 47 48 48 public static function version() { 49 return '2. 2.16';49 return '2.3.0'; 50 50 } 51 51 } 52 52 53 53 /* hooks */ 54 add_action( 'before_woocommerce_init', function() { 55 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 56 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 57 } 58 } ); 54 59 add_action('admin_menu', 'provesrc_admin_menu'); //1.5.0 55 60 add_action('admin_init', 'provesrc_admin_init'); //2.5.0 -
provesource/trunk/readme.txt
r2821555 r2951454 5 5 Requires PHP: 5.2 6 6 Requires at least: 3.1.0 7 Tested up to: 6. 18 Stable tag: 2. 2.167 Tested up to: 6.3 8 Stable tag: 2.3.0 9 9 License: proprietary 10 10 … … 94 94 == Changelog == 95 95 96 = 2.3.x = 97 Update WooCommerce HPOS compatability 98 96 99 = 2.2.x = 97 100 Fix woocommerce checkout order action handler to support virtual products
Note: See TracChangeset
for help on using the changeset viewer.