Plugin Directory

Changeset 3379404


Ignore:
Timestamp:
10/16/2025 11:21:32 AM (2 months ago)
Author:
mndpsingh287
Message:

v updated 3.1

Location:
theme-editor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • theme-editor/trunk/app/controller/theme_controller.php

    r2472384 r3379404  
    8484        }
    8585        $real_file = $current_theme_root . basename( $file );
    86                
    87         if ( isset( $_POST['new-content'] ) && file_exists( $real_file ) && is_writable( $real_file ) ) {
    88             $new_content = stripslashes( $_POST['new-content'] );
    89             if ( file_get_contents( $real_file ) === $new_content ) {
    90             }
    91             else {
    92                 $f = fopen( $real_file, 'w+' );
    93                 fwrite( $f, $new_content );
    94                 fclose( $f );
    95             }
    96         }
    97        
     86                       
    9887        $content = file_get_contents( $real_file );
    9988
  • theme-editor/trunk/readme.txt

    r3310939 r3379404  
    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.8.1
     5Tested up to: 6.8.3
    66Requires PHP: 5.2.4
    7 Stable tag: 3.0
     7Stable tag: 3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9191
    9292== Changelog ==
     93
     94= 3.1 (15th Oct, 2025)
     95
     96* Security Fixes
    9397
    9498= 3.0 (10th Jun, 2025)
  • theme-editor/trunk/theme_editor.php

    r3310911 r3379404  
    22/*
    33Plugin Name: Theme Editor
    4 Plugin URI: https://wordpress.org/plugins/theme-editor
     4Plugin URI: https://themeeditor.pro
    55Description: create, edit, upload, download, delete Theme Files and folders
    66Author: mndpsingh287
    7 Version: 3.0
     7Version: 3.1
    88Author URI: https://profiles.wordpress.org/mndpsingh287
    99Text Domain: theme-editor
Note: See TracChangeset for help on using the changeset viewer.