No description
Find a file
2016-08-10 09:21:23 +00:00
vendor init 2016-07-25 12:40:28 +00:00
.gitignore preg replace is better 2016-08-10 09:21:23 +00:00
composer.json init 2016-07-25 12:40:28 +00:00
LICENSE init 2016-07-25 12:40:28 +00:00
readme.txt init 2016-07-25 12:40:28 +00:00
wp-autoless.php preg replace is better 2016-08-10 09:21:23 +00:00

=== wp-autoless ===
Contributors: cadeyrn
Tags: image, cache, image quality,
Requires at least: 3.0
Tested up to: 4.5.3
Stable tag: 0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Automatically compile all .less files to .css found in the current theme.

== Description ==

== Requirements ==

* minimum PHP version: 5.4

== Installation ==

1. Upload contents of `wp-autoless.zip` to the `/wp-content/plugins/` directory
2. Activate the plugin through the `Plugins` menu in WordPress

== Changelog ==

Version numbering logic:

* every A. indicates BIG changes.
* every .B version indicates new features.
* every ..C indicates bugfixes for A.B version.

= 0.1 =
*2016-07-25*

* first stable release