diff --git a/CHANGELOG.md b/CHANGELOG.md index 263cbac..917ce12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.1.2 - 31 Jul 2018 +* [#22](https://github.com/BeAPI/acf-options-for-polylang/pull/22) : Fix error with repeater fields default values + ## 1.1.1 - 9 Mai 2018 * [#15](https://github.com/BeAPI/acf-options-for-polylang/issues/15) : fix way requirements are checked to trigger on front / admin. diff --git a/bea-acf-options-for-polylang.php b/bea-acf-options-for-polylang.php index 660c16e..b76c3fc 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.1 + Version: 1.1.2 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.1' ); +define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.2' ); define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_MIN_PHP_VERSION', '5.6' ); // Plugin URL and PATH