Changeset 2738707
- Timestamp:
- 06/07/2022 02:38:45 PM (4 years ago)
- Location:
- woocommerce-google-analytics-integration
- Files:
-
- 6 edited
- 1 copied
-
tags/1.5.10 (copied) (copied from woocommerce-google-analytics-integration/trunk)
-
tags/1.5.10/changelog.txt (modified) (1 diff)
-
tags/1.5.10/readme.txt (modified) (2 diffs)
-
tags/1.5.10/woocommerce-google-analytics-integration.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-google-analytics-integration.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-google-analytics-integration/tags/1.5.10/changelog.txt
r2721243 r2738707 1 1 *** Changelog *** 2 3 = 1.5.10 - 2022-06-07 = 4 * Tweak - WC 6.6 compatibility. 2 5 3 6 = 1.5.9 - 2022-05-10 = -
woocommerce-google-analytics-integration/tags/1.5.10/readme.txt
r2721243 r2738707 4 4 Requires at least: 3.9 5 5 Tested up to: 5.9 6 Stable tag: 1.5. 96 Stable tag: 1.5.10 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 60 60 61 61 == Changelog == 62 63 = 1.5.10 - 2022-06-07 = 64 * Tweak - WC 6.6 compatibility. 62 65 63 66 = 1.5.9 - 2022-05-10 = -
woocommerce-google-analytics-integration/tags/1.5.10/woocommerce-google-analytics-integration.php
r2721243 r2738707 6 6 * Author: WooCommerce 7 7 * Author URI: https://woocommerce.com 8 * Version: 1.5. 98 * Version: 1.5.10 9 9 * WC requires at least: 3.2 10 * WC tested up to: 6. 510 * WC tested up to: 6.6 11 11 * Tested up to: 6.0 12 12 * License: GPLv2 or later … … 21 21 if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) { 22 22 23 define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5. 9' ); // WRCS: DEFINED_VERSION.23 define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5.10' ); // WRCS: DEFINED_VERSION. 24 24 25 25 // Maybe show the GA Pro notice on plugin activation. -
woocommerce-google-analytics-integration/trunk/changelog.txt
r2721243 r2738707 1 1 *** Changelog *** 2 3 = 1.5.10 - 2022-06-07 = 4 * Tweak - WC 6.6 compatibility. 2 5 3 6 = 1.5.9 - 2022-05-10 = -
woocommerce-google-analytics-integration/trunk/readme.txt
r2721243 r2738707 4 4 Requires at least: 3.9 5 5 Tested up to: 5.9 6 Stable tag: 1.5. 96 Stable tag: 1.5.10 7 7 License: GPLv3 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 60 60 61 61 == Changelog == 62 63 = 1.5.10 - 2022-06-07 = 64 * Tweak - WC 6.6 compatibility. 62 65 63 66 = 1.5.9 - 2022-05-10 = -
woocommerce-google-analytics-integration/trunk/woocommerce-google-analytics-integration.php
r2721243 r2738707 6 6 * Author: WooCommerce 7 7 * Author URI: https://woocommerce.com 8 * Version: 1.5. 98 * Version: 1.5.10 9 9 * WC requires at least: 3.2 10 * WC tested up to: 6. 510 * WC tested up to: 6.6 11 11 * Tested up to: 6.0 12 12 * License: GPLv2 or later … … 21 21 if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) { 22 22 23 define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5. 9' ); // WRCS: DEFINED_VERSION.23 define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5.10' ); // WRCS: DEFINED_VERSION. 24 24 25 25 // Maybe show the GA Pro notice on plugin activation.
Note: See TracChangeset
for help on using the changeset viewer.