Plugin Directory

Changeset 1875063


Ignore:
Timestamp:
05/16/2018 04:55:56 AM (8 years ago)
Author:
squarefox
Message:

1.0.5

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

Legend:

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

    r1875047 r1875063  
    11=== SquareFox Save Shortcut ===
    2 Plugin Name: SquareFox Save Shortcut
    3 Contributors: squarefox
     2Contributors: squarefox | Maurix Suarez
    43Donate link: https://paypal.me/squarefox
    54Tags: keyboard,save,shortcut,simple,command
     
    1312
    1413=== Changelog ===
    15 2018 - v1.0 - first version
    16 2018 - v1.0.1 - added description
    17 2018 - v1.0.4 - Corrections for svn
     142018 - v1.0.5 - version change
  • squarefox-save-shortcut/trunk/sq_save_shortcut.php

    r1875047 r1875063  
    33Plugin Name: SquareFox Save Shortcut
    44Plugin Script: sq_save_shortcut.php
    5 Contributors: squarefox
     5Contributors: squarefox | Maurix Suarez
    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.4
     10Stable tag: 1.0.5
    1111Requires PHP: 5.6
    1212License: GPLv2 or later
     
    1515
    1616=== Changelog ===
    17 2018 - v1.0 - first version
    18 2018 - v1.0.1 - added description
    19 2018 - v1.0.4 - Corrections for svn
    20 
     172018 - v1.0.5 - version change
    2118*/
    2219//Security entry
    2320define('SQUAREFOX',1);
     21//VERSION 1.0.5
     22define( 'SQUAREFOX_VERSION', '1.0.5' );
    2423
    2524//using a class avoids conflicts with loose functions
Note: See TracChangeset for help on using the changeset viewer.