diff --git a/README.md b/README.md index e29466f0..f28a9f2a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ultimate Member is a powerful and flexible WordPress plugin that makes it a bree | Latest Version |Requires at least|Stable Tag| | :------------: |:------------:|:------------:| -| 1.3.66 | WordPress 4.5 or higher| 1.3.66 | +| 1.3.67 | WordPress 4.5 or higher| 1.3.67 | ##Features of the plugin include: @@ -48,7 +48,7 @@ GNU Version 2 or Any Later Version Releases ==================== -[Latest Release: Ultimate Member v1.3.66](https://github.com/ultimatemember/ultimatemember/releases). +[Latest Release: Ultimate Member v1.3.67](https://github.com/ultimatemember/ultimatemember/releases). Changelog ==================== diff --git a/index.php b/index.php index 3bdff1df..c90684cb 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ Plugin Name: Ultimate Member Plugin URI: http://ultimatemember.com/ Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress -Version: 1.3.66 +Version: 1.3.67 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimatemember diff --git a/readme.txt b/readme.txt index e32a227e..4247d3c2 100644 --- a/readme.txt +++ b/readme.txt @@ -149,6 +149,30 @@ The plugin works with popular caching plugins by automatically excluding Ultimat == Changelog == += 1.3.67: August 02, 2016 = + +* New: allow non-editable fields in registration form +* Fixed: member directory mobile pagination +* Fixed: biography field validation in profile header and forms +* Fixed: remove override 'birth date' label +* Fixed: html support in biography field +* Fixed: select options search +* Fixed: select field's search query +* Fixed: search filters and multi-select fields +* Fixed: select, radio and checkbox field options +* Fixed: multiple select in UM settings +* Fixed: member directory's pagination links +* Fixed: remove nonce and http referer from submitted user details +* Fixed: disallow direct access link to posts with enabled category access restriction +* Added: new filter hook: `um_get_default_cover_uri_filter` +* Added: new filter hook: `um_register_allow_nonce_verification` +* Added: new filter hook: `um_get_option_filter__{$option_id}` +* Added: new filter hook: ` um_profile_{$key}__filter` +* Added: new filter hook: `um_profile_{$key}_empty__filter` +* Added: new filter hook `um_enable_ajax_urls` +* Added: new filter hook `um_field_checkbox_item_title` + + = 1.3.66: July 14, 2016 = * Tweak: update translation strings and English translation file.