Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master #5

Merged
merged 3 commits into from
Aug 22, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bp-compliments.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
Author: GeoDirectory
Author URI: http://wpgeodirectory.com
*/
Expand All @@ -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.7' );

/**
* BuddyPress compliments text domain.
Expand Down
2 changes: 1 addition & 1 deletion change_log.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.0.6
v0.0.7
Compliments can be renamed to anything Ex: "Gifts" - ADDED

v0.0.5
Expand Down
Binary file modified languages/bp-compliments-en_US.mo
Binary file not shown.
8 changes: 4 additions & 4 deletions languages/bp-compliments-en_US.po
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
msgid ""
msgstr ""
"Project-Id-Version: BuddyPress Compliments 0.0.2\n"
"POT-Creation-Date: 2015-08-12 21:01+0530\n"
"PO-Revision-Date: 2015-08-12 21:01+0530\n"
"Project-Id-Version: BuddyPress Compliments 0.0.6\n"
"POT-Creation-Date: 2015-08-19 18:11-0000\n"
"PO-Revision-Date: 2015-08-19 18:11-0000\n"
"Last-Translator: \n"
"Language-Team: GeoDirectory <[email protected]>\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"
Expand Down
35 changes: 26 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -19,17 +19,22 @@ 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:

Twenty Thirteen, Twenty Fourteen, Twenty Fifteen, GeoDIrectory Framework and Whoop! of course.

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 =
Expand Down Expand Up @@ -66,10 +71,22 @@ No questions so far, but don't hesitate to ask!

== Changelog ==

= 0.0.7 =
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
Expand All @@ -84,4 +101,4 @@ No questions so far, but don't hesitate to ask!

== Upgrade Notice ==

TBA
TBA