Plugin Directory

Changeset 1875088


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

1.0.7

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

Legend:

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

    r1875084 r1875088  
    88Requires at least: 4.6
    99Tested up to: 4.7
    10 Stable tag: 1.0.6
     10Stable tag: 1.0.7
    1111Requires PHP: 5.6
    12 Version: 1.0.6
     12Version: 1.0.7
    1313License: GPLv2 or later
    1414License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1616
    1717=== Changelog ===
    18 = 1.0.6 =
     18= 1.0.7 =
    1919* bump version.
  • squarefox-save-shortcut/trunk/sq_save_shortcut.php

    r1875084 r1875088  
    1111Requires at least: 4.6
    1212Tested up to: 4.7
    13 Stable tag: 1.0.6
     13Stable tag: 1.0.7
    1414Requires PHP: 5.6
    15 Version: 1.0.6
     15Version: 1.0.7
    1616License: GPLv2 or later
    1717License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1919
    2020=== Changelog ===
    21 2018 - v1.0.5 - version change
     212018 - v1.0.7 - version change
    2222*/
    2323//Security entry
    2424define('SQUAREFOX',1);
    2525//VERSION 1.0.5
    26 define( 'SQUAREFOX_VERSION', '1.0.6' );
     26define( 'SQUAREFOX_VERSION', '1.0.7' );
    2727
    2828//using a class avoids conflicts with loose functions
Note: See TracChangeset for help on using the changeset viewer.