Plugin Directory

Changeset 1832043


Ignore:
Timestamp:
03/02/2018 06:56:54 AM (8 years ago)
Author:
Grandy
Message:

version 0.9.4

Location:
gdy-modular-content
Files:
72 added
3 edited

Legend:

Unmodified
Added
Removed
  • gdy-modular-content/trunk/gdy-modular-content.php

    r1821307 r1832043  
    1515        Domain Path: /languages
    1616
    17         Version: 0.9.3
     17        Version: 0.9.4
    1818   
    1919    */
     
    2323    /************************************* VERSION ***********************************/
    2424
    25     define( 'GDYMC_PLUGIN_VERSION', '0.9.3' );
     25    define( 'GDYMC_PLUGIN_VERSION', '0.9.4' );
    2626
    2727
  • gdy-modular-content/trunk/readme.txt

    r1821307 r1832043  
    55Tested up to: 4.9
    66Requires PHP: 5.6
    7 Stable tag: 0.9.3
     7Stable tag: 0.9.4
    88
    99Create and edit modular content from the frontend of your site.
     
    2020
    2121== Changelog ==
     22
     23= 0.9.4 =
     24* Fixed a extremely reare bug that renders an unwanted button in the plugins error windows.
    2225
    2326= 0.9.3 =
  • gdy-modular-content/trunk/scripts/gdymc_core.js

    r1806895 r1832043  
    8888
    8989        // Buttons
    90         for ( var key in settings.buttons ) {
     90        jQuery.each( settings.buttons, function( key ) {
    9191
    9292            var currentButton = jQuery( '<button class="gdymc_button">' + settings.buttons[ key ].text + '</button>' ).appendTo( errorButtons ).click( { button: settings.buttons[ key ], settings: settings }, function( event ) {
     
    9898            errorLastButton = currentButton;
    9999
    100         }
     100        } );
    101101
    102102        errorWindow.appendTo( 'body' );
Note: See TracChangeset for help on using the changeset viewer.