Plugin Directory

Changeset 1583327


Ignore:
Timestamp:
01/27/2017 08:38:51 AM (9 years ago)
Author:
GMDragonX
Message:

Hot-fix

Location:
gmace/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gmace/trunk/assets/js/scripts.js

    r1583319 r1583327  
    628628                    }, function(response)
    629629                    {
     630                        IS_REWRITING = false;
     631                       
    630632                        if(Number(response) == 1)
    631633                        {
    632                             IS_REWRITING = false;
    633 
    634634                            if($("#gm_editors div.shown").data("isTmpFile"))
    635635                            {
  • gmace/trunk/gmace.php

    r1583319 r1583327  
    44    Plugin URI: http://wordpress.org/plugins/gmace/
    55    Description: Free PHP-editor code Wordpress. A variety of themes, syntax highlighting and a built file manager
    6     Version: 1.5
     6    Version: 1.5.1
    77    Author: German Mesky
    88    Author URI: http://vk.com/dr.gmes
  • gmace/trunk/readme.txt

    r1583319 r1583327  
    3333== Changelog ==
    3434
    35 = 1.5 =
     35= 1.5.1 =
    3636* In fact, here added and corrected a bunch of small things, I even too lazy to list them all, but some of them are described below
    3737* Fixed bugs, improved work with context menu of file
Note: See TracChangeset for help on using the changeset viewer.