Skip to content

Commit 502e740

Browse files
committed
Replaced CFL dependency with official CF plugin
1 parent 3190885 commit 502e740

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
8686

8787
#### Branch: `master`
8888

89+
* Replaced Carbon Fields Loader dependency with [official plugin](https://carbonfields.net/release-archive/)
8990
* Fixed non-static deprecation notice
9091
* Added support for before/after strings to prefix()
9192
* Added version check for wordpress-toolkit

app/TGMPA.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ public function register_required_plugins() {
2525

2626
// This is an example of how to include a plugin bundled with a theme.
2727
array(
28-
'name' => 'Carbon Fields Loader', // The plugin name.
29-
'slug' => 'carbon-fields-loader', // The plugin slug (typically the folder name).
30-
'source' => 'https://github.com/dmhendricks/carbon-fields-loader/archive/master.zip', // The plugin source.
28+
'name' => 'Carbon Fields', // The plugin name.
29+
'slug' => 'carbon-fields', // The plugin slug (typically the folder name).
30+
'source' => 'https://carbonfields.net/zip/latest/', // The plugin source.
3131
'required' => true, // If false, the plugin is only 'recommended' instead of required.
3232
'version' => '2.1.0', // E.g. 1.0.0. If set, the active plugin must be this version or higher. If the plugin version is higher than the plugin version installed, the user will be notified to update the plugin.
3333
'force_activation' => true // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch.

0 commit comments

Comments
 (0)