Plugin Directory

Changeset 1441492


Ignore:
Timestamp:
06/22/2016 05:34:57 AM (10 years ago)
Author:
simplethemes
Message:

push 1.0.20

Location:
smpl-shortcodes/tags/1.0.20
Files:
2 added
1 edited
6 copied

Legend:

Unmodified
Added
Removed
  • smpl-shortcodes/tags/1.0.20/includes/admin/generator/class-smpl-shortcode-generator.php

    r897905 r1441492  
    7070        global $wp_version;
    7171        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';
    7373        } 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';
    7575        }
    7676        return $plugins;
  • smpl-shortcodes/tags/1.0.20/readme.txt

    r1277141 r1441492  
    55Requires at least: 3.0.1
    66Tested up to: 4.3.1
    7 Stable tag: 1.0.19
     7Stable tag: 1.0.20
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== 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
    3237
    3338= 1.0.18 =
  • smpl-shortcodes/tags/1.0.20/smpl-shortcodes.php

    r1277134 r1441492  
    33Plugin Name: Simple Shortcodes
    44Description: This plugin works in conjuction with the SMPL framework to create shortcodes for many of the framework's internal elements.
    5 Version: 1.0.19
     5Version: 1.0.20
    66Author: simplethemes
    77Author URI: http://www.simplethemes.com
Note: See TracChangeset for help on using the changeset viewer.