Changeset 912313
- Timestamp:
- 05/12/2014 12:06:35 AM (12 years ago)
- Location:
- less-compiler/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
less-compiler/trunk/plugin.php
r912308 r912313 1 1 <?php 2 2 /* 3 Plugin Name: WebMaestroLess Compiler3 Plugin Name: Less Compiler 4 4 Plugin URI: http://# 5 5 Author: Etienne Baudry 6 6 Author URI: http://webmaestro.fr 7 7 Description: Less Compiler for Wordpress 8 Version: 1. 1.28 Version: 1.2 9 9 License: GNU General Public License 10 10 License URI: license.txt … … 43 43 } 44 44 45 require_once( plugin_dir_path( __FILE__ ) . 'libs/wm-settings/wm-settings.php' );46 47 45 48 46 class WM_Less … … 55 53 public static function init() 56 54 { 55 require_once( plugin_dir_path( __FILE__ ) . 'libs/wm-settings/wm-settings.php' ); 57 56 self::$output = self::$output ? self::$output : '/wm-less-' . get_current_blog_id() . '.css'; 58 57 self::apply_settings(); -
less-compiler/trunk/readme.txt
r912308 r912313 5 5 Requires at least: 3.9 6 6 Tested up to: 3.9.1 7 Stable tag: 1. 07 Stable tag: 1.2 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 60 60 == Changelog == 61 61 62 = 1.2 = 63 * Minor fixes (typo, dependences) 64 62 65 = 1.0 = 63 66 * First stable release … … 65 68 == Upgrade Notice == 66 69 70 = 1.2 = 71 * Minor fixes (typo, dependences) 72 67 73 = 1.0 = 68 74 First stable release
Note: See TracChangeset
for help on using the changeset viewer.