Plugin Directory

Changeset 1875091


Ignore:
Timestamp:
05/16/2018 05:24:13 AM (8 years ago)
Author:
squarefox
Message:

1.0.8

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

Legend:

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

    r1875088 r1875091  
    33Author: squarefox - Maurix Suarez
    44Author URI: http://gosquarefox.com/
    5 Contributors: squarefox - Maurix Suarez
     5Contributors:  squarefox
    66Donate link: https://paypal.me/squarefox
    77Tags: keyboard,save,shortcut,simple,command
    88Requires at least: 4.6
    99Tested up to: 4.7
    10 Stable tag: 1.0.7
     10Stable tag: 1.0.8
    1111Requires PHP: 5.6
    12 Version: 1.0.7
     12Version: 1.0.8
    1313License: GPLv2 or later
    1414License URI: https://www.gnu.org/licenses/gpl-2.0.html
    15 Description: Keyboard shortcut === CTRL + S or COMMAND + S to save
     15Description: Keyboard shortcut || CTRL + S or COMMAND + S to save
    1616
    1717=== Changelog ===
    18 = 1.0.7 =
     18= 1.0.8 =
    1919* bump version.
  • squarefox-save-shortcut/trunk/sq_save_shortcut.php

    r1875088 r1875091  
    66Author: squarefox - Maurix Suarez
    77Author URI: http://gosquarefox.com/
    8 Contributors: squarefox - Maurix Suarez
    98Donate link: https://paypal.me/squarefox
    109Tags: keyboard,save,shortcut,simple,command
    11 Requires at least: 4.6
    12 Tested up to: 4.7
    13 Stable tag: 1.0.7
     10Stable tag: 1.0.8
    1411Requires PHP: 5.6
    15 Version: 1.0.7
     12Version: 1.0.8
    1613License: GPLv2 or later
    1714License URI: https://www.gnu.org/licenses/gpl-2.0.html
    18 Description: Keyboard shortcut === CTRL + S or COMMAND + S to save
     15Description: Keyboard shortcut || CTRL + S or COMMAND + S to save
    1916
    2017=== Changelog ===
    21 2018 - v1.0.7 - version change
     18= 1.0.8 =
     19* bump version.
    2220*/
    2321//Security entry
    2422define('SQUAREFOX',1);
    25 //VERSION 1.0.5
    26 define( 'SQUAREFOX_VERSION', '1.0.7' );
     23//VERSION
     24define( 'SQUAREFOX_VERSION', '1.0.8' );
    2725
    2826//using a class avoids conflicts with loose functions
Note: See TracChangeset for help on using the changeset viewer.