Changeset 2929976
- Timestamp:
- 06/23/2023 07:41:56 AM (3 years ago)
- Location:
- local-sync/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
admin/class-local-sync-admin.php (modified) (2 diffs)
-
local-sync-constants.php (modified) (1 diff)
-
local-sync.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
local-sync/trunk/README.txt
r2928566 r2929976 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.2.2 7 Stable tag: 1.1. 37 Stable tag: 1.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 51 51 52 52 == Changelog == 53 = 1.1.4 = 54 *Release Date - 23 Jun 2023* 55 56 * Fix : Relative URLs did not work in a few cases. 57 53 58 = 1.1.3 = 54 59 *Release Date - 20 Jun 2023* -
local-sync/trunk/admin/class-local-sync-admin.php
r2928566 r2929976 1040 1040 global $LOCAL_SYNC_LOAD_IMAGES_FROM_LIVE; 1041 1041 1042 if(!empty($LOCAL_SYNC_SITE_TYPE) && $LOCAL_SYNC_SITE_TYPE != 'production' ){ 1043 $content = $this->replace_relative_url($content); 1044 } 1042 1045 if( $LOCAL_SYNC_LOAD_IMAGES_FROM_LIVE != 'yes' 1043 1046 || empty($LOCAL_SYNC_SITE_TYPE) … … 1048 1051 } 1049 1052 1050 $content = $this->replace_relative_url($content);1051 1053 // return $content; 1052 1054 -
local-sync/trunk/local-sync-constants.php
r2928566 r2929976 75 75 76 76 public function versions(){ 77 $this->define( 'LOCAL_SYNC_VERSION', '1.1. 3' );77 $this->define( 'LOCAL_SYNC_VERSION', '1.1.4' ); 78 78 $this->define( 'LOCAL_SYNC_DATABASE_VERSION', '1.0' ); 79 79 } -
local-sync/trunk/local-sync.php
r2928566 r2929976 12 12 * Plugin URI: https://localsync.io 13 13 * Description: Easily migrate your WordPress Site from one host to another. 14 * Version: 1.1. 314 * Version: 1.1.4 15 15 * Author: Revmakx 16 16 * Author URI: https://revmakx.com
Note: See TracChangeset
for help on using the changeset viewer.