Skip to content

Commit 2743acd

Browse files
committed
Up to 1.1.6
1 parent 19c95de commit 2743acd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.1.6 - 19 Mar 2019
4+
* 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)
5+
36
## 1.1.5 - 11 Dec 2018
47
* FIX wrong constant
58

bea-acf-options-for-polylang.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
Plugin Name: BEA - ACF Options for Polylang
5-
Version: 1.1.5
5+
Version: 1.1.6
66
Plugin URI: https://github.com/BeAPI/acf-options-for-polylang
77
Description: Add ACF options page support for Polylang.
88
Author: Be API Technical team
@@ -34,7 +34,7 @@
3434
}
3535

3636
// Plugin constants
37-
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.5' );
37+
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_VERSION', '1.1.6' );
3838
define( 'BEA_ACF_OPTIONS_FOR_POLYLANG_MIN_PHP_VERSION', '5.6' );
3939

4040
// Plugin URL and PATH

0 commit comments

Comments
 (0)