Changeset 1875088
- Timestamp:
- 05/16/2018 05:19:22 AM (8 years ago)
- Location:
- squarefox-save-shortcut/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
sq_save_shortcut.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squarefox-save-shortcut/trunk/readme.txt
r1875084 r1875088 8 8 Requires at least: 4.6 9 9 Tested up to: 4.7 10 Stable tag: 1.0. 610 Stable tag: 1.0.7 11 11 Requires PHP: 5.6 12 Version: 1.0. 612 Version: 1.0.7 13 13 License: GPLv2 or later 14 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 16 16 17 17 === Changelog === 18 = 1.0. 6=18 = 1.0.7 = 19 19 * bump version. -
squarefox-save-shortcut/trunk/sq_save_shortcut.php
r1875084 r1875088 11 11 Requires at least: 4.6 12 12 Tested up to: 4.7 13 Stable tag: 1.0. 613 Stable tag: 1.0.7 14 14 Requires PHP: 5.6 15 Version: 1.0. 615 Version: 1.0.7 16 16 License: GPLv2 or later 17 17 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 20 20 === Changelog === 21 2018 - v1.0. 5- version change21 2018 - v1.0.7 - version change 22 22 */ 23 23 //Security entry 24 24 define('SQUAREFOX',1); 25 25 //VERSION 1.0.5 26 define( 'SQUAREFOX_VERSION', '1.0. 6' );26 define( 'SQUAREFOX_VERSION', '1.0.7' ); 27 27 28 28 //using a class avoids conflicts with loose functions
Note: See TracChangeset
for help on using the changeset viewer.