Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaber-de committed Oct 28, 2020
1 parent bda46dd commit 570c684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

#### dev-master
* Fix: `wp_cache_*` functions are no longer declared on `WP_STASH_BYPASS`

#### 3.2.1
* Fix autoloader path in non-composer environments
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Since this package will get installed in a subfolder. WordPress will not automat
#### WP Starter

If you are using the awesome [WP Starter](https://wecodemore.github.io/wpstarter/) package, then everything will work automatically.
It contains a MU-Loader which will take care of loading WP Stash
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`.

#### WP Must-Use Plugin Loader

Expand Down

0 comments on commit 570c684

Please sign in to comment.