Plugin Directory

Changeset 3369773


Ignore:
Timestamp:
09/29/2025 01:49:19 PM (6 months ago)
Author:
Mat Lipe
Message:

Update to version 7.0.6 from GitHub

Location:
go-live-update-urls
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • go-live-update-urls/tags/7.0.6/go-live-update-urls.php

    r3285084 r3369773  
    66 * Author: OnPoint Plugins
    77 * Author URI: https://onpointplugins.com
    8  * Version: 7.0.5
     8 * Version: 7.0.6
    99 * Text Domain: go-live-update-urls
    1010 * Domain Path: /languages/
     
    1616 */
    1717
    18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.5' );
    19 define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.0.4' );
     18define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.6' );
     19define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.1.0' );
    2020define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
    2121
  • go-live-update-urls/tags/7.0.6/readme.txt

    r3285084 r3369773  
    44Tags: search and replace, database, urls, domain, update urls
    55Requires at least: 6.2.0
    6 Tested up to: 6.8.1
     6Tested up to: 6.8.2
    77Requires PHP: 7.4.0
    8 Stable tag: 7.0.5
     8Stable tag: 7.0.6
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4040* Options and settings
    4141* And much more
    42 
    4342
    4443<h3>Domain Update Process</h3>
     
    123122
    124123== Changelog ==
     124= 7.0.6 =
     125* Tested to WordPress 6.8.2.
     126* Required PRO version 7.1.0+.
    125127
    126128= 7.0.5 =
     
    133135* Simplified the readme.
    134136* 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.
    139141* Upgraded PHPStan to version 2.
    140142* Updated nanoid to latest version to resolve dependency vulnerability.
  • go-live-update-urls/trunk/go-live-update-urls.php

    r3285084 r3369773  
    66 * Author: OnPoint Plugins
    77 * Author URI: https://onpointplugins.com
    8  * Version: 7.0.5
     8 * Version: 7.0.6
    99 * Text Domain: go-live-update-urls
    1010 * Domain Path: /languages/
     
    1616 */
    1717
    18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.5' );
    19 define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.0.4' );
     18define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.6' );
     19define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.1.0' );
    2020define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
    2121
  • go-live-update-urls/trunk/readme.txt

    r3285084 r3369773  
    44Tags: search and replace, database, urls, domain, update urls
    55Requires at least: 6.2.0
    6 Tested up to: 6.8.1
     6Tested up to: 6.8.2
    77Requires PHP: 7.4.0
    8 Stable tag: 7.0.5
     8Stable tag: 7.0.6
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4040* Options and settings
    4141* And much more
    42 
    4342
    4443<h3>Domain Update Process</h3>
     
    123122
    124123== Changelog ==
     124= 7.0.6 =
     125* Tested to WordPress 6.8.2.
     126* Required PRO version 7.1.0+.
    125127
    126128= 7.0.5 =
     
    133135* Simplified the readme.
    134136* 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.
    139141* Upgraded PHPStan to version 2.
    140142* Updated nanoid to latest version to resolve dependency vulnerability.
Note: See TracChangeset for help on using the changeset viewer.