Plugin Directory

Changeset 2077119


Ignore:
Timestamp:
04/29/2019 02:49:55 PM (7 years ago)
Author:
blacklodgegames
Message:

2.0.6

  • Fixed: Patched an issue where some users who upgraded from previous versions could no longer update or create games
Location:
indiedev-game-marketer
Files:
100 added
3 edited

Legend:

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

    r2073486 r2077119  
    11=== IndieDev Game Marketer ===
    22Contributors: blacklodgegames
    3 Donate link: https://blacklodgegames.com
     3Donate link: https://indiedev.tools
    44Tags: game,games,indiedev,gamedev,development,marketing,steam,promo,promotion,press,presskit,press kit,gutenberg
    55Requires at least: 5.0.0
    66Tested up to: 5.1.1
    7 Stable tag: 2.0.5
     7Stable tag: 2.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    37371. Activate the plugin through the 'Plugins' menu in WordPress
    38381. Click on the Settings button, or in the admin menu, click on IndieDev Game Marketer
    39 1. Follow the Configuration guide here to continue: https://blacklodgegames.com/indiedev-game-marketer-wp-plugin-for-wordpress/
     391. Follow the Configuration guide here to continue: [https://www.indiedev.tools/product/indiedev-game-marketer-wp-plugin-for-wordpress/](https://www.indiedev.tools/product/indiedev-game-marketer-wp-plugin-for-wordpress/ "https://www.indiedev.tools/product/indiedev-game-marketer-wp-plugin-for-wordpress/")
    4040
    4141== Frequently Asked Questions ==
     
    5050
    5151== Changelog ==
     52
     53= 2.0.6 =
     54* Fixed: Patched an issue where some users who upgraded from previous versions could no longer update or create games
    5255
    5356= 2.0.5 =
  • indiedev-game-marketer/trunk/includes/class-indiedev-game-marketer-activator.php

    r2073486 r2077119  
    179179            global $Indiedev_Game_Marketer_dbVersion;
    180180            $installed_db_version = get_option( 'idgm_db_version' );
    181             if ($installed_db_version !== false) {
    182                 if ($installed_db_version != $Indiedev_Game_Marketer_dbVersion) { // Perform an upgrade
     181            //if ($installed_db_version !== false) {
     182                //if ($installed_db_version != $Indiedev_Game_Marketer_dbVersion) { // Perform an upgrade
    183183                    // Upgrade code goes here
    184184                   
     
    208208                    }                   
    209209                                     
    210                 }
    211             }
     210                //}
     211            //}
    212212        }
    213213       
  • indiedev-game-marketer/trunk/indiedev-game-marketer.php

    r2073486 r2077119  
    99 * that starts the plugin.
    1010 *
    11  * @link              http://blacklodgegames.com
     11 * @link              https://indiedev.tools
    1212 * @since             1.0.0
    1313 * @package           Indiedev_Game_Marketer
     
    1515 * @wordpress-plugin
    1616 * Plugin Name:       IndieDev Game Marketer
    17  * Plugin URI:        https://blacklodgegames.com/indiedev-game-marketer-wp-plugin-for-wordpress/
     17 * Plugin URI:        https://www.indiedev.tools/product/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.5
    20  * Author:            BLACK LODGE GAMES, LLC
    21  * Author URI:        https://blacklodgegames.com
     19 * Version:           2.0.6
     20 * Author:            IndieDev.tools
     21 * Author URI:        https://indiedev.tools
    2222 * License:           GPL-2.0+
    2323 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.