Skip to content

Commit

Permalink
Merge pull request #11 from GeoDirectory/master
Browse files Browse the repository at this point in the history
1.0.6
  • Loading branch information
viruthagiri committed Mar 28, 2016
2 parents f8fb565 + 0c15cbf commit d3858b9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
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: 1.0.5
* Version: 1.0.6
* Author: GeoDirectory
* Author URI: http://wpgeodirectory.com
* Text Domain: bp-compliments
Expand All @@ -23,7 +23,7 @@
if ( !defined( 'ABSPATH' ) ) exit;

// Define the plugin version.
define( 'BP_COMPLIMENTS_VER', '1.0.5' );
define( 'BP_COMPLIMENTS_VER', '1.0.6' );

/**
* BuddyPress compliments text domain.
Expand Down
Binary file modified languages/bp-compliments-en_US.mo
Binary file not shown.
22 changes: 11 additions & 11 deletions languages/bp-compliments-en_US.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: BuddyPress Compliments 1.0.5\n"
"POT-Creation-Date: 2016-03-11 11:11-0000\n"
"PO-Revision-Date: 2016-03-11 11:11-0000\n"
"Project-Id-Version: BuddyPress Compliments 1.0.6\n"
"POT-Creation-Date: 2016-03-26 14:32-0000\n"
"PO-Revision-Date: 2016-03-26 14:32-0000\n"
"Last-Translator: \n"
"Language-Team: GeoDirectory <[email protected]>\n"
"Language: en_US\n"
Expand All @@ -15,27 +15,27 @@ msgstr ""
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x\n"
"X-Poedit-SearchPath-0: .\n"

#: bp-compliments-core.php:44 bp-compliments.php:32
#: bp-compliments-core.php:44 bp-compliments.php:36
#: includes/bp-compliments-settings.php:154
msgid "Compliments"
msgstr ""

#: bp-compliments.php:31
#: bp-compliments.php:35
msgid "Compliment"
msgstr ""

#: bp-compliments.php:33
#: bp-compliments.php:37
msgid "compliments"
msgstr ""

#: bp-compliments.php:148
#: bp-compliments.php:152
#, php-format
msgid ""
"BuddyPress Compliments requires <a target=\"_blank\" href=\"%s\">BuddyPress</"
"a> plugin."
msgstr ""

#: bp-compliments.php:155
#: bp-compliments.php:159
msgid "Hey! BP Compliments requires BuddyPress 1.5 or higher."
msgstr ""

Expand Down Expand Up @@ -122,21 +122,21 @@ msgid ""
"%s"
msgstr ""

#: includes/bp-compliments-notifications.php:271
#: includes/bp-compliments-notifications.php:305
#: includes/bp-compliments-settings.php:89
#: includes/bp-compliments-settings.php:98
#: includes/bp-compliments-settings.php:107
msgid "Yes"
msgstr ""

#: includes/bp-compliments-notifications.php:272
#: includes/bp-compliments-notifications.php:306
#: includes/bp-compliments-settings.php:90
#: includes/bp-compliments-settings.php:99
#: includes/bp-compliments-settings.php:108
msgid "No"
msgstr ""

#: includes/bp-compliments-notifications.php:279
#: includes/bp-compliments-notifications.php:313
#, php-format
msgid "A member sends you a %s"
msgstr ""
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
Stable tag: 1.0.5
Stable tag: 1.0.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -72,6 +72,9 @@ No questions so far, but don't hesitate to ask!

== Changelog ==

= 1.0.6 =
Notification incorrect from email - FIXED

= 1.0.5 =
Email notifications not working - FIXED
Compliment line break and clickable support removed. Use filter to override - CHANGED
Expand Down

0 comments on commit d3858b9

Please sign in to comment.