Changeset 1876832
- Timestamp:
- 05/18/2018 12:44:19 AM (8 years ago)
- Location:
- squarefox-save-shortcut/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
sq_save_shortcut.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
squarefox-save-shortcut/trunk/readme.txt
r1875091 r1876832 1 1 === SquareFox Save Shortcut === 2 2 Plugin URI: https://github.com/orangepixel/wp_sq_save_shortcut 3 Author: squarefox - Maurix Suarez4 Author URI: http://gosquarefox.com/5 3 Contributors: squarefox 6 4 Donate link: https://paypal.me/squarefox … … 8 6 Requires at least: 4.6 9 7 Tested up to: 4.7 10 Stable tag: 1.0. 88 Stable tag: 1.0.9 11 9 Requires PHP: 5.6 12 Version: 1.0. 810 Version: 1.0.9 13 11 License: GPLv2 or later 14 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html 15 Description: Keyboard shortcut || CTRL + S or COMMAND + S to save 13 14 Keyboard shortcut -- CTRL + S or COMMAND + S to save 15 16 === Description === 17 Save any posts and pages just by using the standard save command from the keyboard. This saves time and speeds up workflow. CTRL + S or COMMAND + S to save. 16 18 17 19 === Changelog === 18 20 = 1.0.8 = 19 21 * bump version. 22 = 1.0.9 = 23 * description. -
squarefox-save-shortcut/trunk/sq_save_shortcut.php
r1875091 r1876832 8 8 Donate link: https://paypal.me/squarefox 9 9 Tags: keyboard,save,shortcut,simple,command 10 Stable tag: 1.0.8 11 Requires PHP: 5.6 12 Version: 1.0.8 10 Version: 1.0.9 13 11 License: GPLv2 or later 14 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html 15 Description: Keyboard shortcut || CTRL + S or COMMAND + S to save 13 Description: Keyboard shortcut -- CTRL + S or COMMAND + S to save 14 */ 16 15 17 === Changelog ===18 = 1.0.8 =19 * bump version.20 */21 16 //Security entry 22 17 define('SQUAREFOX',1); 23 //VERSION 24 define( 'SQUAREFOX_VERSION', '1.0.8' ); 18 25 19 26 20 //using a class avoids conflicts with loose functions
Note: See TracChangeset
for help on using the changeset viewer.