Changeset 3219838
- Timestamp:
- 01/09/2025 07:17:20 PM (15 months ago)
- Location:
- grow-for-wp
- Files:
-
- 8 edited
- 1 copied
-
tags/1.5.2 (copied) (copied from grow-for-wp/trunk)
-
tags/1.5.2/grow-for-wp.php (modified) (1 diff)
-
tags/1.5.2/inc/Grow/Plugin.php (modified) (1 diff)
-
tags/1.5.2/inc/Grow/WordPress.php (modified) (1 diff)
-
tags/1.5.2/readme.txt (modified) (3 diffs)
-
trunk/grow-for-wp.php (modified) (1 diff)
-
trunk/inc/Grow/Plugin.php (modified) (1 diff)
-
trunk/inc/Grow/WordPress.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
grow-for-wp/tags/1.5.2/grow-for-wp.php
r3205022 r3219838 4 4 * Plugin URI: https://grow.me/publishers 5 5 * Description: Integrate your WordPress Site with Grow 6 * Version: 1.5. 16 * Version: 1.5.2 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 -
grow-for-wp/tags/1.5.2/inc/Grow/Plugin.php
r3205022 r3219838 17 17 18 18 /** @var string|null VERSION */ 19 const VERSION = "1.5.1";19 const VERSION = '1.5.2'; 20 20 21 21 /** @var Repository */ -
grow-for-wp/tags/1.5.2/inc/Grow/WordPress.php
r3100616 r3219838 26 26 return array_map(function ( $val ) { 27 27 return strval( $val ); 28 }, get_plugin_data(GROW_PLUGIN_DIR . '/grow-for-wp.php', false, true));28 }, get_plugin_data(GROW_PLUGIN_DIR . '/grow-for-wp.php', false, false)); 29 29 } 30 30 -
grow-for-wp/tags/1.5.2/readme.txt
r3205047 r3219838 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.5. 17 Stable tag: 1.5.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 105 105 # Changelog 106 106 107 ## 1.5.2 - 2025-01-08 108 - Fix issue with textdomain debugging notice appearing. 109 107 110 ## 1.5.1 - 2024-12-09 108 111 - Prevent plugin from being optimized in some third-party site optimization plugins. … … 178 181 * feat: Add changelog Generation 179 182 * fix: Direct Users to correct Grow Site 180 -
grow-for-wp/trunk/grow-for-wp.php
r3205022 r3219838 4 4 * Plugin URI: https://grow.me/publishers 5 5 * Description: Integrate your WordPress Site with Grow 6 * Version: 1.5. 16 * Version: 1.5.2 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 -
grow-for-wp/trunk/inc/Grow/Plugin.php
r3205022 r3219838 17 17 18 18 /** @var string|null VERSION */ 19 const VERSION = "1.5.1";19 const VERSION = '1.5.2'; 20 20 21 21 /** @var Repository */ -
grow-for-wp/trunk/inc/Grow/WordPress.php
r3100616 r3219838 26 26 return array_map(function ( $val ) { 27 27 return strval( $val ); 28 }, get_plugin_data(GROW_PLUGIN_DIR . '/grow-for-wp.php', false, true));28 }, get_plugin_data(GROW_PLUGIN_DIR . '/grow-for-wp.php', false, false)); 29 29 } 30 30 -
grow-for-wp/trunk/readme.txt
r3205047 r3219838 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.5. 17 Stable tag: 1.5.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 105 105 # Changelog 106 106 107 ## 1.5.2 - 2025-01-08 108 - Fix issue with textdomain debugging notice appearing. 109 107 110 ## 1.5.1 - 2024-12-09 108 111 - Prevent plugin from being optimized in some third-party site optimization plugins. … … 178 181 * feat: Add changelog Generation 179 182 * fix: Direct Users to correct Grow Site 180
Note: See TracChangeset
for help on using the changeset viewer.