Changeset 1441493
- Timestamp:
- 06/22/2016 05:36:06 AM (10 years ago)
- Location:
- smpl-shortcodes/trunk
- Files:
-
- 2 added
- 3 edited
-
includes/admin/generator/class-smpl-shortcode-generator.php (modified) (1 diff)
-
includes/admin/generator/editor_plugin_mce_v3.js (added)
-
includes/admin/generator/editor_plugin_mce_v4.js (added)
-
readme.txt (modified) (2 diffs)
-
smpl-shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smpl-shortcodes/trunk/includes/admin/generator/class-smpl-shortcode-generator.php
r897905 r1441493 70 70 global $wp_version; 71 71 if ($wp_version >= 3.9) { 72 $plugins['SmplShortcodes'] = SMPL_SHORTCODES_PLUGIN_URI . '/includes/admin/generator/editor_plugin_mce_v4. php';72 $plugins['SmplShortcodes'] = SMPL_SHORTCODES_PLUGIN_URI . '/includes/admin/generator/editor_plugin_mce_v4.js'; 73 73 } else { 74 $plugins['SmplShortcodes'] = SMPL_SHORTCODES_PLUGIN_URI . '/includes/admin/generator/editor_plugin_mce_v3. php';74 $plugins['SmplShortcodes'] = SMPL_SHORTCODES_PLUGIN_URI . '/includes/admin/generator/editor_plugin_mce_v3.js'; 75 75 } 76 76 return $plugins; -
smpl-shortcodes/trunk/readme.txt
r1277141 r1441493 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.3.1 7 Stable tag: 1.0. 197 Stable tag: 1.0.20 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Changelog == 32 33 = 1.0.20 = 34 * fixed an issue caused by some Plesk hosting environments 35 * removed raw tags from inserted shortcodes 36 * UI cleanup 32 37 33 38 = 1.0.18 = -
smpl-shortcodes/trunk/smpl-shortcodes.php
r1277134 r1441493 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. 195 Version: 1.0.20 6 6 Author: simplethemes 7 7 Author URI: http://www.simplethemes.com
Note: See TracChangeset
for help on using the changeset viewer.