Plugin Directory

Changeset 1398758


Ignore:
Timestamp:
04/19/2016 01:47:35 AM (10 years ago)
Author:
andtrev
Message:

version 1.0.1 reduces plugin size by half

Location:
tuxedo-css-editor/trunk
Files:
273 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • tuxedo-css-editor/trunk/readme.txt

    r1398727 r1398758  
    44Requires at least: 3.4
    55Tested up to: 4.5
    6 Stable tag: 1.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828== Changelog ==
    2929
     30= 1.0.1 =
     31* Removed unused files from Ace, reducing overall plugin size by half.
     32
    3033= 1.0 =
    3134* Initial release.
  • tuxedo-css-editor/trunk/tuxedo_css_editor.php

    r1398727 r1398758  
    230230            'section'  => 'tux_css_editor_options_section',
    231231            'type'     => 'select',
    232             'choices'  => array( 'sass' => 'sass', 'less' => 'less' ),
     232            'choices'  => array( 'scss' => 'sass', 'less' => 'less' ),
    233233        ) );
    234234
Note: See TracChangeset for help on using the changeset viewer.