Skip to content

Commit 6293c8e

Browse files
committed
Bumped version to 2.1.0
1 parent 0dcf2bc commit 6293c8e

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ A: Install [GitHub Updater](https://github.com/afragen/github-updater).
137137
* Added min/max WordPress tested version compatibility to plugin header
138138
* Adjusted `readme.txt` formatting; updated version/content
139139
* Fixed bug with `show_notice()` breaking frontend when exception occurs.
140+
* Updated Carbon Fields framework to 2.1.0
140141
141142
#### Releases
142143

carbon-fields-loader.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* Plugin Name: Carbon Fields Loader
55
* Plugin URI: https://github.com/dmhendricks/carbon-fields-loader/
66
* Description: A loader plugin for the Carbon Fields framework.
7-
* Version: 2.0.4
7+
* Version: 2.1.0
88
* Author: Daniel M. Hendricks
99
* Author URI: https://www.danhendricks.com
1010
* Text Domain: cfloader
1111
* Domain Path: /languages
1212
* License: GPL-2.0
1313
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1414
* Requires at least: 4.0
15-
* Tested up to: 4.8.1
15+
* Tested up to: 4.8.2
1616
* GitHub Plugin URI: dmhendricks/carbon-fields-loader
1717
*/
1818

@@ -43,7 +43,7 @@
4343
'data' => get_plugin_data(__FILE__),
4444
'path' => realpath(plugin_dir_path(__FILE__)).DIRECTORY_SEPARATOR,
4545
'url' => plugin_dir_url(__FILE__),
46-
'deps' => array( 'php' => '5.3', 'carbon_fields' => '2.0.0' ),
46+
'deps' => array( 'php' => '5.3', 'carbon_fields' => '2.1.0' ),
4747
'plugin_file' => plugin_basename(__FILE__)
4848
));
4949
?>

readme.txt

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Tags: custom, fields, custom fields, advanced, repeater, post, type, text, texta
44
Plugin URI: https://github.com/dmhendricks/carbon-fields-loader/
55
Donate link: https://paypal.me/danielhendricks
66
Requires at least: 4.0
7-
Tested up to: 4.8
8-
Stable tag: 2.0.4
7+
Tested up to: 4.8.2
8+
Stable tag: 2.1.0
99
License: GPL-2.0
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -48,20 +48,3 @@ A: Install [GitHub Updater](https://github.com/afragen/github-updater).
4848

4949
#### Q. How do I update this thing to use a newer version or a different branch?
5050
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`.
51-
52-
## Changelog
53-
54-
#### master
55-
56-
* Added ability to define minimum PHP (default: 5.3) and Carbon Fields (default: 2.0.0) versions
57-
* Added `CFL_OPTIONS` (PHP 7+), `CFL_DISABLE_UPDATE_NOTIFICATION` and `CFL_MIN_VERSION`
58-
* Added min/max WordPress tested version compatibility to plugin header
59-
* Fixed `readme.txt` formatting; updated versions/contents
60-
61-
#### 2.0.4 - 2017-07-28
62-
* Updated Carbon Fields framework
63-
* Added constants: `CFL_HIDE_PLUGIN` and `CFL_REMOVE_PLUGIN_LINKS`
64-
* Added PHP version check
65-
66-
#### 2.0.3 - 2017-07-21
67-
* Initial Release

0 commit comments

Comments
 (0)