Changeset 1399683
- Timestamp:
- 04/19/2016 08:48:17 PM (10 years ago)
- Location:
- dobsondev-shortcodes
- Files:
-
- 3 edited
- 12 copied
-
tags/2.0.2 (copied) (copied from dobsondev-shortcodes/trunk)
-
tags/2.0.2/changelog.txt (copied) (copied from dobsondev-shortcodes/trunk/changelog.txt) (1 diff)
-
tags/2.0.2/css (copied) (copied from dobsondev-shortcodes/trunk/css)
-
tags/2.0.2/css/dobsondev-shortcodes.css (copied) (copied from dobsondev-shortcodes/trunk/css/dobsondev-shortcodes.css)
-
tags/2.0.2/css/dobsondev-shortcodes.min.css (copied) (copied from dobsondev-shortcodes/trunk/css/dobsondev-shortcodes.min.css)
-
tags/2.0.2/dobsondev-shortcodes.php (copied) (copied from dobsondev-shortcodes/trunk/dobsondev-shortcodes.php) (3 diffs)
-
tags/2.0.2/js (copied) (copied from dobsondev-shortcodes/trunk/js)
-
tags/2.0.2/js/tinymce-plugin.js (copied) (copied from dobsondev-shortcodes/trunk/js/tinymce-plugin.js)
-
tags/2.0.2/js/tinymce-plugin.min.js (copied) (copied from dobsondev-shortcodes/trunk/js/tinymce-plugin.min.js)
-
tags/2.0.2/libs (copied) (copied from dobsondev-shortcodes/trunk/libs)
-
tags/2.0.2/readme.txt (copied) (copied from dobsondev-shortcodes/trunk/readme.txt) (2 diffs)
-
tags/2.0.2/res (copied) (copied from dobsondev-shortcodes/trunk/res)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/dobsondev-shortcodes.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dobsondev-shortcodes/tags/2.0.2/changelog.txt
r1376499 r1399683 9 9 Bug Fixes 10 10 11 * Fixed a bug where a debug string was being displayed on the front end, thanks to [igorpecovnik](https://github.com/igorpecovnik) for finding the bug and letting me know (2.0.2) 11 12 * Fixed a bug where other Font Awesome usages could be affected by this plugin's CSS (2.0.1) 12 13 * Tested up to WordPress 4.4 (2.0.0) -
dobsondev-shortcodes/tags/2.0.2/dobsondev-shortcodes.php
r1376499 r1399683 4 4 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/ 5 5 * Description: A collection of helpful shortcodes. 6 * Version: 2.0. 16 * Version: 2.0.2 7 7 * Author: Alex Dobson 8 8 * Author URI: http://dobsondev.com/ … … 149 149 set_transient( 'ddghr-' . md5( $owner . $repo . $cache_id ), $output_readme, DAY_IN_SECONDS ); 150 150 } 151 // var_dump("DID NOT get Transient"); 151 152 return $output_readme; 152 153 } … … 210 211 set_transient( 'ddghf-' . md5( $owner . $repo . $path . $cache_id ), $output_md_file, DAY_IN_SECONDS ); 211 212 } 212 var_dump("DID NOT get Transient");213 // var_dump("DID NOT get Transient"); 213 214 return $output_md_file; 214 215 } else { -
dobsondev-shortcodes/tags/2.0.2/readme.txt
r1387304 r1399683 7 7 Requires at least: 2.5 8 8 Tested up to: 4.5 9 Stable tag: 2.0. 19 Stable tag: 2.0.2 10 10 11 11 Add a collection of helpful shortcodes to your site. … … 167 167 Bug Fixes 168 168 169 * Fixed a bug where a debug string was being displayed on the front end, thanks to [igorpecovnik](https://github.com/igorpecovnik) for finding the bug and letting me know (2.0.2) 169 170 * Fixed a bug where other Font Awesome usages could be affected by this plugin's CSS (2.0.1) 170 171 * Tested up to WordPress 4.4 (2.0.0) -
dobsondev-shortcodes/trunk/changelog.txt
r1376499 r1399683 9 9 Bug Fixes 10 10 11 * Fixed a bug where a debug string was being displayed on the front end, thanks to [igorpecovnik](https://github.com/igorpecovnik) for finding the bug and letting me know (2.0.2) 11 12 * Fixed a bug where other Font Awesome usages could be affected by this plugin's CSS (2.0.1) 12 13 * Tested up to WordPress 4.4 (2.0.0) -
dobsondev-shortcodes/trunk/dobsondev-shortcodes.php
r1376499 r1399683 4 4 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/ 5 5 * Description: A collection of helpful shortcodes. 6 * Version: 2.0. 16 * Version: 2.0.2 7 7 * Author: Alex Dobson 8 8 * Author URI: http://dobsondev.com/ … … 149 149 set_transient( 'ddghr-' . md5( $owner . $repo . $cache_id ), $output_readme, DAY_IN_SECONDS ); 150 150 } 151 // var_dump("DID NOT get Transient"); 151 152 return $output_readme; 152 153 } … … 210 211 set_transient( 'ddghf-' . md5( $owner . $repo . $path . $cache_id ), $output_md_file, DAY_IN_SECONDS ); 211 212 } 212 var_dump("DID NOT get Transient");213 // var_dump("DID NOT get Transient"); 213 214 return $output_md_file; 214 215 } else { -
dobsondev-shortcodes/trunk/readme.txt
r1387304 r1399683 7 7 Requires at least: 2.5 8 8 Tested up to: 4.5 9 Stable tag: 2.0. 19 Stable tag: 2.0.2 10 10 11 11 Add a collection of helpful shortcodes to your site. … … 167 167 Bug Fixes 168 168 169 * Fixed a bug where a debug string was being displayed on the front end, thanks to [igorpecovnik](https://github.com/igorpecovnik) for finding the bug and letting me know (2.0.2) 169 170 * Fixed a bug where other Font Awesome usages could be affected by this plugin's CSS (2.0.1) 170 171 * Tested up to WordPress 4.4 (2.0.0)
Note: See TracChangeset
for help on using the changeset viewer.