Skip to content

Commit be3bd1e

Browse files
committed
Removed Carbon Fields as dependency in favor of plugin loader
1 parent 7f7cace commit be3bd1e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ It may also be used as the means of [separating custom code](http://www.billeric
4949
* Add GitHub update class (GitHub Updater 7 is destroying my memory consumption)
5050
* Add Customizer example
5151
* Add dynamically-created CSS/JS files based on settings
52-
* Allow loading Carbon Fields via [plugin](https://github.com/dmhendricks/carbon-fields-loader) rather than Composer dependency
5352

5453
## Change Log
5554

@@ -60,6 +59,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
6059
* Bumped minimum PHP version check to 5.4
6160
* Added initial `plugin.json` for configuration
6261
* Fixed caching expiration bug
62+
* Removed Carbon Fields as dependency in favor of [plugin](https://github.com/dmhendricks/carbon-fields-loader)
6363

6464
## Credits
6565

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
],
4242
"require": {
4343
"php": ">=5.4.0",
44-
"htmlburger/carbon-fields": "^2.0.0",
4544
"PHLAK/Config": "^2.0.0",
4645
"jjgrainger/posttypes": "dev-master",
4746
"hgoebl/mobile-detect": ">=1.3.0",

0 commit comments

Comments
 (0)