Changeset 1649342
- Timestamp:
- 05/02/2017 05:02:55 AM (9 years ago)
- Location:
- dobsondev-shortcodes
- Files:
-
- 3 edited
- 12 copied
-
tags/2.1.6 (copied) (copied from dobsondev-shortcodes/trunk)
-
tags/2.1.6/changelog.txt (copied) (copied from dobsondev-shortcodes/trunk/changelog.txt) (1 diff)
-
tags/2.1.6/css (copied) (copied from dobsondev-shortcodes/trunk/css)
-
tags/2.1.6/css/dobsondev-shortcodes.css (copied) (copied from dobsondev-shortcodes/trunk/css/dobsondev-shortcodes.css)
-
tags/2.1.6/css/dobsondev-shortcodes.min.css (copied) (copied from dobsondev-shortcodes/trunk/css/dobsondev-shortcodes.min.css)
-
tags/2.1.6/dobsondev-shortcodes.php (copied) (copied from dobsondev-shortcodes/trunk/dobsondev-shortcodes.php) (2 diffs)
-
tags/2.1.6/js (copied) (copied from dobsondev-shortcodes/trunk/js)
-
tags/2.1.6/js/tinymce-plugin.js (copied) (copied from dobsondev-shortcodes/trunk/js/tinymce-plugin.js)
-
tags/2.1.6/js/tinymce-plugin.min.js (copied) (copied from dobsondev-shortcodes/trunk/js/tinymce-plugin.min.js)
-
tags/2.1.6/libs (copied) (copied from dobsondev-shortcodes/trunk/libs)
-
tags/2.1.6/readme.txt (copied) (copied from dobsondev-shortcodes/trunk/readme.txt) (2 diffs)
-
tags/2.1.6/res (copied) (copied from dobsondev-shortcodes/trunk/res)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/dobsondev-shortcodes.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dobsondev-shortcodes/tags/2.1.6/changelog.txt
r1631361 r1649342 13 13 Bug Fixes 14 14 15 * Setting markdown equal to "true" will now work for embedding GitHub files instead of just "yes" 4.7.4 (2.1.6) 16 * Tested up to Wordpress 4.7.4 (2.1.6) 15 17 * Tested up to Wordpress 4.7.3 (2.1.5) 16 18 * Tested up to WordPress 4.7 (2.1.4) -
dobsondev-shortcodes/tags/2.1.6/dobsondev-shortcodes.php
r1631361 r1649342 4 4 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/ 5 5 * Description: A collection of helpful shortcodes. 6 * Version: 2.1. 56 * Version: 2.1.6 7 7 * Author: Alex Dobson 8 8 * Author URI: http://dobsondev.com/ … … 204 204 $response_array = json_decode($response); 205 205 // var_dump($response_array); 206 if (strcasecmp($markdown, "yes") == 0 ) {206 if (strcasecmp($markdown, "yes") == 0 || strcasecmp($markdown, "true") == 0) { 207 207 $parsedown = new Parsedown(); 208 208 $output_md_file = $parsedown->text(base64_decode($response_array->content)); -
dobsondev-shortcodes/tags/2.1.6/readme.txt
r1631361 r1649342 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: 4.7. 39 Stable tag: 2.1. 58 Tested up to: 4.7.4 9 Stable tag: 2.1.6 10 10 11 11 Add a collection of helpful shortcodes to your site. … … 188 188 Bug Fixes 189 189 190 * Setting markdown equal to "true" will now work for embedding GitHub files instead of just "yes" 4.7.4 (2.1.6) 191 * Tested up to Wordpress 4.7.4 (2.1.6) 190 192 * Tested up to Wordpress 4.7.3 (2.1.5) 191 193 * Tested up to Wordpress 4.7 (2.1.4) -
dobsondev-shortcodes/trunk/changelog.txt
r1631361 r1649342 13 13 Bug Fixes 14 14 15 * Setting markdown equal to "true" will now work for embedding GitHub files instead of just "yes" 4.7.4 (2.1.6) 16 * Tested up to Wordpress 4.7.4 (2.1.6) 15 17 * Tested up to Wordpress 4.7.3 (2.1.5) 16 18 * Tested up to WordPress 4.7 (2.1.4) -
dobsondev-shortcodes/trunk/dobsondev-shortcodes.php
r1631361 r1649342 4 4 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/ 5 5 * Description: A collection of helpful shortcodes. 6 * Version: 2.1. 56 * Version: 2.1.6 7 7 * Author: Alex Dobson 8 8 * Author URI: http://dobsondev.com/ … … 204 204 $response_array = json_decode($response); 205 205 // var_dump($response_array); 206 if (strcasecmp($markdown, "yes") == 0 ) {206 if (strcasecmp($markdown, "yes") == 0 || strcasecmp($markdown, "true") == 0) { 207 207 $parsedown = new Parsedown(); 208 208 $output_md_file = $parsedown->text(base64_decode($response_array->content)); -
dobsondev-shortcodes/trunk/readme.txt
r1631361 r1649342 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: 4.7. 39 Stable tag: 2.1. 58 Tested up to: 4.7.4 9 Stable tag: 2.1.6 10 10 11 11 Add a collection of helpful shortcodes to your site. … … 188 188 Bug Fixes 189 189 190 * Setting markdown equal to "true" will now work for embedding GitHub files instead of just "yes" 4.7.4 (2.1.6) 191 * Tested up to Wordpress 4.7.4 (2.1.6) 190 192 * Tested up to Wordpress 4.7.3 (2.1.5) 191 193 * Tested up to Wordpress 4.7 (2.1.4)
Note: See TracChangeset
for help on using the changeset viewer.