Plugin Directory

Changeset 3157325


Ignore:
Timestamp:
09/25/2024 08:31:31 AM (18 months ago)
Author:
minimus
Message:

New version 6.2.3

Location:
wp-special-textboxes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-special-textboxes/trunk/readme.txt

    r3127287 r3157325  
    55Requires at least: 5.6
    66Tested up to: 6.6
    7 Stable tag: 6.2.2
     7Stable tag: 6.2.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
  • wp-special-textboxes/trunk/stb-class.php

    r3081858 r3157325  
    2323        public function __construct()
    2424        {
    25             define('STB_VERSION', '6.2.2');
     25            define('STB_VERSION', '6.2.3');
    2626            define('STB_DB_VERSION', '2.0');
    2727            define('STB_DIR', dirname(__FILE__) . '/');
     
    3333
    3434            add_action('wp_enqueue_scripts', array(&$this, 'headerScripts'), 9999999999);
    35 
    36             add_filter('comment_text', 'do_shortcode');
    3735
    3836            add_shortcode('stextbox', array(&$this, 'doShortcode'));
  • wp-special-textboxes/trunk/wp-special-textboxes.php

    r3081858 r3157325  
    44Plugin URI: http://www.simplelib.com/archives/wordpress-plugin-wp-special-textboxes/
    55Description: Adds simple colored text boxes to highlight some portion of post text. Use it for highlights warnings, alerts, infos and downloads in your blog posts. Visit <a href="http://www.simplelib.com/">SimpleLib blog</a> for more details.
    6 Version: 6.2.2
     6Version: 6.2.3
    77Author: minimus
    88Author URI: http://blogcoding.ru
Note: See TracChangeset for help on using the changeset viewer.