Plugin Directory

Changeset 2056031


Ignore:
Timestamp:
03/23/2019 08:07:51 PM (7 years ago)
Author:
blacklodgegames
Message:

2.0.4

  • Fixed: Whoops, fixed a little logic problem introduced in the 2.0.3 patch.
Location:
indiedev-game-marketer
Files:
98 added
3 edited

Legend:

Unmodified
Added
Removed
  • indiedev-game-marketer/trunk/README.txt

    r2056029 r2056031  
    55Requires at least: 5.0.0
    66Tested up to: 5.1.1
    7 Stable tag: 2.0.3
     7Stable tag: 2.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
     52
     53= 2.0.4 =
     54* Fixed: Whoops, fixed a little logic problem introduced in the 2.0.3 patch.
    5255
    5356= 2.0.3 =
  • indiedev-game-marketer/trunk/indiedev-game-marketer.php

    r2056028 r2056031  
    1717 * Plugin URI:        https://blacklodgegames.com/indiedev-game-marketer-wp-plugin-for-wordpress/
    1818 * Description:       Promote indie games for all platforms using the power & familiarity of Wordpress.
    19  * Version:           2.0.3
     19 * Version:           2.0.4
    2020 * Author:            BLACK LODGE GAMES, LLC
    2121 * Author URI:        https://blacklodgegames.com
  • indiedev-game-marketer/trunk/public/class-indiedev-game-marketer-public.php

    r2056022 r2056031  
    449449            if($tolower) {
    450450                $fixed = strtolower($link_or_zelda_to_fix);
     451            } else {
     452                $fixed = $link_or_zelda_to_fix;
    451453            }
    452454            if (strpos($link_or_zelda_to_fix, 'http://') === false && strpos($link_or_zelda_to_fix, 'https://') === false) {
Note: See TracChangeset for help on using the changeset viewer.