Skip to content

Commit a518641

Browse files
committed
Prepare the 1.5 release
1 parent ceaf4ab commit a518641

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Thumbs.db
2424

2525
# Composer
2626
/vendor
27+
composer.lock
2728

2829
# Vagrant
2930
.vagrant

carbon-fields-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
/**
33
* Plugin Name: Carbon Fields
44
* Description: WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more.
5-
* Version: 1.4
5+
* Version: 1.5
66
* Author: htmlburger
77
* Author URI: https://htmlburger.com/
88
* Plugin URI: http://carbonfields.net/
99
* License: GPL2
1010
* Requires at least: 4.0
11-
* Tested up to: 4.6.1
11+
* Tested up to: 4.7
1212
* Text Domain: carbon-fields
1313
* Domain Path: /languages
1414
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carbon-fields",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more.",
55
"main": "index.js",
66
"directories": {

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: htmlburger, m1r0, kamenarov, stoyanov.gs, pkostadinov, panchev, tyxla, xsisqox, catahac, avakul, dilirity, sstoqnov, kaloyanivanov, brutalenemy666, magadanski_uchen, germozy
33
Tags: custom, field, custom field, advanced, repeater, post, type, text, textarea, file, image, rich text, wysiwyg, select, dropdown, checkbox, radio, association, relationship, map, taxonomy, term, user, comment, option, options, widget, simple fields, magic fields, more fields, post meta, term meta, user meta, comment meta, theme options, custom widget, nested fields
44
Requires at least: 4.0
5-
Tested up to: 4.6.1
6-
Stable tag: 1.4
5+
Tested up to: 4.7
6+
Stable tag: 1.5
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -77,6 +77,11 @@ A. Sure, go ahead! It is completely open source.
7777

7878
== Changelog ==
7979

80+
= 1.5 =
81+
* Improved GUI! Big thanks to @holmar and @georgknabl for the great contribution! ([preview](https://cloud.githubusercontent.com/assets/7590968/18725040/fdc911f8-803e-11e6-9749-a218b0584e27.png))
82+
* Added Brazilian Portuguese (pt_BR) translation (thanks to @elvishp2006).
83+
* Many bugfixes and improvements.
84+
8085
= 1.4 =
8186
* Introduced the Complex Field vertical tabbed layout.
8287
* Allow fields with the same name to be used in different Carbon Containers.

0 commit comments

Comments
 (0)