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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,12 +86,14 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
86
86
87
87
#### Branch: `master`
88
88
89
+
* Set Carbon Fields minimum version to 2.2 (required for multisite example)
89
90
* Extended base class as WordPress Toolkit; simplified base class configuration init
90
91
* Moved `is_ajax()`/`prefix()` methods, `CacheObject()` init to wordpress-toolkit
91
92
* Updated Composer license to conform to new [SPDX](https://spdx.org/licenses/) identifiers
92
93
* Added [phpdotenv](https://github.com/etelford/phpdotenv) support ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
93
94
* Added `npm run zip-dev` to create installable ZIP including necessary development files
94
95
* Added [Network Admin options page](https://github.com/dmhendricks/wordpress-base-plugin/blob/master/app/Settings/Network_Settings_Page.php) example
96
+
* Modified `show_notice()` to allow displaying notices in Network Admin; add additional CSS classes and element ID
0 commit comments