Changeset 2663853
- Timestamp:
- 01/24/2022 07:36:11 PM (4 years ago)
- Location:
- shortcode-reference
- Files:
-
- 2 edited
- 1 copied
-
tags/1.1.0 (copied) (copied from shortcode-reference/trunk)
-
tags/1.1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shortcode-reference/tags/1.1.0/readme.txt
r2660732 r2663853 5 5 Requires at least: 3.0 6 6 Tested up to: 5.8.1 7 Stable tag: 1.1 7 Stable tag: 1.1.0 8 8 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. 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. 10 10 11 11 == Description == 12 12 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. 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. 15 15 The downside about this, is that there's no generic overview of all available shortcodes within your environment. 16 16 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. 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. 19 19 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 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 22 22 23 23 == Installation == … … 37 37 1. This little meta-box will be provided when you're editing posts, pages or links. 38 38 39 == Upgrade notice == 39 == Upgrade notice == 40 40 41 41 Nothing to worry about. No special steps necessary. 42 42 43 43 == Changelog == 44 = 1.1.0 = 45 * Fixed a blocking UI bug by fixing jQuery event handling. 46 44 47 = 1.0 = 45 48 * If a found shortcode originates from the themes-directory, it will tell you so. 46 49 Also, if it is available, it will give you the documentation. 47 50 48 = 0.2 = 49 * Added reference box to all public post types. 51 = 0.2 = 52 * Added reference box to all public post types. 50 53 * Changed resolving of the plugin's css/js files 51 54 * Made file lookup case sensitive -
shortcode-reference/trunk/readme.txt
r2660732 r2663853 5 5 Requires at least: 3.0 6 6 Tested up to: 5.8.1 7 Stable tag: 1.1 7 Stable tag: 1.1.0 8 8 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. 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. 10 10 11 11 == Description == 12 12 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. 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. 15 15 The downside about this, is that there's no generic overview of all available shortcodes within your environment. 16 16 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. 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. 19 19 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 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 22 22 23 23 == Installation == … … 37 37 1. This little meta-box will be provided when you're editing posts, pages or links. 38 38 39 == Upgrade notice == 39 == Upgrade notice == 40 40 41 41 Nothing to worry about. No special steps necessary. 42 42 43 43 == Changelog == 44 = 1.1.0 = 45 * Fixed a blocking UI bug by fixing jQuery event handling. 46 44 47 = 1.0 = 45 48 * If a found shortcode originates from the themes-directory, it will tell you so. 46 49 Also, if it is available, it will give you the documentation. 47 50 48 = 0.2 = 49 * Added reference box to all public post types. 51 = 0.2 = 52 * Added reference box to all public post types. 50 53 * Changed resolving of the plugin's css/js files 51 54 * Made file lookup case sensitive
Note: See TracChangeset
for help on using the changeset viewer.