Plugin Directory

Changeset 2826300


Ignore:
Timestamp:
11/30/2022 07:12:22 AM (2 years ago)
Author:
iqbalrony
Message:

Releasing version 1.0.2

Location:
version-switcher
Files:
20 added
2 edited

Legend:

Unmodified
Added
Removed
  • version-switcher/trunk/readme.txt

    r2623760 r2826300  
    22Plugin Name: Version Switcher
    33Contributors: iqbalrony,obiplabon,harunrrayhan
    4 Version: 1.0.1
     4Version: 1.0.2
    55Stable tag: trunk
    66License: GPLv2 or later
     
    88Requires PHP: 5.4
    99Requires at least: 4.5
    10 Tested up to: 5.8.1
     10Tested up to: 6.1
    1111Tags: version-switcher,wp-version-switcher,version,switcher,version-switch,update,switch,version-switching,switch-version,rollback.
    1212
  • version-switcher/trunk/version-switcher.php

    r2623760 r2826300  
    55 * Author: IqbalRony
    66 * Author URI: http://www.iqbalrony.com
    7  * Version: 1.0.1
     7 * Version: 1.0.2
    88 * License: GPLv2 or later
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1616}
    1717
    18 define( 'IRVS_VERSION', '1.0.1' );
     18define( 'IRVS_VERSION', '1.0.2' );
    1919define( 'IRVS__FILE__', __FILE__ );
    2020define( 'IRVS_DIR_PATH', plugin_dir_path( IRVS__FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.