Plugin Directory

Changeset 3151053


Ignore:
Timestamp:
09/12/2024 07:01:59 PM (15 months ago)
Author:
benjaminprojas
Message:

1.2.9.1

Location:
wp-editor/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-editor/trunk/classes/WPEditorAjax.php

    r2456726 r3151053  
    114114                }
    115115
     116                $real_file = preg_replace('#^phar://#i', '', $real_file);
    116117                if ( file_exists( $real_file ) ) {
    117118
  • wp-editor/trunk/classes/WPEditorBrowser.php

    r3038126 r3151053  
    263263        //$result .= "Temp file: " . $_FILES["file-0"]["tmp_name"] . "<br />";
    264264
     265        $complete_directory = preg_replace('#^phar://#i', '', $complete_directory);
    265266        if ( file_exists( $complete_directory . $_FILES["file-0"]["name"] ) ) {
    266267          $error = -1;
     
    400401        $slash = '\\';
    401402      }
     403
     404      $file_path = preg_replace('#^phar://#i', '', $file_path);
    402405      if ( file_exists( $file_path ) ) {
    403406        $content = file_get_contents( $file_path );
  • wp-editor/trunk/readme.txt

    r3038126 r3151053  
    55Requires at least: 3.9
    66Tested up to: 6.4.3
    7 Stable tag: 1.2.9
     7Stable tag: 1.2.9.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 1.2.9.1 =
     73* Sanitize inputs
     74
    7275= 1.2.9 =
    7376* Sanitize outputs
  • wp-editor/trunk/wpeditor.php

    r3038126 r3151053  
    44Plugin URI: http://wpeditor.net
    55Description: This plugin modifies the default behavior of the WordPress plugin and theme editors.
    6 Version: 1.2.9
     6Version: 1.2.9.1
    77Requires at least: 3.9
    88Author: Benjamin Rojas
Note: See TracChangeset for help on using the changeset viewer.