From 57f9385fb51c26721ea2cd10a66c840f7d7c64e5 Mon Sep 17 00:00:00 2001 From: buntybuddyboss Date: Sun, 3 Jan 2021 00:01:22 +0530 Subject: [PATCH] Update version to v1.0.1 --- README.md | 8 ++++++-- bp-profile-field-repeater.php | 4 ++-- readme.txt | 7 +++++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1aba5f1..0705ef4 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ - **Donate link:** https://www.paypal.me/BnB90/50 - **Tags:** buddypress, profile, profile fields, repeater - **Requires at least:** 4.0 -- **Tested up to:** 5.4.1 +- **Tested up to:** 5.6 - **Requires PHP:** 5.6 -- **Stable tag:** 1.0.0 +- **Stable tag:** 1.0.1 - **License:** GPLv2 or later - **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -38,5 +38,9 @@ This plugin will fulfill the requirement of adding repeaters in profile field. ![Field set as repeater in user profile.](https://user-images.githubusercontent.com/19459637/82126157-6dd2b400-97c8-11ea-8d79-49147551b28c.jpg) ## Changelog ## + +### 1.0.1 ### +* Display each repeater values in new line. + ### 1.0.0 ### * Initial release. \ No newline at end of file diff --git a/bp-profile-field-repeater.php b/bp-profile-field-repeater.php index 148baa1..cc489fe 100644 --- a/bp-profile-field-repeater.php +++ b/bp-profile-field-repeater.php @@ -7,7 +7,7 @@ * Author URI: https://bhargavb.wordpress.com/about/ * Text Domain: bp-field-repeater * Domain Path: /languages - * Version: 1.0.0 + * Version: 1.0.1 * * @package Bp_Profile_Fields_Repeater */ @@ -21,7 +21,7 @@ /** * The version of the plugin. */ - define( 'BPPFR_VERSION', '1.0.0' ); + define( 'BPPFR_VERSION', '1.0.1' ); } if ( ! defined( 'BPPFR_PATH' ) ) { diff --git a/readme.txt b/readme.txt index 4d98c50..7dbd878 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: bhargavbhandari90 Donate link: https://www.paypal.me/BnB90/50 Tags: buddypress, profile, profile fields, repeater Requires at least: 4.0 -Tested up to: 5.4.1 +Tested up to: 5.6 Requires PHP: 5.6 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -35,5 +35,8 @@ This plugin will fulfill the requirement of adding repeaters in profile field. == Changelog == += 1.0.1 = +* Display each repeater values in new line. + = 1.0.0 = * Initial release. \ No newline at end of file