Version |
Release Date |
Change Log |
3.0.1 |
2022-12-15 |
|
4.0.1 |
2022-12-15 |
- Full SVN commit to Wordpress
|
4.0.2 |
2022-12-15 |
- Full SVN commit to Wordpress
|
3.0.0 |
2022-11-17 |
- Updates ScssPHP to version 1.10.0 thanks to fabarea
|
2.4.0 |
2021-10-19 |
|
2.3.4 |
2021-09-08 |
- Add check to compiling_options on load() alianschiavoncini
|
2.3.5 |
2021-09-08 |
- Add 'selected' to wp_kses on select() shadoath
|
2.3.3 |
2021-09-01 |
- Fix params passed to wp_kses() shadoath
|
2.3.2 |
2021-08-31 |
- Add wp_kses() to echos with potential user input shadoath
|
2.3.1 |
2021-08-17 |
- Wrap check for WP_SCSS_ALWAYS_RECOMPILE with () niaccurshi
|
2.3.0 |
2021-06-16 |
- Update src to use ScssPHP github repo at 1.5.2
- Update deprecated setFormatter to setOutputStyle and provide db migration shadoath
|
2.2.0 |
2021-06-16 |
- Updates to allow compile() from outside the plugin niaccurshi
- Update src to use ScssPHP github repo at 1.2.1
|
2.1.6 |
2021-05-12 |
- When enqueueing CSS files Defer to WordPress for URLs instead of trying to guess them. Change by mmcev106
- Allow setting Base Directory to Parent theme folder. Shadoath
|
2.1.3 |
2021-02-17 |
- Must declare global to use it for $base_compiling_folder.
|
2.1.2 |
2021-02-17 |
- Correction for enqueueing styles not defaulting to get_stylesheet_directory() Issue
|
2.1.1 |
2021-02-15 |
|
2.0.1 |
2021-02-08 |
- Bugfix to add filter for option_wpscss_options to remove Leafo if stored in DB. Thanks to kinky-org for pointing this out
- Saving plugin settings will update DB with the correct value.
|
2.0.0 |
2021-02-08 |
- Requires PHP 5.6
- Update src to use ScssPHP github repo at 1.0.2
- Added check to make sure 'compiler' function was not already defined. Shadoath
|
1.2.6 |
2021-01-24 |
- Create cache dir if it doesn't exist [@XNBlank](https://github.com/ConnectThink/WP-SCSS/pull/135
- Add cache dir as default @mhbapcc
|
1.2.5 |
2019-12-11 |
- Fix error when ".*" folders exist @chameron
- Add detailed error description for the directory settings @andreyc0d3r
- Fix on SASS compilation trigger @fazzinipierluigi
|
1.2.4 |
2018-05-09 |
- Updated scssphp to version 0.7.5
- Added source map @iannacone
- Always define $wpscss_compiler in the global scope @jazbek
|
1.2.3 |
2018-01-22 |
- Updated scssphp to version 0.7.2 @hellerbenjamin
- Removed depricated screen_icon()
|
1.2.2 |
2016-12-28 |
- Updated scssphp to version 0.6.6
|
1.2.1 |
2016-12-28 |
- Change set version option to update if already exists
|
1.2.0 |
2016-12-28 |
- Fixed a bug where directory inputs were not getting sanitized @mmcev106
- Made the missing directory warning also display if a specified path is a file @mmcev106
- Added /vendor to .gitignore @mmcev106
- Dont enqueue already enqueued stylesheets @bobbysmith007
|
1.1.9 |
2015-09-04 |
- Added filter to set variables via PHP @ohlle
- Added option to minify CSS output @mndewitt
|
1.1.0 |
2015-09-03 |
|
1.1.6 |
2014-06-24 |
- Upgraded scss.inc.php to version 0.0.10; via pull request from kirkhoff
|
1.1.5 |
2014-05-16 |
- Added option to only show errors to logged in users
|
1.1.3 |
2014-03-06 |
- Hotfix for a accidental character
|
1.1.2 |
2014-01-21 |
- Added support for moved wp-content directories
|
1.1.1 |
2013-12-21 |
|