Changeset 1875063
- Timestamp:
- 05/16/2018 04:55:56 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
r1875047 r1875063 1 1 === SquareFox Save Shortcut === 2 Plugin Name: SquareFox Save Shortcut 3 Contributors: squarefox 2 Contributors: squarefox | Maurix Suarez 4 3 Donate link: https://paypal.me/squarefox 5 4 Tags: keyboard,save,shortcut,simple,command … … 13 12 14 13 === Changelog === 15 2018 - v1.0 - first version 16 2018 - v1.0.1 - added description 17 2018 - v1.0.4 - Corrections for svn 14 2018 - v1.0.5 - version change -
squarefox-save-shortcut/trunk/sq_save_shortcut.php
r1875047 r1875063 3 3 Plugin Name: SquareFox Save Shortcut 4 4 Plugin Script: sq_save_shortcut.php 5 Contributors: squarefox 5 Contributors: squarefox | Maurix Suarez 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. 410 Stable tag: 1.0.5 11 11 Requires PHP: 5.6 12 12 License: GPLv2 or later … … 15 15 16 16 === Changelog === 17 2018 - v1.0 - first version 18 2018 - v1.0.1 - added description 19 2018 - v1.0.4 - Corrections for svn 20 17 2018 - v1.0.5 - version change 21 18 */ 22 19 //Security entry 23 20 define('SQUAREFOX',1); 21 //VERSION 1.0.5 22 define( 'SQUAREFOX_VERSION', '1.0.5' ); 24 23 25 24 //using a class avoids conflicts with loose functions
Note: See TracChangeset
for help on using the changeset viewer.