Plugin Directory

Changeset 1219299


Ignore:
Timestamp:
08/12/2015 03:19:02 PM (11 years ago)
Author:
DobsonDev
Message:

Tagging Version 1.1.8

Location:
dobsondev-shortcodes
Files:
3 edited
7 copied

Legend:

Unmodified
Added
Removed
  • dobsondev-shortcodes/tags/1.1.8/changelog.txt

    r1212944 r1219299  
    33New Features
    44
     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)
    57* 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)
    88
    99Bug Fixes
    1010
     11* Tested up to WordPress 4.3 (1.1.8)
    1112* 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)
    1219* Added some documentation that was missing (1.1.0)
    1320* 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 
    2021
    2122= 1.0 =
  • dobsondev-shortcodes/tags/1.1.8/dobsondev-shortcodes.php

    r1200394 r1219299  
    44 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/
    55 * Description: A collection of helpful shortcodes.
    6  * Version: 1.1.6
     6 * Version: 1.1.8
    77 * Author: Alex Dobson
    88 * Author URI: http://dobsondev.com/
  • dobsondev-shortcodes/tags/1.1.8/readme.txt

    r1212944 r1219299  
    66Tags: 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
    77Requires at least: 2.5
    8 Tested up to: 4.2.4
    9 Stable tag: 1.1.7
     8Tested up to: 4.3
     9Stable tag: 1.1.8
    1010
    1111Add a collection of helpful shortcodes to your site.
     
    155155New Features
    156156
     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)
    157159* 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)
    160160
    161161Bug Fixes
    162162
     163* Tested up to WordPress 4.3 (1.1.8)
    163164* 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)
    164171* Added some documentation that was missing (1.1.0)
    165172* 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)
    172173
    173174= - 1.0 - =
  • dobsondev-shortcodes/trunk/changelog.txt

    r1212944 r1219299  
    33New Features
    44
     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)
    57* 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)
    88
    99Bug Fixes
    1010
     11* Tested up to WordPress 4.3 (1.1.8)
    1112* 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)
    1219* Added some documentation that was missing (1.1.0)
    1320* 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 
    2021
    2122= 1.0 =
  • dobsondev-shortcodes/trunk/dobsondev-shortcodes.php

    r1200394 r1219299  
    44 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/
    55 * Description: A collection of helpful shortcodes.
    6  * Version: 1.1.6
     6 * Version: 1.1.8
    77 * Author: Alex Dobson
    88 * Author URI: http://dobsondev.com/
  • dobsondev-shortcodes/trunk/readme.txt

    r1212944 r1219299  
    66Tags: 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
    77Requires at least: 2.5
    8 Tested up to: 4.2.4
    9 Stable tag: 1.1.7
     8Tested up to: 4.3
     9Stable tag: 1.1.8
    1010
    1111Add a collection of helpful shortcodes to your site.
     
    155155New Features
    156156
     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)
    157159* 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)
    160160
    161161Bug Fixes
    162162
     163* Tested up to WordPress 4.3 (1.1.8)
    163164* 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)
    164171* Added some documentation that was missing (1.1.0)
    165172* 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)
    172173
    173174= - 1.0 - =
Note: See TracChangeset for help on using the changeset viewer.