Changeset 3258623
- Timestamp:
- 03/19/2025 03:05:16 PM (12 months ago)
- Location:
- go-live-update-urls
- Files:
-
- 6 edited
- 1 copied
-
tags/7.0.3 (copied) (copied from go-live-update-urls/trunk)
-
tags/7.0.3/go-live-update-urls.php (modified) (2 diffs)
-
tags/7.0.3/readme.txt (modified) (3 diffs)
-
tags/7.0.3/src/Admin.php (modified) (2 diffs)
-
trunk/go-live-update-urls.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/Admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
go-live-update-urls/tags/7.0.3/go-live-update-urls.php
r3216196 r3258623 6 6 * Author: OnPoint Plugins 7 7 * Author URI: https://onpointplugins.com 8 * Version: 7.0. 28 * Version: 7.0.3 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. 2' );18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.3' ); 19 19 define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.0.0' ); 20 20 define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) ); -
go-live-update-urls/tags/7.0.3/readme.txt
r3216196 r3258623 1 1 === Go Live Update Urls === 2 Contributors: Mat Lipe, onpointplugins2 Contributors: onpointplugins, Mat Lipe 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%2ecom&lc=US&item_name=Go%20Live%20Update%20Urls&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest 4 4 Tags: search and replace, database, urls, domain, update urls 5 5 Requires at least: 6.2.0 6 Tested up to: 6.7. 16 Tested up to: 6.7.2 7 7 Requires PHP: 7.4.0 8 Stable tag: 7.0. 28 Stable tag: 7.0.3 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 17 17 Goes through entire site and replaces all instances of an old URL with a new one. Used most often when changing the domain of your site. 18 18 19 ### Goals 20 21 * Take the guesswork out of changing a domain. 22 * Provide a super simple process for updating URLs. 23 * Accurately update all instances of a URL on any site. 19 **Developed and supported by <a href="https://onpointplugins.com/go-live-update-urls/" target="_blank">OnPoint Plugins</a>.** 20 21 ### Purpose 22 23 1. Provides a super simple process for changing a domain or URL. 24 2. Accurately updates all instances of a domain or URL on any site. 24 25 25 26 ### Features … … 175 176 == Changelog == 176 177 178 = 7.0.3 = 179 * Added original plugin author to the readme. 180 * Upgraded PHPStan to version 2. 181 * Updated nanoid to latest version to resolve dependency vulnerability. 182 * Tested to WordPress 6.7.2. 183 177 184 = 7.0.2 = 178 185 * Adjusted memory limit during counting to assure all tables are counted. -
go-live-update-urls/tags/7.0.3/src/Admin.php
r3159918 r3258623 62 62 } 63 63 64 $tables = \array_filter( \array_map( 'go_live_update_urls_sanitize_field', (array) $_POST[ static::TABLE_INPUT_NAME ] ) );64 $tables = \array_filter( \array_map( 'go_live_update_urls_sanitize_field', (array) $_POST[ static::TABLE_INPUT_NAME ] ), fn( $value ) => '' !== $value ); 65 65 66 66 do_action( 'go-live-update-urls/admin-page/before-update', $old_url, $new_url, $tables ); … … 127 127 */ 128 128 public function get_admin_capability(): string { 129 return apply_filters( 'go-live-update-urls/admin/admin-capability', self::CAPABILITY, $this );129 return (string) apply_filters( 'go-live-update-urls/admin/admin-capability', self::CAPABILITY, $this ); 130 130 } 131 131 -
go-live-update-urls/trunk/go-live-update-urls.php
r3216196 r3258623 6 6 * Author: OnPoint Plugins 7 7 * Author URI: https://onpointplugins.com 8 * Version: 7.0. 28 * Version: 7.0.3 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. 2' );18 define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.3' ); 19 19 define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.0.0' ); 20 20 define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) ); -
go-live-update-urls/trunk/readme.txt
r3216196 r3258623 1 1 === Go Live Update Urls === 2 Contributors: Mat Lipe, onpointplugins2 Contributors: onpointplugins, Mat Lipe 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%2ecom&lc=US&item_name=Go%20Live%20Update%20Urls&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest 4 4 Tags: search and replace, database, urls, domain, update urls 5 5 Requires at least: 6.2.0 6 Tested up to: 6.7. 16 Tested up to: 6.7.2 7 7 Requires PHP: 7.4.0 8 Stable tag: 7.0. 28 Stable tag: 7.0.3 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 17 17 Goes through entire site and replaces all instances of an old URL with a new one. Used most often when changing the domain of your site. 18 18 19 ### Goals 20 21 * Take the guesswork out of changing a domain. 22 * Provide a super simple process for updating URLs. 23 * Accurately update all instances of a URL on any site. 19 **Developed and supported by <a href="https://onpointplugins.com/go-live-update-urls/" target="_blank">OnPoint Plugins</a>.** 20 21 ### Purpose 22 23 1. Provides a super simple process for changing a domain or URL. 24 2. Accurately updates all instances of a domain or URL on any site. 24 25 25 26 ### Features … … 175 176 == Changelog == 176 177 178 = 7.0.3 = 179 * Added original plugin author to the readme. 180 * Upgraded PHPStan to version 2. 181 * Updated nanoid to latest version to resolve dependency vulnerability. 182 * Tested to WordPress 6.7.2. 183 177 184 = 7.0.2 = 178 185 * Adjusted memory limit during counting to assure all tables are counted. -
go-live-update-urls/trunk/src/Admin.php
r3159918 r3258623 62 62 } 63 63 64 $tables = \array_filter( \array_map( 'go_live_update_urls_sanitize_field', (array) $_POST[ static::TABLE_INPUT_NAME ] ) );64 $tables = \array_filter( \array_map( 'go_live_update_urls_sanitize_field', (array) $_POST[ static::TABLE_INPUT_NAME ] ), fn( $value ) => '' !== $value ); 65 65 66 66 do_action( 'go-live-update-urls/admin-page/before-update', $old_url, $new_url, $tables ); … … 127 127 */ 128 128 public function get_admin_capability(): string { 129 return apply_filters( 'go-live-update-urls/admin/admin-capability', self::CAPABILITY, $this );129 return (string) apply_filters( 'go-live-update-urls/admin/admin-capability', self::CAPABILITY, $this ); 130 130 } 131 131
Note: See TracChangeset
for help on using the changeset viewer.