diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d24fb..94f29ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.1.6 - 19 Mar 2019 +* FIX [#32](https://github.com/BeAPI/acf-options-for-polylang/issues/32) & [#40](https://github.com/BeAPI/acf-options-for-polylang/issues/40) : fix `get_field()` if an object is provided (WP Term, WP Post, WP Comment) + ## 1.1.5 - 11 Dec 2018 * FIX wrong constant diff --git a/bea-acf-options-for-polylang.php b/bea-acf-options-for-polylang.php index bbffb74..243b5a9 100644 --- a/bea-acf-options-for-polylang.php +++ b/bea-acf-options-for-polylang.php @@ -2,7 +2,7 @@ /* Plugin Name: BEA - ACF Options for Polylang - Version: 1.1.5 + Version: 1.1.6 Plugin URI: https://github.com/BeAPI/acf-options-for-polylang Description: Add ACF options page support for Polylang. Author: Be API Technical team @@ -34,7 +34,7 @@ } // Plugin constants -define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.5' ); +define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.6' ); define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_MIN_PHP_VERSION', '5.6' ); // Plugin URL and PATH