Plugin Directory

Changeset 1575271


Ignore:
Timestamp:
01/15/2017 07:52:03 PM (9 years ago)
Author:
blacklodgegames
Message:

1.0.6

  • 7th beta release
  • Fixed: Patched an issue where TinyMCE buttons were not functioning due to this plugin
Location:
indiedev-game-marketer
Files:
85 added
3 edited

Legend:

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

    r1575254 r1575271  
    55Requires at least: 4.0.0
    66Tested up to: 4.7.0
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050== Changelog ==
    5151
     52= 1.0.6 =
     53* 7th beta release
     54* Fixed: Patched an issue where TinyMCE buttons were not functioning due to this plugin
     55
    5256= 1.0.5 =
    5357* 6th beta release
  • indiedev-game-marketer/trunk/admin/class-indiedev-game-marketer-admin.php

    r1575254 r1575271  
    28132813                        wp_enqueue_script('jquery-effects-core');
    28142814                        wp_enqueue_script('jquery-ui-datepicker');
    2815                         wp_enqueue_script('jquery-ui-dialog');
     2815                       
    28162816                        wp_enqueue_script('jquery-effects-fold');
    28172817                        wp_enqueue_media();
    28182818                    }
    2819                 }               
     2819                }       
     2820                wp_enqueue_script('jquery-ui-dialog');
    28202821    }
    28212822
  • indiedev-game-marketer/trunk/indiedev-game-marketer.php

    r1575255 r1575271  
    1717 * Plugin URI:        http://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:           1.0.5
     19 * Version:           1.0.6
    2020 * Author:            BLACK LODGE GAMES, LLC
    2121 * Author URI:        http://blacklodgegames.com
Note: See TracChangeset for help on using the changeset viewer.