Changeset 2190986
- Timestamp:
- 11/12/2019 10:39:16 PM (6 years ago)
- Location:
- dobsondev-shortcodes/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
dobsondev-shortcodes.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dobsondev-shortcodes/trunk/changelog.txt
r2039239 r2190986 13 13 Bug Fixes 14 14 15 * Tested up to WordPress 5.3 (2.1.11) 15 16 * Tested up to WordPress 5.1 (2.1.10) 16 17 * Updated Parsedown to newest version to try to fix [image link problem](https://github.com/SufferMyJoy/dobsondev-shortcodes/issues/5) (2.1.9) -
dobsondev-shortcodes/trunk/dobsondev-shortcodes.php
r2039239 r2190986 4 4 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/ 5 5 * Description: A collection of helpful shortcodes. 6 * Version: 2.1.1 06 * Version: 2.1.11 7 7 * Author: Alex Dobson 8 8 * Author URI: http://dobsondev.com/ … … 29 29 define( 'DOBSONDEV_SHRTCODE_TEXTDOMAIN', 'dobsondev-shortcodes' ); 30 30 /* Define our version number for the plugin */ 31 define( 'DOBSONDEV_SHRTCODE_VER', '2. 0.0' );31 define( 'DOBSONDEV_SHRTCODE_VER', '2.1.11' ); 32 32 33 33 -
dobsondev-shortcodes/trunk/readme.txt
r2039239 r2190986 6 6 Tags: dobsondev, shortcodes, pdf, portable document format, github gists, github, gists, github readme, github project readme, github repo readme, github file contents, twitch streams, twitch, twitch tv, twitch chat, YouTube video, YouTube, inline code, code snippets, code block, programming, code examples, button, buttons, css button, css buttons, button shortcode, buttons shortcodes, user interaction, user interaction messages, info message, information message, success message, warning message, error message, related posts, related posts shortcode, jquery, jquery related posts, related posts slideshow, tinymce, tinymce plugin, user interface 7 7 Requires at least: 2.5 8 Tested up to: 5. 19 Stable tag: 2.1.1 08 Tested up to: 5.3 9 Stable tag: 2.1.11 10 10 11 11 Add a collection of helpful shortcodes to your site.
Note: See TracChangeset
for help on using the changeset viewer.