Plugin Directory

Changeset 2916806


Ignore:
Timestamp:
05/24/2023 12:00:12 PM (3 years ago)
Author:
minimus
Message:

WP 6.2 compatibility

File:
1 edited

Legend:

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

    r2821339 r2916806  
    44Tags: content, performance, text, info, color
    55Requires at least: 5.6
    6 Tested up to: 6.1
     6Tested up to: 6.2
    77Stable tag: 6.1
    88Requires PHP: 7.4
     
    3838
    3939If you have created your own language pack, or have an update of an existing one, you can send **.po** and **.mo files** to me (minimus AT simplelib.com) so that I can bundle it into **Special Text Boxes**.
    40  
     40
    4141Real examples of outputs you can see on the [plugin page](http://www.simplelib.com/archives/wordpress-plugin-wp-special-textboxes/)
    4242
     
    5454= How to insert special text box to post's text? =
    5555
    56 Use short codes: 
     56Use short codes:
    5757
    5858`[stextbox id="ValidID"]Highlighted text here[/stextbox]`
     
    6363
    6464were
    65  
     65
    6666**ValidID** may be: *alert*, *info*, *download*, *grey*, *black*, *warning*, *custom*
    6767
     
    7070= How to insert special text box to theme file (not to post)? =
    7171
    72 Use function **stbHighlightText**: 
     72Use function **stbHighlightText**:
    7373
    7474`<?php if(function_exists('stbHighlightText')) echo stbHighlightText('Test of function stbHighlightText.', 'warning'); ?>`
    7575
    76 defined as 
     76defined as
    7777
    7878`function stbHighlightText( $content = null, $id = 'warning', $caption = '', $atts = null )`
     
    219219* Font size parameters are added
    220220* Bug of caption size is eliminated
    221 * Language pack is updated. Arabic language by [مدونة رسين](http://www.r-sn.com/wp/) is added. 
     221* Language pack is updated. Arabic language by [مدونة رسين](http://www.r-sn.com/wp/) is added.
    222222* Support of text direction is added.
    223223* Codes are optimised
     
    328328User Level is changed to Capability.
    329329= 4.2.70 =
    330 Bug of STB output function is fixed. 
     330Bug of STB output function is fixed.
    331331= 4.1.69 =
    332 Some bugs are fixed. 
    333 Control of block's shadow from short codes is added. 
    334 Improvements in the interface of plugin are made. 
    335 Compatibility with "Wordpress Post Tabs" plugin is added. 
     332Some bugs are fixed.
     333Control of block's shadow from short codes is added.
     334Improvements in the interface of plugin are made.
     335Compatibility with "Wordpress Post Tabs" plugin is added.
    336336= 4.0.65 =
    337 Styles repository is added. 
    338 Javascript drawing mode is added. 
    339 New Styles Editor is added. 
    340 New rules of text blocks drawing are added. 
    341 Some bugs are resolved. 
     337Styles repository is added.
     338Javascript drawing mode is added.
     339New Styles Editor is added.
     340New rules of text blocks drawing are added.
     341Some bugs are resolved.
    342342= 3.10.60 =
    343343Italian language pack is updated.
    344344= 3.10.59 =
    345 Minor bug are fixed. 
    346 Language pack is updated. Turkish by Serhat ESEN is added. 
     345Minor bug are fixed.
     346Language pack is updated. Turkish by Serhat ESEN is added.
    347347= 3.9.57 =
    348 The amount of the parameters adjusted "on the fly" is increased 
    349 The output html code meets the requirements of the markup validity of Web documents 
     348The amount of the parameters adjusted "on the fly" is increased
     349The output html code meets the requirements of the markup validity of Web documents
    350350= 3.8.55 =
    351 Now the plugin codes are using Wordpress 3.0+ standards (PHP5 only). 
    352 Wordpress Settings API are used. 
    353 Now the plugin uses "resources saving technology" for saving server resources in blog runtime mode. 
     351Now the plugin codes are using Wordpress 3.0+ standards (PHP5 only).
     352Wordpress Settings API are used.
     353Now the plugin uses "resources saving technology" for saving server resources in blog runtime mode.
    354354= 3.7.52 =
    355355Language pack is updated. Czech by [Stanislav Čihák](http://www.abacomp.cz/) are added.
Note: See TracChangeset for help on using the changeset viewer.