Changeset 3121021
- Timestamp:
- 07/18/2024 06:49:29 AM (21 months ago)
- Location:
- seur/trunk
- Files:
-
- 3 edited
-
core/functions/functions.php (modified) (1 diff)
-
loader.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
seur/trunk/core/functions/functions.php
r3119152 r3121021 12 12 use Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController; 13 13 use Automattic\WooCommerce\Utilities\OrderUtil; 14 require_once ABSPATH . 'wp-content/plugins/woocommerce/includes/admin/wc-admin-functions.php'; 14 15 15 16 /** -
seur/trunk/loader.php
r3119152 r3121021 18 18 **/ 19 19 20 define( 'SEUR_OFFICIAL_VERSION', '2.2.10 ' );20 define( 'SEUR_OFFICIAL_VERSION', '2.2.10.2' ); 21 21 define( 'SEUR_DB_VERSION', '1.0.4' ); 22 22 define( 'SEUR_TABLE_VERSION', '1.0.4' ); -
seur/trunk/readme.txt
r3119152 r3121021 4 4 Requires at least: 4.0 5 5 Tested up to: 6.5.5 6 Stable tag: 2.2.10 6 Stable tag: 2.2.10.2 7 7 WC requires at least: 3.0 8 8 WC tested up to: 9.1.0
Note: See TracChangeset
for help on using the changeset viewer.