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
+28-29Lines changed: 28 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a simple plugin that may be used to load the latest **_release_** version of [Carbon Fields](http://carbonfields.net/).
4
4
5
-
This plugin is **_not_** supported by [htmlBurger](https://htmlburger.com) and team, the creators and maintaners of Carbon Fields. The author of this loader plugin has no affiliation with htmlBurder and the Carbon Fields team.
5
+
This plugin is **_not_** supported or maintained by [htmlBurger](https://htmlburger.com) and team, the creators and maintaners of [Carbon Fields](https://carbonfields.net/). The author of this loader plugin has no affiliation with htmlBurder or the Carbon Fields team.
*[Usage Examples for this Loader Plugin](https://github.com/dmhendricks/carbon-fields-loader/wiki/)
@@ -12,7 +12,7 @@ This plugin is **_not_** supported by [htmlBurger](https://htmlburger.com) and t
12
12
* WordPress 4.0 or higher
13
13
* PHP 5.3 or higher (using the `CFL_OPTIONS` constant requires PHP 7 or higher)
14
14
15
-
**NB!** This plugin will deactivate itself if a legacy version Carbon Fields is loaded (either via plugin or as a dependency of a plugin/theme). Legacy versions and current releases of Carbon Fields are not compatible and may not be concurrently loaded.
15
+
**Note:** This plugin will deactivate itself if a legacy version Carbon Fields is loaded (either via plugin or as a dependency of a plugin/theme). Legacy versions and current releases of Carbon Fields are not compatible and may not be concurrently loaded.
16
16
17
17
## Options
18
18
@@ -21,10 +21,10 @@ Because we don't like "admins" monkeying around and disabling (or touching) thin
21
21
### PHP 5.3 and Higher
22
22
23
23
```
24
-
define( 'CFL_MIN_VERSION', '2.0.3' );
24
+
define( 'CFL_MIN_VERSION', '2.1.0' );
25
25
```
26
26
27
-
Sets the minimum supported loaded version of Carbon Fields to >=2.0.3.
27
+
Sets the minimum supported loaded version of Carbon Fields to >=2.1.0.
* Carbon Fields 2.0.4 or higher must be loaded, else notice is displayed.
102
+
* Carbon Fields 2.1.0 or higher must be loaded, else notice is displayed.
103
103
* This plugin (but not GitHub Updater) is hidden from Plugins > Installed Plugins.
104
104
* Removes "Deactivate" and "Edit" action links from this plugin.
105
105
* Update notifications are disabled for this plugin.
@@ -116,29 +116,28 @@ Please see the wiki for [usage examples](https://github.com/dmhendricks/carbon-f
116
116
117
117
**_Q: How do I update this plugin to use a newer version or a different branch of the Carbon Fields Framework?_**
118
118
119
-
A: If you just want to pull the latest release version of Carbon Fields from the repo, run `composer update`. If you want to pull a different branch, open *composer.json* and edit the line: `"htmlburger/carbon-fields": ">=2.0.0"`. Set the version to `"dev-branch"` (for example, if you want the *development* branch, set it to `"dev-development"`), then run `composer update`.
119
+
A: If you just want to pull the latest release version of Carbon Fields from the repo, run `composer update`. If you want to pull a different branch, open *composer.json* and edit the line: `"htmlburger/carbon-fields": "^2.1.0"`. Set the version to `"dev-branch"` (for example, if you want the *development* branch, set it to `"dev-development"`), then run `composer update`.
* Fixed bug with `show_notice()` breaking frontend when exception occurs.
140
-
* Updated Carbon Fields framework to 2.1.0
141
-
142
-
#### Releases
143
-
144
-
Changes related to each release are maintained on the [Releases](https://github.com/dmhendricks/carbon-fields-loader/releases) page.
127
+
Release changes are noted on the [Releases](https://github.com/dmhendricks/carbon-fields-loader/releases) page.
128
+
129
+
#### Branch: `master`
130
+
131
+
* None since release
132
+
133
+
## Credits
134
+
135
+
Please support [humans.txt](http://humanstxt.org/). It's an initiative for knowing the people behind a web site. It's an unobtrusive text file that contains information about the different people who have contributed to building the web site.
#### Q. How do I update this thing to use a newer version or a different branch?
50
-
If you just want to pull the latest release version of Carbon Fields from the repo, run `composer update`. If you want to pull a different branch, open *composer.json* and edit the line: `"htmlburger/carbon-fields": ">=2.0.0"`. Set the version to `"dev-branch"` (for example, if you want the *development* branch, set it to `"dev-development"`), then run `composer update`.
50
+
If you just want to pull the latest release version of Carbon Fields from the repo, run `composer update`. If you want to pull a different branch, open *composer.json* and edit the line: `"htmlburger/carbon-fields": "^2.1.0"`. Set the version to `"dev-branch"` (for example, if you want the *development* branch, set it to `"dev-development"`), then run `composer update`.
0 commit comments