Skip to content

Commit 7dedea8

Browse files
committed
Prepare the 1.4 release
1 parent fe56770 commit 7dedea8

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

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.3
5+
* Version: 1.4
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
11+
* Tested up to: 4.6.1
1212
* Text Domain: carbon-fields
1313
* Domain Path: /languages
1414
*/

readme.txt

Lines changed: 13 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
6-
Stable tag: 1.3
5+
Tested up to: 4.6.1
6+
Stable tag: 1.4
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

7878
== Changelog ==
7979

80+
= 1.4 =
81+
* Introduced the Complex Field vertical tabbed layout.
82+
* Allow fields with the same name to be used in different Carbon Containers.
83+
* Added German (de_DE) translation (thanks to @AlexBa).
84+
* Added Swedish (sv_SE) translation (thanks to @fhqvst).
85+
* Added Russian (ru_RU) translation (thanks to @andrewostrin).
86+
* Added Spanish (es_ES) translation (thanks to @fitodac).
87+
* Performance improvements.
88+
* Some i18n improvements.
89+
* Few bugs squashed.
90+
8091
= 1.3 =
8192
* Introduced the Complex Field tabbed layout ([example](https://cloud.githubusercontent.com/assets/1612178/17105196/ea28f2f4-528e-11e6-9841-b93c0f12b283.jpg)).
8293
* Added Portuguese (pt_PT) translation (thanks @pedro-mendonca).

0 commit comments

Comments
 (0)