Skip to content

Releases: ConnectThink/WP-SCSS

2.1.4

04 Mar 02:29
9e2b22d
Compare
Choose a tag to compare

Added check to setSourceUrl to use home_url('/')

2.1.2

17 Feb 03:04
82d2e93
Compare
Choose a tag to compare

Missing backward compatibility when upgrading to 2.1.1 due to $wpscss_options['base_compiling_folder'] not yet having a value, using $base_compiling_folder has default set if setting value is not defined.

2.1.1 | 2021.02.15

15 Feb 16:20
da7ecf5
Compare
Choose a tag to compare

Improvements:

  • Ability to change base compile directory to be the plugin folder, uploads, or current theme
  • New option for Always Recompile in the settings page (works with WP_SCSS_ALWAYS_RECOMPILE)

v2.0.0

08 Feb 03:34
9f9eddc
Compare
Choose a tag to compare

Upgrade to SCSSPHP version 1.0.3

v1.2.6

19 Jan 15:53
a5308cd
Compare
Choose a tag to compare
  • Create cache dir if it doesn't exist @XNBlank
  • Add cache dir as default @mhbapcc

v1.2.4

09 May 19:05
Compare
Choose a tag to compare
  • Updated scssphp to version 0.7.5
  • Added source map @iannacone
  • Always define $wpscss_compiler in the global scope @jazbek

Improved Error Handling

21 Dec 18:45
Compare
Choose a tag to compare

Adds error handling for file permission issues. Previously, if the plugin couldn't write to the cache or css directory, it was difficult to figure out why the plugin wasn't compiling. These errors are now caught and display as other compile errors do.