From 059cdbad12bf8b4e82c71283da0677b97027aea3 Mon Sep 17 00:00:00 2001 From: NomadDevs Date: Wed, 19 Aug 2015 18:14:58 +0100 Subject: [PATCH 1/2] 0.0.6 final commit --- bp-compliments.php | 4 ++-- languages/bp-compliments-en_US.mo | Bin 522 -> 522 bytes languages/bp-compliments-en_US.po | 8 +++---- readme.txt | 35 ++++++++++++++++++++++-------- 4 files changed, 32 insertions(+), 15 deletions(-) diff --git a/bp-compliments.php b/bp-compliments.php index 071bb59..c8576c2 100644 --- a/bp-compliments.php +++ b/bp-compliments.php @@ -10,7 +10,7 @@ Plugin Name: BuddyPress Compliments Plugin URI: http://wpgeodirectory.com/ Description: Compliments module for BuddyPress. -Version: 0.0.5 +Version: 0.0.6 Author: GeoDirectory Author URI: http://wpgeodirectory.com */ @@ -19,7 +19,7 @@ if ( !defined( 'ABSPATH' ) ) exit; // Define the plugin version. -define( 'BP_COMPLIMENTS_VER', '0.0.5' ); +define( 'BP_COMPLIMENTS_VER', '0.0.6' ); /** * BuddyPress compliments text domain. diff --git a/languages/bp-compliments-en_US.mo b/languages/bp-compliments-en_US.mo index c02a2e0f302d25beaf40fc00e71d83263f4602b4..bb4afc0c6d9badf900e15e9fd4aa4f803c774c87 100644 GIT binary patch delta 49 scmeBT>0+6X!Du!yQ0+6X!DuuwQ\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.1\n" +"X-Generator: Poedit 1.7.5\n" "X-Poedit-Basepath: ../\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-KeywordsList: __;_e;_n:1,2;_x\n" diff --git a/readme.txt b/readme.txt index c193b9c..227dcb7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: viruthagiri, stiofansisland, paoltaia Donate link: http://wpgeodirectory.com/ Tags: buddypress, buddypress compliments, wordpress yelp compliments, buddypress integration, business directory plugin, directory, directory plugin, geodirectory, geodirectory buddypress, geodirectory buddypress integration, social network, yelp clone, yelp compliments Requires at least: 3.1 -Tested up to: 4.2.2 -Stable tag: 0.0.1 +Tested up to: 4.3 +Stable tag: 0.0.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -19,10 +19,13 @@ BuddyPress compliments adds a smart way for BuddyPress members to interact with * A Compliment button and Compliments tab will appear in each member's profile. * When you click the Compliments button, a popup will show up with compliment types * Submitted compliments will be visible in user's compliments section. +* A notification is sent to the compliment receiving member. +* Compliments are tracked in BuddyPress Activity +* Members can delete compliments received (option to prevent this available). +* Compliments are now paginated +* Compliments can be set as private and visible only to the member receiving them. -We built this plugin especially for Whoop! our upcoming WordPress Directory Theme powered by [GeoDirectory](https://wordpress.org/plugins/geodirectory/ "Whoop! is a GeoDirectory theme and it will be released soon"). - -We decided to release BuddyPress Compliments for free, while we give the final touches to Whoop! so that any BuddyPress users can take advantage of it. +We built this plugin especially for Whoop! our [WordPress Directory Theme](https://wpgeodirectory.com/themes/wordpress-directory-theme-whoop/ "Whoop! is the latest Social Directory theme for GeoDirectory") powered by [GeoDirectory](https://wordpress.org/plugins/geodirectory/ "Whoop! is a GeoDirectory theme and it will be released soon"). The plugins has been tested with the following themes before release: @@ -30,6 +33,8 @@ Twenty Thirteen, Twenty Fourteen, Twenty Fifteen, GeoDIrectory Framework and Who Should you find any bug, please report it in the support forum and we will fix it asap! +BuddyPress Compliments is 100% translatable. + == Installation == = Minimum Requirements = @@ -66,10 +71,22 @@ No questions so far, but don't hesitate to ask! == Changelog == += 0.0.6 = +Compliments can be renamed to anything Ex: Gifts - ADDED + += 0.0.5 = +404 error while sending compliments - FIXED + += 0.0.4 = +Members can see other members compliment page? setting - ADDED + = 0.0.3 = -* Validation added when adding compliment, icon required - FIXED -* Some strings are not translatable - FIXED -* Docblocks added to all functions, filters and actions - ADDED +Docblocks added to all functions, filters and actions - ADDED +Members can delete compliments received? setting - ADDED +Number of Compliments to display per page setting - ADDED +Custom CSS styles setting - ADDED +Validation added when adding compliment, icon required - FIXED +Some strings are not translatable - FIXED = 0.0.2 = * Support for bp activity component - ADDED @@ -84,4 +101,4 @@ No questions so far, but don't hesitate to ask! == Upgrade Notice == -TBA +TBA \ No newline at end of file From 3cf90bd271ba71e214d47b442c21842edb7f553a Mon Sep 17 00:00:00 2001 From: NomadDevs Date: Wed, 19 Aug 2015 19:03:07 +0100 Subject: [PATCH 2/2] 0.0.7 final commit --- bp-compliments.php | 4 ++-- change_log.txt | 2 +- readme.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bp-compliments.php b/bp-compliments.php index c8576c2..9cc8da9 100644 --- a/bp-compliments.php +++ b/bp-compliments.php @@ -10,7 +10,7 @@ Plugin Name: BuddyPress Compliments Plugin URI: http://wpgeodirectory.com/ Description: Compliments module for BuddyPress. -Version: 0.0.6 +Version: 0.0.7 Author: GeoDirectory Author URI: http://wpgeodirectory.com */ @@ -19,7 +19,7 @@ if ( !defined( 'ABSPATH' ) ) exit; // Define the plugin version. -define( 'BP_COMPLIMENTS_VER', '0.0.6' ); +define( 'BP_COMPLIMENTS_VER', '0.0.7' ); /** * BuddyPress compliments text domain. diff --git a/change_log.txt b/change_log.txt index 4a4592f..7187db4 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,4 @@ -v0.0.6 +v0.0.7 Compliments can be renamed to anything Ex: "Gifts" - ADDED v0.0.5 diff --git a/readme.txt b/readme.txt index 227dcb7..31f6eb0 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://wpgeodirectory.com/ Tags: buddypress, buddypress compliments, wordpress yelp compliments, buddypress integration, business directory plugin, directory, directory plugin, geodirectory, geodirectory buddypress, geodirectory buddypress integration, social network, yelp clone, yelp compliments Requires at least: 3.1 Tested up to: 4.3 -Stable tag: 0.0.6 +Stable tag: 0.0.7 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -71,7 +71,7 @@ No questions so far, but don't hesitate to ask! == Changelog == -= 0.0.6 = += 0.0.7 = Compliments can be renamed to anything Ex: Gifts - ADDED = 0.0.5 =