Changeset 2826300
- Timestamp:
- 11/30/2022 07:12:22 AM (2 years ago)
- Location:
- version-switcher
- Files:
-
- 20 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
version-switcher/trunk/readme.txt
r2623760 r2826300 2 2 Plugin Name: Version Switcher 3 3 Contributors: iqbalrony,obiplabon,harunrrayhan 4 Version: 1.0. 14 Version: 1.0.2 5 5 Stable tag: trunk 6 6 License: GPLv2 or later … … 8 8 Requires PHP: 5.4 9 9 Requires at least: 4.5 10 Tested up to: 5.8.110 Tested up to: 6.1 11 11 Tags: version-switcher,wp-version-switcher,version,switcher,version-switch,update,switch,version-switching,switch-version,rollback. 12 12 -
version-switcher/trunk/version-switcher.php
r2623760 r2826300 5 5 * Author: IqbalRony 6 6 * Author URI: http://www.iqbalrony.com 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * License: GPLv2 or later 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 16 16 } 17 17 18 define( 'IRVS_VERSION', '1.0. 1' );18 define( 'IRVS_VERSION', '1.0.2' ); 19 19 define( 'IRVS__FILE__', __FILE__ ); 20 20 define( 'IRVS_DIR_PATH', plugin_dir_path( IRVS__FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.