Plugin Directory

Changeset 2663853


Ignore:
Timestamp:
01/24/2022 07:36:11 PM (4 years ago)
Author:
bartee
Message:

Updated changelog

Location:
shortcode-reference
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shortcode-reference/tags/1.1.0/readme.txt

    r2660732 r2663853  
    55Requires at least: 3.0
    66Tested up to: 5.8.1
    7 Stable tag: 1.1
     7Stable tag: 1.1.0
    88
    9 This plugin will provide a list and details about available shortcodes in your current installment. All when you need it most - when editing content. 
     9This plugin will provide a list and details about available shortcodes in your current installment. All when you need it most - when editing content.
    1010
    1111== Description ==
    1212
    13 One of the fancy things within Wordpress-plugins, is the availability of shortcodes. 
    14 These codes will provide access to plugin-specific things, like displaying a gallery, or a Google-Map. 
     13One of the fancy things within Wordpress-plugins, is the availability of shortcodes.
     14These codes will provide access to plugin-specific things, like displaying a gallery, or a Google-Map.
    1515The downside about this, is that there's no generic overview of all available shortcodes within your environment.
    1616
    17 This plugin will provide a list of all available shortcodes, right where the action is. When you're editing your content. And it won't skip the details: it'll show you what its origin is. 
    18 Most of all, if it's available in the sourcecode, the documentation will be shown. 
     17This plugin will provide a list of all available shortcodes, right where the action is. When you're editing your content. And it won't skip the details: it'll show you what its origin is.
     18Most of all, if it's available in the sourcecode, the documentation will be shown.
    1919
    20 The plugin is largely based on [PHP's Reflection functionality](http://php.net/manual/en/book.reflection.php), and therefore only available from PHP version 5.0.0. 
    21  
     20The plugin is largely based on [PHP's Reflection functionality](http://php.net/manual/en/book.reflection.php), and therefore only available from PHP version 5.0.0.
     21
    2222
    2323== Installation ==
     
    37371. This little meta-box will be provided when you're editing posts, pages or links.
    3838
    39 == Upgrade notice == 
     39== Upgrade notice ==
    4040
    4141Nothing to worry about. No special steps necessary.
    4242
    4343== Changelog ==
     44= 1.1.0 =
     45* Fixed a blocking UI bug by fixing jQuery event handling.
     46
    4447= 1.0 =
    4548* If a found shortcode originates from the themes-directory, it will tell you so.
    4649  Also, if it is available, it will give you the documentation.
    4750
    48 = 0.2 = 
    49 * Added reference box to all public post types. 
     51= 0.2 =
     52* Added reference box to all public post types.
    5053* Changed resolving of the plugin's css/js files
    5154* Made file lookup case sensitive
  • shortcode-reference/trunk/readme.txt

    r2660732 r2663853  
    55Requires at least: 3.0
    66Tested up to: 5.8.1
    7 Stable tag: 1.1
     7Stable tag: 1.1.0
    88
    9 This plugin will provide a list and details about available shortcodes in your current installment. All when you need it most - when editing content. 
     9This plugin will provide a list and details about available shortcodes in your current installment. All when you need it most - when editing content.
    1010
    1111== Description ==
    1212
    13 One of the fancy things within Wordpress-plugins, is the availability of shortcodes. 
    14 These codes will provide access to plugin-specific things, like displaying a gallery, or a Google-Map. 
     13One of the fancy things within Wordpress-plugins, is the availability of shortcodes.
     14These codes will provide access to plugin-specific things, like displaying a gallery, or a Google-Map.
    1515The downside about this, is that there's no generic overview of all available shortcodes within your environment.
    1616
    17 This plugin will provide a list of all available shortcodes, right where the action is. When you're editing your content. And it won't skip the details: it'll show you what its origin is. 
    18 Most of all, if it's available in the sourcecode, the documentation will be shown. 
     17This plugin will provide a list of all available shortcodes, right where the action is. When you're editing your content. And it won't skip the details: it'll show you what its origin is.
     18Most of all, if it's available in the sourcecode, the documentation will be shown.
    1919
    20 The plugin is largely based on [PHP's Reflection functionality](http://php.net/manual/en/book.reflection.php), and therefore only available from PHP version 5.0.0. 
    21  
     20The plugin is largely based on [PHP's Reflection functionality](http://php.net/manual/en/book.reflection.php), and therefore only available from PHP version 5.0.0.
     21
    2222
    2323== Installation ==
     
    37371. This little meta-box will be provided when you're editing posts, pages or links.
    3838
    39 == Upgrade notice == 
     39== Upgrade notice ==
    4040
    4141Nothing to worry about. No special steps necessary.
    4242
    4343== Changelog ==
     44= 1.1.0 =
     45* Fixed a blocking UI bug by fixing jQuery event handling.
     46
    4447= 1.0 =
    4548* If a found shortcode originates from the themes-directory, it will tell you so.
    4649  Also, if it is available, it will give you the documentation.
    4750
    48 = 0.2 = 
    49 * Added reference box to all public post types. 
     51= 0.2 =
     52* Added reference box to all public post types.
    5053* Changed resolving of the plugin's css/js files
    5154* Made file lookup case sensitive
Note: See TracChangeset for help on using the changeset viewer.