Plugin Directory

Changeset 548058 for wpide


Ignore:
Timestamp:
05/23/2012 01:54:31 PM (14 years ago)
Author:
WPsites
Message:

Upload version 2.0.10

Location:
wpide/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wpide/trunk

    • Property svn:ignore set to
      wporg-deploy.sh
      README.md
      .git
      .gitignore
  • wpide/trunk/WPide.php

    r547229 r548058  
    44Plugin URI: https://github.com/WPsites/WPide
    55Description: WordPress code editor with auto completion of both WordPress and PHP functions with reference, syntax highlighting, line numbers, tabbed editing, automatic backup.
    6 Version: 2.0.9
     6Version: 2.0.10
    77Author: Simon Dunton
    88Author URI: http://www.wpsites.co.uk
     
    554554                               
    555555                            });
     556                           
     557                            jQuery.ajaxSetup({async:true});//enable async again
    556558                           
    557559                           
  • wpide/trunk/jqueryFileTree.js

    r541881 r548058  
    9090                jQuery.ajaxSetup({async:false}); //we need to wait until we get the response
    9191                showTree( $(this), escape(o.root) );
     92                jQuery.ajaxSetup({async:true}); //enable async again
    9293               
    9394                //if nothing returned then let user know something wrong with permissions
  • wpide/trunk/readme.txt

    r547229 r548058  
    44Requires at least: 3.0
    55Tested up to: 3.3.2
    6 Stable tag: 2.0.9
     6Stable tag: 2.0.10
    77
    88WordPress code editor with auto completion of both WordPress and PHP functions with reference, syntax highlighting, line numbers, tabbed editing, automatic backup.
     
    7777== Changelog ==
    7878
     79= 2.0.10 =
     80* Fixed a problem with file loading (ajax) indicator not showing.
     81
    7982= 2.0.9 =
    8083* Upload snapshot of current ajaxorg editor (master/build/src) at 00:30 on the 22 May 2012. Which fixes some issues with selecting big blocks of text, code folding seems better with gutter interface hidden when not in use
Note: See TracChangeset for help on using the changeset viewer.