Plugin Directory

Changeset 912313


Ignore:
Timestamp:
05/12/2014 12:06:35 AM (12 years ago)
Author:
WebMaestro.Fr
Message:

Fixed minor typos, cleaned for WP repo

Location:
less-compiler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • less-compiler/trunk/plugin.php

    r912308 r912313  
    11<?php
    22/*
    3 Plugin Name: WebMaestro Less Compiler
     3Plugin Name: Less Compiler
    44Plugin URI: http://#
    55Author: Etienne Baudry
    66Author URI: http://webmaestro.fr
    77Description: Less Compiler for Wordpress
    8 Version: 1.1.2
     8Version: 1.2
    99License: GNU General Public License
    1010License URI: license.txt
     
    4343}
    4444
    45 require_once( plugin_dir_path( __FILE__ ) . 'libs/wm-settings/wm-settings.php' );
    46 
    4745
    4846class WM_Less
     
    5553    public static function init()
    5654    {
     55        require_once( plugin_dir_path( __FILE__ ) . 'libs/wm-settings/wm-settings.php' );
    5756        self::$output = self::$output ? self::$output : '/wm-less-' . get_current_blog_id() . '.css';
    5857        self::apply_settings();
  • less-compiler/trunk/readme.txt

    r912308 r912313  
    55Requires at least: 3.9
    66Tested up to: 3.9.1
    7 Stable tag: 1.0
     7Stable tag: 1.2
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6060== Changelog ==
    6161
     62= 1.2 =
     63* Minor fixes (typo, dependences)
     64
    6265= 1.0 =
    6366* First stable release
     
    6568== Upgrade Notice ==
    6669
     70= 1.2 =
     71* Minor fixes (typo, dependences)
     72
    6773= 1.0 =
    6874First stable release
Note: See TracChangeset for help on using the changeset viewer.