Plugin Directory

Changeset 656736


Ignore:
Timestamp:
01/22/2013 08:53:57 AM (13 years ago)
Author:
DaganLev
Message:

version 1.0.3 - added support for less files

Location:
solid-code-theme-editor
Files:
38 added
2 edited

Legend:

Unmodified
Added
Removed
  • solid-code-theme-editor/trunk/readme.txt

    r545310 r656736  
    44Tags: Theme Editor, Solid Code
    55Requires at least: 3.1
    6 Tested up to: 3.2.1
     6Tested up to: 3.5
    77Stable tag: trunk
    88
     
    2222* View any theme files in a tree view structure (including sub directories)
    2323* View all files (not just PHP and CSS)
    24 * Edit the following file extensions: PHP, CSS, JS, XML, HTML, HTM, TXT, SQL
     24* Edit the following file extensions: LESS, PHP, CSS, JS, XML, HTML, HTM, TXT, SQL
    2525* Syntax highlighter and line numbers
    2626* Download a ZIP backup of the whole theme
     
    5050* added support for synthax highlighter for editor using Ace Editor (for Chrome and Firefox)
    5151
     52= 1.0.3 =
     53* added support for less files
     54
    5255== Upgrade Notice ==
    5356
  • solid-code-theme-editor/trunk/sc-theme-editor.php

    r545310 r656736  
    44Plugin URI: http://solid-code.co.uk/2011/08/solid-code-theme-editor/
    55Description: Adds a special editor to the theme editor with more functionality
    6 Version: 1.0.2
     6Version: 1.0.3
    77Author: Dagan Lev
    88Author URI: http://solid-code.co.uk
     
    134134        <?php
    135135        $content = '';
    136         $allowedFileExt = array('php','css','js','xml','html','htm','txt','sql');
     136        $allowedFileExt = array('less','php','css','js','xml','html','htm','txt','sql');
    137137        $urlFile = $file;
    138138        $file = $themes[$theme]['Template Dir'] . '/' . $file;
Note: See TracChangeset for help on using the changeset viewer.