Plugin Directory

Changeset 2929976


Ignore:
Timestamp:
06/23/2023 07:41:56 AM (3 years ago)
Author:
localsync
Message:

release 1.1.4

Location:
local-sync/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • local-sync/trunk/README.txt

    r2928566 r2929976  
    55Requires at least: 3.0.1
    66Tested up to: 6.2.2
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5151
    5252== Changelog ==
     53= 1.1.4 =
     54*Release Date - 23 Jun 2023*
     55
     56* Fix : Relative URLs did not work in a few cases.
     57
    5358= 1.1.3 =
    5459*Release Date - 20 Jun 2023*
  • local-sync/trunk/admin/class-local-sync-admin.php

    r2928566 r2929976  
    10401040        global $LOCAL_SYNC_LOAD_IMAGES_FROM_LIVE;
    10411041
     1042        if(!empty($LOCAL_SYNC_SITE_TYPE) && $LOCAL_SYNC_SITE_TYPE != 'production' ){
     1043            $content = $this->replace_relative_url($content);
     1044        }
    10421045        if( $LOCAL_SYNC_LOAD_IMAGES_FROM_LIVE != 'yes'
    10431046            || empty($LOCAL_SYNC_SITE_TYPE)
     
    10481051        }
    10491052
    1050         $content = $this->replace_relative_url($content);
    10511053        // return $content;
    10521054       
  • local-sync/trunk/local-sync-constants.php

    r2928566 r2929976  
    7575
    7676    public function versions(){
    77         $this->define( 'LOCAL_SYNC_VERSION', '1.1.3' );
     77        $this->define( 'LOCAL_SYNC_VERSION', '1.1.4' );
    7878        $this->define( 'LOCAL_SYNC_DATABASE_VERSION', '1.0' );
    7979    }
  • local-sync/trunk/local-sync.php

    r2928566 r2929976  
    1212 * Plugin URI:        https://localsync.io
    1313 * Description:       Easily migrate your WordPress Site from one host to another.
    14  * Version:           1.1.3
     14 * Version:           1.1.4
    1515 * Author:            Revmakx
    1616 * Author URI:        https://revmakx.com
Note: See TracChangeset for help on using the changeset viewer.