Skip to content

Commit

Permalink
Merge pull request #2 from GeoDirectory/master
Browse files Browse the repository at this point in the history
Merge GeoDirectory master
viruthagiri committed Jun 30, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 242578f + 91bf0b5 commit 7f584d4
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 4 additions & 5 deletions bp-compliments.php
Original file line number Diff line number Diff line change
@@ -18,6 +18,9 @@
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;

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

/**
* BuddyPress compliments text domain.
*/
@@ -34,11 +37,7 @@
*/
function bp_compliments_init() {
global $wpdb, $bp;
// get plugin version from plugin data.
$plugin_data = get_plugin_data( __FILE__ );
$version = $plugin_data['Version'];
//define the plugin version.
define( 'BP_COMPLIMENTS_VER', $version );

//define the plugin path.
define( 'BP_COMPLIMENTS_DIR', dirname( __FILE__ ) );
//define the plugin url.
11 changes: 7 additions & 4 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.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

v0.0.2
BP compliments now supports notification component - ADDED
Send compliment modal form z-index bug - FIXED
@@ -6,7 +11,5 @@ BP compliments now supports activity component - ADDED
Translation support - ADDED
Compliments can be deleted by the receiver - ADDED

v0.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
v0.0.1
Initial release - RELEASE

0 comments on commit 7f584d4

Please sign in to comment.