Plugin Directory

Changeset 1399683


Ignore:
Timestamp:
04/19/2016 08:48:17 PM (10 years ago)
Author:
DobsonDev
Message:

Tagging Version 2.0.2

Location:
dobsondev-shortcodes
Files:
3 edited
12 copied

Legend:

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

    r1376499 r1399683  
    99Bug Fixes
    1010
     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)
    1112* Fixed a bug where other Font Awesome usages could be affected by this plugin's CSS (2.0.1)
    1213* Tested up to WordPress 4.4 (2.0.0)
  • dobsondev-shortcodes/tags/2.0.2/dobsondev-shortcodes.php

    r1376499 r1399683  
    44 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/
    55 * Description: A collection of helpful shortcodes.
    6  * Version: 2.0.1
     6 * Version: 2.0.2
    77 * Author: Alex Dobson
    88 * Author URI: http://dobsondev.com/
     
    149149        set_transient(  'ddghr-' . md5( $owner . $repo . $cache_id ), $output_readme, DAY_IN_SECONDS );
    150150      }
     151      // var_dump("DID NOT get Transient");
    151152      return $output_readme;
    152153    }
     
    210211          set_transient(  'ddghf-' . md5( $owner . $repo . $path . $cache_id ), $output_md_file, DAY_IN_SECONDS );
    211212        }
    212         var_dump("DID NOT get Transient");
     213        // var_dump("DID NOT get Transient");
    213214        return $output_md_file;
    214215      } else {
  • dobsondev-shortcodes/tags/2.0.2/readme.txt

    r1387304 r1399683  
    77Requires at least: 2.5
    88Tested up to: 4.5
    9 Stable tag: 2.0.1
     9Stable tag: 2.0.2
    1010
    1111Add a collection of helpful shortcodes to your site.
     
    167167Bug Fixes
    168168
     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)
    169170* Fixed a bug where other Font Awesome usages could be affected by this plugin's CSS (2.0.1)
    170171* Tested up to WordPress 4.4 (2.0.0)
  • dobsondev-shortcodes/trunk/changelog.txt

    r1376499 r1399683  
    99Bug Fixes
    1010
     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)
    1112* Fixed a bug where other Font Awesome usages could be affected by this plugin's CSS (2.0.1)
    1213* Tested up to WordPress 4.4 (2.0.0)
  • dobsondev-shortcodes/trunk/dobsondev-shortcodes.php

    r1376499 r1399683  
    44 * Plugin URI: http://dobsondev.com/portfolio/dobsondev-shortcodes/
    55 * Description: A collection of helpful shortcodes.
    6  * Version: 2.0.1
     6 * Version: 2.0.2
    77 * Author: Alex Dobson
    88 * Author URI: http://dobsondev.com/
     
    149149        set_transient(  'ddghr-' . md5( $owner . $repo . $cache_id ), $output_readme, DAY_IN_SECONDS );
    150150      }
     151      // var_dump("DID NOT get Transient");
    151152      return $output_readme;
    152153    }
     
    210211          set_transient(  'ddghf-' . md5( $owner . $repo . $path . $cache_id ), $output_md_file, DAY_IN_SECONDS );
    211212        }
    212         var_dump("DID NOT get Transient");
     213        // var_dump("DID NOT get Transient");
    213214        return $output_md_file;
    214215      } else {
  • dobsondev-shortcodes/trunk/readme.txt

    r1387304 r1399683  
    77Requires at least: 2.5
    88Tested up to: 4.5
    9 Stable tag: 2.0.1
     9Stable tag: 2.0.2
    1010
    1111Add a collection of helpful shortcodes to your site.
     
    167167Bug Fixes
    168168
     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)
    169170* Fixed a bug where other Font Awesome usages could be affected by this plugin's CSS (2.0.1)
    170171* Tested up to WordPress 4.4 (2.0.0)
Note: See TracChangeset for help on using the changeset viewer.