Changeset 1878933
- Timestamp:
- 05/22/2018 06:41:41 AM (8 years ago)
- Location:
- snippy/trunk
- Files:
-
- 1 deleted
- 2 edited
-
includes/placeholders.php (deleted)
-
readme.txt (modified) (1 diff)
-
snippy.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snippy/trunk/readme.txt
r1878296 r1878933 5 5 Requires at least: 4.5 6 6 Tested up to: 4.9.6 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
snippy/trunk/snippy.php
r1878296 r1878933 4 4 Plugin URI: https://pqina.nl/snippy 5 5 Description: Snippy, create your own super flexible shortcodes 6 Version: 1.3. 06 Version: 1.3.1 7 7 Author: PQINA 8 8 Author URI: https://pqina.nl … … 48 48 require_once('includes/db.php'); 49 49 require_once('includes/utils.php'); 50 require_once('includes/placeholders.php');51 52 50 53 51 // Only required for admin … … 64 62 65 63 // Snippy version 66 public static $version = '1.3. 0';64 public static $version = '1.3.1'; 67 65 68 66 private static $_instance = null;
Note: See TracChangeset
for help on using the changeset viewer.