diff --git a/readme.txt b/readme.txt index 4f6df88..54814f5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://simple-fields.com/about/donate/ Tags: admin, fields, custom fields, advanced custom fields, extended custom fields, more fields, repeatable fields, field manager, attachments, text areas, input fields, tinymce, radio button, drop down, files, meta box, edit, post, post_meta, post meta, custom, simple fields, cms, date picker, time picker, repeatable fields, multiple fields Requires at least: 3.5.1 Tested up to: 3.5.1 -Stable tag: 1.3.3 +Stable tag: 1.4 With Simple Fields you can add any kind of custom fields to your pages, posts and attachments. @@ -144,10 +144,10 @@ See that "Add"-link above "Article images"? That means that it is repeatable, so == Changelog == -#### Version 1.x.x +#### Version 1.4 -- Added support for [WPML](http://wpml.org/). Now the names and descriptions of field groups, it's fields, and post connectors can be translated using WPML. -- Added a little teaser about [WordPress Web Agency Earth People](http://earthpeople.se/?utm_source=wordpress&utm_medium=readme&utm_campaign=simplefields), the company I work for. I you need any professional help with for example Simple Fields then we might be the ones to talk to :) +- Added support for [WPML](http://wpml.org/). Now the names and descriptions of field groups, their fields, and post connectors, and values of drop downs and radiobuttons can be translated using WPML. +- Added a little teaser about [WordPress Web Agency Earth People](http://earthpeople.se/?utm_source=wordpress&utm_medium=readme&utm_campaign=simplefields), the company I work for. If you need any professional help with for example Simple Fields or WordPress in general then we might be the ones to talk to :) #### Version 1.3.4 diff --git a/simple_fields.php b/simple_fields.php index e5da509..f22919a 100644 --- a/simple_fields.php +++ b/simple_fields.php @@ -3,7 +3,7 @@ Plugin Name: Simple Fields Plugin URI: http://simple-fields.com Description: Add groups of textareas, input-fields, dropdowns, radiobuttons, checkboxes and files to your edit post screen. -Version: 1.3.4 +Version: 1.4 Author: Pär Thernström Author URI: http://eskapism.se/ License: GPL2 @@ -57,7 +57,7 @@ class simple_fields { function init() { - define( "SIMPLE_FIELDS_VERSION", "1.3.4"); + define( "SIMPLE_FIELDS_VERSION", "1.4"); define( "SIMPLE_FIELDS_URL", plugins_url(basename(dirname(__FILE__))). "/"); define( "SIMPLE_FIELDS_NAME", "Simple Fields");