Skip to content

Commit

Permalink
Merge pull request #25 from GeoDirectory/master
Browse files Browse the repository at this point in the history
pull
  • Loading branch information
kprajapatii authored Jun 14, 2022
2 parents 1f82dc2 + acef2b0 commit ec167e3
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: buddypress-compliments
Binary file added .wordpress-org/banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions bp-compliments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: BuddyPress Compliments
* Plugin URI: https://wordpress.org/plugins/buddypress-compliments/
* Description: BuddyPress Compliments plugin adds a smart way for BuddyPress members to interact with each other via compliments.
* Version: 1.1.0
* Version: 1.1.1
* Requires at least: 4.5
* Tested up to: 6.0
* Requires PHP: 5.6
Expand All @@ -32,7 +32,7 @@
/**
* Plugin version.
*/
define( 'BP_COMPLIMENTS_VER', '1.1.0' );
define( 'BP_COMPLIMENTS_VER', '1.1.1' );
}

if ( ! defined( 'BP_COMP_TEXTDOMAIN' ) ) {
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ Tags: buddypress, buddypress compliments, WordPress yelp compliments, buddypress
Requires at least: 4.5
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 1.1.0
Stable tag: 1.1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Inspired by Yelp compliments system BuddyPress Compliments is a BuddyPress addon that allows members to send each other compliments or eGifts.

== Description ==

This plugin is no longer in development, if you wish to take over this plugin please request it here: https://github.com/GeoDirectory/buddypress-compliments/issues

BuddyPress compliments adds a smart way for BuddyPress members to interact with each other via compliments.

* Install the plugin
Expand Down Expand Up @@ -72,8 +74,9 @@ No questions so far, but don't hesitate to ask!
4. Submitted compliments will be visible in user's compliments section.

== Changelog ==
= 1.1.0 =
= 1.1.1 =
* WordPress v6 compatibility changes - CHANGED
* No longer supported notice in wp.org repo - ADDED

= 1.0.9 =
Fix issue for plugin installation via WP-CLI - FIXED
Expand Down

0 comments on commit ec167e3

Please sign in to comment.