Changeset 905320
- Timestamp:
- 04/30/2014 06:04:48 AM (12 years ago)
- File:
-
- 1 edited
-
smpl-shortcodes/trunk/smpl-shortcodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smpl-shortcodes/trunk/smpl-shortcodes.php
r905309 r905320 3 3 Plugin Name: Simple Shortcodes 4 4 Description: This plugin works in conjuction with the SMPL framework to create shortcodes for many of the framework's internal elements. 5 Version: 1.0. 95 Version: 1.0.10 6 6 Author: simplethemes 7 7 Author URI: http://www.simplethemes.com … … 26 26 */ 27 27 28 define( 'SMPL_SHORTCODES_PLUGIN_VERSION', '1.0. 9' );28 define( 'SMPL_SHORTCODES_PLUGIN_VERSION', '1.0.10' ); 29 29 define( 'SMPL_SHORTCODES_PLUGIN_DIR', dirname( __FILE__ ) ); 30 30 define( 'SMPL_SHORTCODES_PLUGIN_URI', plugins_url( '' , __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.