Changeset 3075267
- Timestamp:
- 04/22/2024 08:04:47 PM (2 years ago)
- File:
-
- 1 edited
-
skyword-plugin/tags/2.5.2/skyword.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skyword-plugin/tags/2.5.2/skyword.php
r3074023 r3075267 4 4 Plugin URI: http://www.skyword.com 5 5 Description: Integration with the Skyword content publication platform. 6 Version: 2.5. 16 Version: 2.5.2 7 7 Author: Skyword, Inc. 8 8 Author URI: http://www.skyword.com … … 15 15 define( 'SKYWORD_PATH', plugin_dir_path( __FILE__ ) ); 16 16 if ( !defined('SKYWORD_VERSION') ) 17 define( 'SKYWORD_VERSION', "2.5. 1" );17 define( 'SKYWORD_VERSION', "2.5.2" ); 18 18 if ( !defined('SKYWORD_VN') ) 19 define( 'SKYWORD_VN', "2.5 1" ); //This CANNOT have two decimal places.19 define( 'SKYWORD_VN', "2.52" ); //This CANNOT have two decimal places. 20 20 //.1.4 is NOT valid. 21 21
Note: See TracChangeset
for help on using the changeset viewer.