You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,14 +78,18 @@ See the [Getting Started](https://github.com/dmhendricks/wordpress-base-plugin/w
78
78
* Add plugin uninstall support
79
79
* Add support for Gulp 4.0
80
80
* Switch to npm and WebPack for frontend dependency management
81
+
* Replace or remove [tareq1988/wordpress-settings-api-class](https://github.com/tareq1988/wordpress-settings-api-class) with something more actively developed
82
+
* Clean up Carbon Fields custom CSS classes
81
83
82
84
## Change Log
83
85
84
86
Release changes are noted on the [Releases](https://github.com/dmhendricks/wordpress-base-plugin/releases) page.
85
87
86
88
#### Branch: `master`
87
89
88
-
* None since release
90
+
* Change: Added option to specify cache group
91
+
* Fix: Moved some methods from `wordpress-toolkit` due to conflicts when multiple versions installed
92
+
* Fix: Various multisite issues and boolean false values incorrectly signaling a miss (`wordpress-toolkit`)
0 commit comments