Plugin Directory

Changeset 1485692


Ignore:
Timestamp:
08/29/2016 03:24:57 PM (10 years ago)
Author:
mahodder
Message:

1.0.11

  • Remove video option from shortcode builder, you can use WordPress's default embed tools for videos. Old video / manually created video shortcodes will continue to function.
Location:
themedy-toolbox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themedy-toolbox/trunk/includes/tinymce_button.js

    r1130688 r1485692  
    781781                <li class="themedy-shortcodes-form-type-columns" type="columns"><a href="#">Columns</a></li>\
    782782                <li class="themedy-shortcodes-form-type-social" type="social"><a href="#">Social</a></li>\
    783                 <li class="themedy-shortcodes-form-type-media" type="media"><a href="#">Videos</a></li>\
     783                <!--<li class="themedy-shortcodes-form-type-media" type="media"><a href="#">Videos</a></li>-->\
    784784                <li class="themedy-shortcodes-form-type-toggle" type="toggle"><a href="#">Toggles</a></li>\
    785785                <li class="themedy-shortcodes-form-type-accordion" type="accordion"><a href="#">Accordion</a></li>\
  • themedy-toolbox/trunk/readme.txt

    r1465578 r1485692  
    44Requires at least: 4.4
    55Tested up to: 4.6
    6 Stable tag: 1.0.10
     6Stable tag: 1.0.11
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232
    3333== Changelog ==
     34
     35= 1.0.11 =
     36* Remove video option from shortcode builder, you can use WordPress's default embed tools for videos. Old video / manually created video shortcodes will continue to function.
    3437
    3538= 1.0.10 =
  • themedy-toolbox/trunk/themedy-toolbox.php

    r1465578 r1485692  
    22/*
    33Plugin Name: Themedy Toolbox
    4 Plugin URI: http://themedy.com
     4Plugin URI: https://themedy.com
    55Description: Shortcodes and tools to extend your Themedy site even further.
    6 Version: 1.0.10
     6Version: 1.0.11
    77Author: Themedy
    8 Author URI: http://themedy.com
     8Author URI: https://themedy.com
    99*/
    1010// Exit if accessed directly
Note: See TracChangeset for help on using the changeset viewer.