Plugin Directory

Changeset 548890 for wpide


Ignore:
Timestamp:
05/25/2012 09:04:59 AM (13 years ago)
Author:
WPsites
Message:

Upload version 2.0.11

Location:
wpide/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wpide/trunk

    • Property svn:ignore
      •  

        oldnew 
        22README.md
        33.git
        4 .gitignore
         4.gitignore
         5backups
         6.DS_Store
  • wpide/trunk/WPide.php

    r548058r548890 
    44Plugin URI: https://.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.10
     6Version: 2.0.11
    77Author: Simon Dunton
    88Author URI: http://www.wpsites.co.uk
    โ€ฆโ€ฆ 
    271271            }else if ($_POST['type'] == "file"){
    272272               
     273                //write the file
    273274                $write_result = $wp_filesystem->put_contents(
    274275                    $root . $path . $filename,
    275                     ' ',
     276                    '',
    276277                    FS_CHMOD_FILE // predefined mode settings for WP files
    277278                );
  • wpide/trunk/readme.txt

    r548058r548890 
    44Requires at least: 3.0
    55Tested up to: 3.3.2
    6 Stable tag: 2.0.10
     6Stable tag: 2.0.11
    77
    88WordPress code editor with auto completion of both WordPress and PHP functions with reference, syntax highlighting, line numbers, tabbed editing, automatic backup.
Note: See TracChangeset for help on using the changeset viewer.