Changeset 2916806
- Timestamp:
- 05/24/2023 12:00:12 PM (3 years ago)
- File:
-
- 1 edited
-
wp-special-textboxes/trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-special-textboxes/trunk/readme.txt
r2821339 r2916806 4 4 Tags: content, performance, text, info, color 5 5 Requires at least: 5.6 6 Tested up to: 6. 16 Tested up to: 6.2 7 7 Stable tag: 6.1 8 8 Requires PHP: 7.4 … … 38 38 39 39 If 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 41 41 Real examples of outputs you can see on the [plugin page](http://www.simplelib.com/archives/wordpress-plugin-wp-special-textboxes/) 42 42 … … 54 54 = How to insert special text box to post's text? = 55 55 56 Use short codes: 56 Use short codes: 57 57 58 58 `[stextbox id="ValidID"]Highlighted text here[/stextbox]` … … 63 63 64 64 were 65 65 66 66 **ValidID** may be: *alert*, *info*, *download*, *grey*, *black*, *warning*, *custom* 67 67 … … 70 70 = How to insert special text box to theme file (not to post)? = 71 71 72 Use function **stbHighlightText**: 72 Use function **stbHighlightText**: 73 73 74 74 `<?php if(function_exists('stbHighlightText')) echo stbHighlightText('Test of function stbHighlightText.', 'warning'); ?>` 75 75 76 defined as 76 defined as 77 77 78 78 `function stbHighlightText( $content = null, $id = 'warning', $caption = '', $atts = null )` … … 219 219 * Font size parameters are added 220 220 * 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. 222 222 * Support of text direction is added. 223 223 * Codes are optimised … … 328 328 User Level is changed to Capability. 329 329 = 4.2.70 = 330 Bug of STB output function is fixed. 330 Bug of STB output function is fixed. 331 331 = 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. 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. 336 336 = 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. 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. 342 342 = 3.10.60 = 343 343 Italian language pack is updated. 344 344 = 3.10.59 = 345 Minor bug are fixed. 346 Language pack is updated. Turkish by Serhat ESEN is added. 345 Minor bug are fixed. 346 Language pack is updated. Turkish by Serhat ESEN is added. 347 347 = 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 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 350 350 = 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. 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. 354 354 = 3.7.52 = 355 355 Language pack is updated. Czech by [Stanislav Čihák](http://www.abacomp.cz/) are added.
Note: See TracChangeset
for help on using the changeset viewer.