Changeset 3369773
- Timestamp:
- 09/29/2025 01:49:19 PM (6 months ago)
- Location:
- go-live-update-urls
- Files:
-
- 4 edited
- 1 copied
-
tags/7.0.6 (copied) (copied from go-live-update-urls/trunk)
-
tags/7.0.6/go-live-update-urls.php (modified) (2 diffs)
-
tags/7.0.6/readme.txt (modified) (4 diffs)
-
trunk/go-live-update-urls.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
go-live-update-urls/tags/7.0.6/go-live-update-urls.php
r3285084 r3369773 6 6 * Author: OnPoint Plugins 7 7 * Author URI: https://onpointplugins.com 8 * Version: 7.0. 58 * Version: 7.0.6 9 9 * Text Domain: go-live-update-urls 10 10 * Domain Path: /languages/ … … 16 16 */ 17 17 18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0. 5' );19 define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7. 0.4' );18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.6' ); 19 define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.1.0' ); 20 20 define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) ); 21 21 -
go-live-update-urls/tags/7.0.6/readme.txt
r3285084 r3369773 4 4 Tags: search and replace, database, urls, domain, update urls 5 5 Requires at least: 6.2.0 6 Tested up to: 6.8. 16 Tested up to: 6.8.2 7 7 Requires PHP: 7.4.0 8 Stable tag: 7.0. 58 Stable tag: 7.0.6 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 40 40 * Options and settings 41 41 * And much more 42 43 42 44 43 <h3>Domain Update Process</h3> … … 123 122 124 123 == Changelog == 124 = 7.0.6 = 125 * Tested to WordPress 6.8.2. 126 * Required PRO version 7.1.0+. 125 127 126 128 = 7.0.5 = … … 133 135 * Simplified the readme. 134 136 * Tested to WordPress 6.8.0. 135 * Required PRO version 7.0.4+. 136 137 = 7.0.3 = 138 * Added original plugin author to the readme. 137 * Required PRO version 7.0.4+. 138 139 = 7.0.3 = 140 * Added original plugin author to the readme. 139 141 * Upgraded PHPStan to version 2. 140 142 * Updated nanoid to latest version to resolve dependency vulnerability. -
go-live-update-urls/trunk/go-live-update-urls.php
r3285084 r3369773 6 6 * Author: OnPoint Plugins 7 7 * Author URI: https://onpointplugins.com 8 * Version: 7.0. 58 * Version: 7.0.6 9 9 * Text Domain: go-live-update-urls 10 10 * Domain Path: /languages/ … … 16 16 */ 17 17 18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0. 5' );19 define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7. 0.4' );18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.6' ); 19 define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.1.0' ); 20 20 define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) ); 21 21 -
go-live-update-urls/trunk/readme.txt
r3285084 r3369773 4 4 Tags: search and replace, database, urls, domain, update urls 5 5 Requires at least: 6.2.0 6 Tested up to: 6.8. 16 Tested up to: 6.8.2 7 7 Requires PHP: 7.4.0 8 Stable tag: 7.0. 58 Stable tag: 7.0.6 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 40 40 * Options and settings 41 41 * And much more 42 43 42 44 43 <h3>Domain Update Process</h3> … … 123 122 124 123 == Changelog == 124 = 7.0.6 = 125 * Tested to WordPress 6.8.2. 126 * Required PRO version 7.1.0+. 125 127 126 128 = 7.0.5 = … … 133 135 * Simplified the readme. 134 136 * Tested to WordPress 6.8.0. 135 * Required PRO version 7.0.4+. 136 137 = 7.0.3 = 138 * Added original plugin author to the readme. 137 * Required PRO version 7.0.4+. 138 139 = 7.0.3 = 140 * Added original plugin author to the readme. 139 141 * Upgraded PHPStan to version 2. 140 142 * Updated nanoid to latest version to resolve dependency vulnerability.
Note: See TracChangeset
for help on using the changeset viewer.