Skip to content

Commit 570c684

Browse files
committed
Update README and CHANGELOG
1 parent bda46dd commit 570c684

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# Changelog
2+
13
#### dev-master
4+
* Fix: `wp_cache_*` functions are no longer declared on `WP_STASH_BYPASS`
25

36
#### 3.2.1
47
* Fix autoloader path in non-composer environments

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Since this package will get installed in a subfolder. WordPress will not automat
2525
#### WP Starter
2626

2727
If you are using the awesome [WP Starter](https://wecodemore.github.io/wpstarter/) package, then everything will work automatically.
28-
It contains a MU-Loader which will take care of loading WP Stash
28+
It contains a MU-Loader which will take care of loading WP Stash. Note that you MUST NOT use WPStarter's drop in functionality to copy `object-cache.php` on build time! WPStash must place the drop in file on its own. If you want to trigger WP-Stash to create the drop in file just run a command like `wp plugin list`.
2929

3030
#### WP Must-Use Plugin Loader
3131

0 commit comments

Comments
 (0)