Plugin Directory

Changeset 3196736


Ignore:
Timestamp:
11/25/2024 05:26:25 PM (16 months ago)
Author:
Mat Lipe
Message:

Update to version 7.0.1 from GitHub

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

Legend:

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

    r3159918 r3196736  
    66 * Author: OnPoint Plugins
    77 * Author URI: https://onpointplugins.com
    8  * Version: 7.0.0
     8 * Version: 7.0.1
    99 * Text Domain: go-live-update-urls
    1010 * Domain Path: /languages/
     
    1616 */
    1717
    18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.0' );
     18define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.1' );
    1919define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.0.0' );
    2020define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
  • go-live-update-urls/tags/7.0.1/readme.txt

    r3187977 r3196736  
    44Tags: search and replace, database, urls, domain, update urls
    55Requires at least: 6.2.0
    6 Tested up to: 6.7.0
     6Tested up to: 6.7.1
    77Requires PHP: 7.4.0
    8 Stable tag: 7.0.0
     8Stable tag: 7.0.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    166166== Changelog ==
    167167
     168= 7.0.1 =
     169* Improved readme.
     170* Tested to WordPress 6.7.1.
     171
    168172= 7.0.0 =
    169173* Introduced class constants for admin capability and parent menu.
  • go-live-update-urls/trunk/go-live-update-urls.php

    r3159918 r3196736  
    66 * Author: OnPoint Plugins
    77 * Author URI: https://onpointplugins.com
    8  * Version: 7.0.0
     8 * Version: 7.0.1
    99 * Text Domain: go-live-update-urls
    1010 * Domain Path: /languages/
     
    1616 */
    1717
    18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.0' );
     18define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.1' );
    1919define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.0.0' );
    2020define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );
  • go-live-update-urls/trunk/readme.txt

    r3187977 r3196736  
    44Tags: search and replace, database, urls, domain, update urls
    55Requires at least: 6.2.0
    6 Tested up to: 6.7.0
     6Tested up to: 6.7.1
    77Requires PHP: 7.4.0
    8 Stable tag: 7.0.0
     8Stable tag: 7.0.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    166166== Changelog ==
    167167
     168= 7.0.1 =
     169* Improved readme.
     170* Tested to WordPress 6.7.1.
     171
    168172= 7.0.0 =
    169173* Introduced class constants for admin capability and parent menu.
Note: See TracChangeset for help on using the changeset viewer.