Plugin Directory

Changeset 3142694


Ignore:
Timestamp:
08/28/2024 07:13:00 AM (16 months ago)
Author:
mndpsingh287
Message:

v2.9

Location:
theme-editor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • theme-editor/trunk/ms_child_theme_editor.php

    r3004239 r3142694  
    354354                    if(strpos($value, '..') == false){
    355355                        $child_file_dir = str_replace("/\\",'/',urldecode(htmlspecialchars_decode($value)));
     356                        $child_file_dir = str_replace('phar://', '', $child_file_dir);
    356357                        unlink($child_file_dir);
    357358                    }
     
    507508                if(strpos($dvalue, '..') == false){
    508509                    $dvalue= str_replace("/\\",'/',$dvalue);
     510                    $dvalue = str_replace('phar://', '', $dvalue);
    509511                    $success = unlink($dvalue);
    510512                    if($success){
  • theme-editor/trunk/readme.txt

    r3004239 r3142694  
    33Tags: file, editor, plugin, wp, wordpress, theme, theme editor, code editor, Preview Theme, create New Theme, Preview, Duplicate Theme
    44Requires at least: 3.4
    5 Tested up to: 6.4.1
     5Tested up to: 6.6.1
    66Requires PHP: 5.2.4
    7 Stable tag: 2.8
     7Stable tag: 2.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191
    9292== Changelog ==
     93= 2.9 (27th Aug, 2024)
     94
     95* Security Fixes
     96
    9397= 2.8 (1st Dec, 2023)
    9498
  • theme-editor/trunk/theme_editor.php

    r3004239 r3142694  
    55Description: create, edit, upload, download, delete Theme Files and folders
    66Author: mndpsingh287
    7 Version: 2.8
     7Version: 2.9
    88Author URI: https://profiles.wordpress.org/mndpsingh287
    99Text Domain: theme-editor
Note: See TracChangeset for help on using the changeset viewer.