Changeset 1583327
- Timestamp:
- 01/27/2017 08:38:51 AM (9 years ago)
- Location:
- gmace/trunk
- Files:
-
- 3 edited
-
assets/js/scripts.js (modified) (1 diff)
-
gmace.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gmace/trunk/assets/js/scripts.js
r1583319 r1583327 628 628 }, function(response) 629 629 { 630 IS_REWRITING = false; 631 630 632 if(Number(response) == 1) 631 633 { 632 IS_REWRITING = false;633 634 634 if($("#gm_editors div.shown").data("isTmpFile")) 635 635 { -
gmace/trunk/gmace.php
r1583319 r1583327 4 4 Plugin URI: http://wordpress.org/plugins/gmace/ 5 5 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 7 7 Author: German Mesky 8 8 Author URI: http://vk.com/dr.gmes -
gmace/trunk/readme.txt
r1583319 r1583327 33 33 == Changelog == 34 34 35 = 1.5 =35 = 1.5.1 = 36 36 * 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 37 37 * Fixed bugs, improved work with context menu of file
Note: See TracChangeset
for help on using the changeset viewer.