Move into wp-content path

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
2019-08-31 00:48:20 +02:00
parent f523d8ccc0
commit 3724cc6edd
342 changed files with 108652 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#### 1.4.3
* added filter hook `pand_dismiss_notice_js_url` in case you're using this in a theme or a local environment that doesn't quite find the correct URL.
* added filter hook `pand_theme_loader` that returns a boolean for simpler usage of the `pand_dismiss_notice_js_url` hook
#### 1.4.2
* No changes to `class PAnD`
* updated `.gitignore` and `.gitattributes`
* now use classmap in composer's autoloader, should be more efficient
#### 1.4.1
* fixed the `forever` setting with options
#### 1.4.0
* WPCS 1.1.0 linting done
* switched from storing timeout in transients to storing in the options table, this should play much better with object caching
#### 1.3.x
* uses transients to store timeout