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
* Carbon Fields 2.1.0 or higher must be loaded, else notice is displayed.
109
+
* Carbon Fields 2.1.1 or higher must be loaded, else notice is displayed.
110
110
* This plugin (but not GitHub Updater) is hidden from Plugins > Installed Plugins.
111
111
* Removes "Deactivate" and "Edit" action links from this plugin.
112
112
* Update notifications are disabled for this plugin.
@@ -123,7 +123,7 @@ Please see the wiki for [usage examples](https://github.com/dmhendricks/carbon-f
123
123
124
124
**_Q: How do I update this plugin to use a newer version or a different branch of the Carbon Fields Framework?_**
125
125
126
-
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`.
126
+
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.1"`. Set the version to `"dev-branch"` (for example, if you want the *development* branch, set it to `"dev-development"`), then run `composer update`.
#### 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.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`.
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.1"`. 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