Plugin Directory

Changeset 1878933


Ignore:
Timestamp:
05/22/2018 06:41:41 AM (8 years ago)
Author:
pqina
Message:

fix issue with missing file

Location:
snippy/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • snippy/trunk/readme.txt

    r1878296 r1878933  
    55Requires at least: 4.5
    66Tested up to: 4.9.6
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • snippy/trunk/snippy.php

    r1878296 r1878933  
    44Plugin URI: https://pqina.nl/snippy
    55Description: Snippy, create your own super flexible shortcodes
    6 Version: 1.3.0
     6Version: 1.3.1
    77Author: PQINA
    88Author URI: https://pqina.nl
     
    4848require_once('includes/db.php');
    4949require_once('includes/utils.php');
    50 require_once('includes/placeholders.php');
    51 
    5250
    5351// Only required for admin
     
    6462
    6563    // Snippy version
    66     public static $version = '1.3.0';
     64    public static $version = '1.3.1';
    6765
    6866    private static $_instance = null;
Note: See TracChangeset for help on using the changeset viewer.