Changeset 1875091
- Timestamp:
- 05/16/2018 05:24:13 AM (8 years ago)
- Location:
- squarefox-save-shortcut/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sq_save_shortcut.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
squarefox-save-shortcut/trunk/readme.txt
r1875088 r1875091 3 3 Author: squarefox - Maurix Suarez 4 4 Author URI: http://gosquarefox.com/ 5 Contributors: squarefox - Maurix Suarez5 Contributors: squarefox 6 6 Donate link: https://paypal.me/squarefox 7 7 Tags: keyboard,save,shortcut,simple,command 8 8 Requires at least: 4.6 9 9 Tested up to: 4.7 10 Stable tag: 1.0. 710 Stable tag: 1.0.8 11 11 Requires PHP: 5.6 12 Version: 1.0. 712 Version: 1.0.8 13 13 License: GPLv2 or later 14 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html 15 Description: Keyboard shortcut ===CTRL + S or COMMAND + S to save15 Description: Keyboard shortcut || CTRL + S or COMMAND + S to save 16 16 17 17 === Changelog === 18 = 1.0. 7=18 = 1.0.8 = 19 19 * bump version. -
squarefox-save-shortcut/trunk/sq_save_shortcut.php
r1875088 r1875091 6 6 Author: squarefox - Maurix Suarez 7 7 Author URI: http://gosquarefox.com/ 8 Contributors: squarefox - Maurix Suarez9 8 Donate link: https://paypal.me/squarefox 10 9 Tags: keyboard,save,shortcut,simple,command 11 Requires at least: 4.6 12 Tested up to: 4.7 13 Stable tag: 1.0.7 10 Stable tag: 1.0.8 14 11 Requires PHP: 5.6 15 Version: 1.0. 712 Version: 1.0.8 16 13 License: GPLv2 or later 17 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html 18 Description: Keyboard shortcut ===CTRL + S or COMMAND + S to save15 Description: Keyboard shortcut || CTRL + S or COMMAND + S to save 19 16 20 17 === Changelog === 21 2018 - v1.0.7 - version change 18 = 1.0.8 = 19 * bump version. 22 20 */ 23 21 //Security entry 24 22 define('SQUAREFOX',1); 25 //VERSION 1.0.526 define( 'SQUAREFOX_VERSION', '1.0. 7' );23 //VERSION 24 define( 'SQUAREFOX_VERSION', '1.0.8' ); 27 25 28 26 //using a class avoids conflicts with loose functions
Note: See TracChangeset
for help on using the changeset viewer.