Skip to content

v2.0.2

Compare
Choose a tag to compare
@LukeTowers LukeTowers released this 26 Jan 20:56
· 23 commits to master since this release
a39be45

Changes:

  • Fixes an issue with aliases when run with the Opcache Preloader from PHP 7.4+ (#27)
  • Fix usage of deprecated behaviours and methods in SCSS PHP filter (#25)
    • Adds additional argument for registerFunction method to define argument declarations (fixes #11)
    • Uses compileString() method for compilation as opposed to deprecated compile() method
    • Uses addVariables() method for defining variables as opposed to deprecated setVariables() method
    • Parses variables provided in the setVariables() filter method and converts to Scss values, avoiding the deprecated behavior of allowing raw variables