Plugin Directory

Changeset 1876832


Ignore:
Timestamp:
05/18/2018 12:44:19 AM (8 years ago)
Author:
squarefox
Message:

1.0.9

Location:
squarefox-save-shortcut/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • squarefox-save-shortcut/trunk/readme.txt

    r1875091 r1876832  
    11=== SquareFox Save Shortcut ===
    22Plugin URI: https://github.com/orangepixel/wp_sq_save_shortcut
    3 Author: squarefox - Maurix Suarez
    4 Author URI: http://gosquarefox.com/
    53Contributors:  squarefox
    64Donate link: https://paypal.me/squarefox
     
    86Requires at least: 4.6
    97Tested up to: 4.7
    10 Stable tag: 1.0.8
     8Stable tag: 1.0.9
    119Requires PHP: 5.6
    12 Version: 1.0.8
     10Version: 1.0.9
    1311License: GPLv2 or later
    1412License URI: https://www.gnu.org/licenses/gpl-2.0.html
    15 Description: Keyboard shortcut || CTRL + S or COMMAND + S to save
     13
     14Keyboard shortcut -- CTRL + S or COMMAND + S to save
     15
     16=== Description ===
     17Save 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.
    1618
    1719=== Changelog ===
    1820= 1.0.8 =
    1921* bump version.
     22= 1.0.9 =
     23* description.
  • squarefox-save-shortcut/trunk/sq_save_shortcut.php

    r1875091 r1876832  
    88Donate link: https://paypal.me/squarefox
    99Tags: keyboard,save,shortcut,simple,command
    10 Stable tag: 1.0.8
    11 Requires PHP: 5.6
    12 Version: 1.0.8
     10Version: 1.0.9
    1311License: GPLv2 or later
    1412License URI: https://www.gnu.org/licenses/gpl-2.0.html
    15 Description: Keyboard shortcut || CTRL + S or COMMAND + S to save
     13Description: Keyboard shortcut -- CTRL + S or COMMAND + S to save
     14*/
    1615
    17 === Changelog ===
    18 = 1.0.8 =
    19 * bump version.
    20 */
    2116//Security entry
    2217define('SQUAREFOX',1);
    23 //VERSION
    24 define( 'SQUAREFOX_VERSION', '1.0.8' );
     18
    2519
    2620//using a class avoids conflicts with loose functions
Note: See TracChangeset for help on using the changeset viewer.