Skip to content

Commit

Permalink
Update version to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
buntybuddyboss committed Jan 2, 2021
1 parent a84790b commit 57f9385
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
4 changes: 2 additions & 2 deletions bp-profile-field-repeater.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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' ) ) {
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

0 comments on commit 57f9385

Please sign in to comment.