Changeset 1219299
- Timestamp:
- 08/12/2015 03:19:02 PM (11 years ago)
- Location:
- dobsondev-shortcodes
- Files:
-
- 3 edited
- 7 copied
-
tags/1.1.8 (copied) (copied from dobsondev-shortcodes/trunk)
-
tags/1.1.8/changelog.txt (copied) (copied from dobsondev-shortcodes/trunk/changelog.txt) (1 diff)
-
tags/1.1.8/css (copied) (copied from dobsondev-shortcodes/trunk/css)
-
tags/1.1.8/dobsondev-shortcodes.php (copied) (copied from dobsondev-shortcodes/trunk/dobsondev-shortcodes.php) (1 diff)
-
tags/1.1.8/js (copied) (copied from dobsondev-shortcodes/trunk/js)
-
tags/1.1.8/libs (copied) (copied from dobsondev-shortcodes/trunk/libs)
-
tags/1.1.8/readme.txt (copied) (copied from dobsondev-shortcodes/trunk/readme.txt) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/dobsondev-shortcodes.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dobsondev-shortcodes/tags/1.1.8/changelog.txt
r1212944 r1219299 3 3 New Features 4 4 5 * Added Transient Cache support for the GitHub README and File shortcodes (1.1.3) 6 * Added shortcode for displaying GitHub repository file contents (1.1.1) 5 7 * Added shortcode for displaying GitHub repository README.md files (1.1.0) 6 * Added shortcode for displaying GitHub repository file contents (1.1.1)7 * Added Transient Cache support for the GitHub README and File shortcodes (1.1.3)8 8 9 9 Bug Fixes 10 10 11 * Tested up to WordPress 4.3 (1.1.8) 11 12 * Added the tags for tested up to WordPress 4.2.4 (1.1.7) 13 * Fixed where the Related Posts Shortcode would brick the page it was loading on (1.1.6) 14 * Fixed a bug where GitHub file contents wouldn't display line breaks properly if they were not a markdown file - thanks to [Stephanie Locke](https://github.com/stephlocke) for catching this and letting me know (1.1.5) 15 * Fixed a naming error for the WordPress transients used in the GitHub README and File shortcodes (1.1.4) 16 * Minified the CSS and JS scripts (1.1.3) 17 * Fixed a return error in the GitHub README and GitHub File Contents shortcodes (1.1.2) 18 * Changed some documentation errors (1.1.1) 12 19 * Added some documentation that was missing (1.1.0) 13 20 * Added the tags for tested up to WordPress 4.1.1 (1.1.0) 14 * Changed some documentation errors (1.1.1)15 * Fixed a return error in the GitHub README and GitHub File Contents shortcodes (1.1.2)16 * Minified the CSS and JS scripts (1.1.3)17 * Fixed a bug where GitHub file contents wouldn't display line breaks properly if they were not a markdown file - thanks to [Stephanie Locke](https://github.com/stephlocke) for catching this and letting me know (1.1.5)18 * Fixed where the Related Posts Shortcode would brick the page it was loading on (1.1.6)19 20 21 21 22 = 1.0 = -
dobsondev-shortcodes/tags/1.1.8/dobsondev-shortcodes.php
r1200394 r1219299 4 4 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/ 5 5 * Description: A collection of helpful shortcodes. 6 * Version: 1.1. 66 * Version: 1.1.8 7 7 * Author: Alex Dobson 8 8 * Author URI: http://dobsondev.com/ -
dobsondev-shortcodes/tags/1.1.8/readme.txt
r1212944 r1219299 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 7 7 Requires at least: 2.5 8 Tested up to: 4. 2.49 Stable tag: 1.1. 78 Tested up to: 4.3 9 Stable tag: 1.1.8 10 10 11 11 Add a collection of helpful shortcodes to your site. … … 155 155 New Features 156 156 157 * Added Transient Cache support for the GitHub README and File shortcodes (1.1.3) 158 * Added shortcode for displaying GitHub repository file contents (1.1.1) 157 159 * Added shortcode for displaying GitHub repository README.md files (1.1.0) 158 * Added shortcode for displaying GitHub repository file contents (1.1.1)159 * Added Transient Cache support for the GitHub README and File shortcodes (1.1.3)160 160 161 161 Bug Fixes 162 162 163 * Tested up to WordPress 4.3 (1.1.8) 163 164 * Added the tags for tested up to WordPress 4.2.4 (1.1.7) 165 * Fixed where the Related Posts Shortcode would brick the page it was loading on (1.1.6) 166 * Fixed a bug where GitHub file contents wouldn't display line breaks properly if they were not a markdown file - thanks to [Stephanie Locke](https://github.com/stephlocke) for catching this and letting me know (1.1.5) 167 * Fixed a naming error for the WordPress transients used in the GitHub README and File shortcodes (1.1.4) 168 * Minified the CSS and JS scripts (1.1.3) 169 * Fixed a return error in the GitHub README and GitHub File Contents shortcodes (1.1.2) 170 * Changed some documentation errors (1.1.1) 164 171 * Added some documentation that was missing (1.1.0) 165 172 * Added the tags for tested up to WordPress 4.1.1 (1.1.0) 166 * Changed some documentation errors (1.1.1)167 * Fixed a return error in the GitHub README and GitHub File Contents shortcodes (1.1.2)168 * Minified the CSS and JS scripts (1.1.3)169 * Fixed a naming error for the WordPress transients used in the GitHub README and File shortcodes (1.1.4)170 * Fixed a bug where GitHub file contents wouldn't display line breaks properly if they were not a markdown file - thanks to [Stephanie Locke](https://github.com/stephlocke) for catching this and letting me know (1.1.5)171 * Fixed where the Related Posts Shortcode would brick the page it was loading on (1.1.6)172 173 173 174 = - 1.0 - = -
dobsondev-shortcodes/trunk/changelog.txt
r1212944 r1219299 3 3 New Features 4 4 5 * Added Transient Cache support for the GitHub README and File shortcodes (1.1.3) 6 * Added shortcode for displaying GitHub repository file contents (1.1.1) 5 7 * Added shortcode for displaying GitHub repository README.md files (1.1.0) 6 * Added shortcode for displaying GitHub repository file contents (1.1.1)7 * Added Transient Cache support for the GitHub README and File shortcodes (1.1.3)8 8 9 9 Bug Fixes 10 10 11 * Tested up to WordPress 4.3 (1.1.8) 11 12 * Added the tags for tested up to WordPress 4.2.4 (1.1.7) 13 * Fixed where the Related Posts Shortcode would brick the page it was loading on (1.1.6) 14 * Fixed a bug where GitHub file contents wouldn't display line breaks properly if they were not a markdown file - thanks to [Stephanie Locke](https://github.com/stephlocke) for catching this and letting me know (1.1.5) 15 * Fixed a naming error for the WordPress transients used in the GitHub README and File shortcodes (1.1.4) 16 * Minified the CSS and JS scripts (1.1.3) 17 * Fixed a return error in the GitHub README and GitHub File Contents shortcodes (1.1.2) 18 * Changed some documentation errors (1.1.1) 12 19 * Added some documentation that was missing (1.1.0) 13 20 * Added the tags for tested up to WordPress 4.1.1 (1.1.0) 14 * Changed some documentation errors (1.1.1)15 * Fixed a return error in the GitHub README and GitHub File Contents shortcodes (1.1.2)16 * Minified the CSS and JS scripts (1.1.3)17 * Fixed a bug where GitHub file contents wouldn't display line breaks properly if they were not a markdown file - thanks to [Stephanie Locke](https://github.com/stephlocke) for catching this and letting me know (1.1.5)18 * Fixed where the Related Posts Shortcode would brick the page it was loading on (1.1.6)19 20 21 21 22 = 1.0 = -
dobsondev-shortcodes/trunk/dobsondev-shortcodes.php
r1200394 r1219299 4 4 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/ 5 5 * Description: A collection of helpful shortcodes. 6 * Version: 1.1. 66 * Version: 1.1.8 7 7 * Author: Alex Dobson 8 8 * Author URI: http://dobsondev.com/ -
dobsondev-shortcodes/trunk/readme.txt
r1212944 r1219299 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 7 7 Requires at least: 2.5 8 Tested up to: 4. 2.49 Stable tag: 1.1. 78 Tested up to: 4.3 9 Stable tag: 1.1.8 10 10 11 11 Add a collection of helpful shortcodes to your site. … … 155 155 New Features 156 156 157 * Added Transient Cache support for the GitHub README and File shortcodes (1.1.3) 158 * Added shortcode for displaying GitHub repository file contents (1.1.1) 157 159 * Added shortcode for displaying GitHub repository README.md files (1.1.0) 158 * Added shortcode for displaying GitHub repository file contents (1.1.1)159 * Added Transient Cache support for the GitHub README and File shortcodes (1.1.3)160 160 161 161 Bug Fixes 162 162 163 * Tested up to WordPress 4.3 (1.1.8) 163 164 * Added the tags for tested up to WordPress 4.2.4 (1.1.7) 165 * Fixed where the Related Posts Shortcode would brick the page it was loading on (1.1.6) 166 * Fixed a bug where GitHub file contents wouldn't display line breaks properly if they were not a markdown file - thanks to [Stephanie Locke](https://github.com/stephlocke) for catching this and letting me know (1.1.5) 167 * Fixed a naming error for the WordPress transients used in the GitHub README and File shortcodes (1.1.4) 168 * Minified the CSS and JS scripts (1.1.3) 169 * Fixed a return error in the GitHub README and GitHub File Contents shortcodes (1.1.2) 170 * Changed some documentation errors (1.1.1) 164 171 * Added some documentation that was missing (1.1.0) 165 172 * Added the tags for tested up to WordPress 4.1.1 (1.1.0) 166 * Changed some documentation errors (1.1.1)167 * Fixed a return error in the GitHub README and GitHub File Contents shortcodes (1.1.2)168 * Minified the CSS and JS scripts (1.1.3)169 * Fixed a naming error for the WordPress transients used in the GitHub README and File shortcodes (1.1.4)170 * Fixed a bug where GitHub file contents wouldn't display line breaks properly if they were not a markdown file - thanks to [Stephanie Locke](https://github.com/stephlocke) for catching this and letting me know (1.1.5)171 * Fixed where the Related Posts Shortcode would brick the page it was loading on (1.1.6)172 173 173 174 = - 1.0 - =
Note: See TracChangeset
for help on using the changeset viewer.