From 58e8aae0cce75405d2922d69cbd28e21d5037293 Mon Sep 17 00:00:00 2001 From: John Huebner Date: Tue, 1 May 2018 07:41:19 -0400 Subject: [PATCH] updated version --- acf-post2post.php | 2 +- readme.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/acf-post2post.php b/acf-post2post.php index af947a9..abe938a 100644 --- a/acf-post2post.php +++ b/acf-post2post.php @@ -4,7 +4,7 @@ Plugin Name: ACF Post-2-Post Plugin URI: https://github.com/Hube2/acf-post2post Description: Two way relationship fields - Version: 1.3.0 + Version: 1.3.1 Author: John A. Huebner II Author URI: https://github.com/Hube2 GitHub Plugin URI: https://github.com/Hube2/acf-post2post diff --git a/readme.txt b/readme.txt index 754713e..b9288db 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: Hube2 Tags: acf, advanced custom fields, add on, bidirectional, 2 way, two way, relationship Requires at least: 4.0 Tested up to: 4.9 -Stable tag: 1.3.0 +Stable tag: 1.3.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -100,6 +100,9 @@ add_filter('remove_hube2_nag', '__return_true'); == Changelog == += 1.3.1 = +* Corrected bug in 1.3.0 that prevented all fields from updating correctly + = 1.3.0 = * added filter to allow disabling bidirectional relationships on fields by field key