= v1.3.4 =

 - **Fixed:** `.htaccess` rewritebase error, was killing some sites dead AF, sorry

= v1.3.3 =

 - **Fixed:** `.htaccess` PHP fallback has conditions checking user not logged in
 - **Fixed:** WordFence JS conflict fixed

= v1.3.1 =

 - Disabled the debug logging script, you don't need me filling your server up!

= v1.3.0 =

 - **Fixed:** Directories and URLs management for assets
 - **Fixed:** Localized scripts with dependencies now requeued with their data AND new cache script dependency

= v1.2.0 =

- **Fixed:** Combining and minifying CSS and Javascript **MASSIVELY IMPROVED!**
	* For CSS, now deals with conditional stylesheets e.g. `<!--[if lt IE 9]>`, this was causing a few hiccups
	* For Javascript, now deals with scripts that load data via inline `<script>` tags containing `/* <![CDATA[ */`
	* Minification process now does newlines first, then whitespace. Was the other way around, which could cause issues

= v1.1.4 =

- **Fixed:** Sorry, I meant site domain !== FALSE. I'm an idiot, going to bed

= v1.1.3 =

- **Fixed:** Removed googleapis.com = FALSE check of v1.1.1 and replaced with site domain = TRUE check
- **Fixed:** Check for WooCommerce assets made more specific to WC core only, now excludes "helper" WC plugins

= v1.1.2 =

- **Fixed:** Version numbering blip

= v1.1.1 =

- **Fixed:** Encoding of `.htaccess` rules template changed from Windows to UNIX as was adding extra line breaks
- **Fixed:** Additional check to avoid googleapis.com assets being considered "local"
- **Fixed:** Removed lookup of non-existent parameter from "Flush Cache" links

= v1.1.0 =

- "Flush Cache" links and buttons added
- Five minutes applied to browser caching (was previously an hour)
- Whole HTML cache flush on Page/Post create/update/delete, so that home pages/widgets etc. are updated
- **Fixed:** PHP Workaround for hosts who struggle with basic `.htaccess` rewrites :/ #SMH
- **Fixed:** Additional checks before editing `.htaccess` as sometimes lines were being repeated, my bad
- **Fixed:** For you poor souls who are hosted with 1&1, a bizarre home directory inconsistency
- **Fixed:** Scheduled task to flush HTML cache hourly wasn't clearing properly on deactivation

= v1.0.0 =

- Initial release