Plugin Directory

Changeset 2226835


Ignore:
Timestamp:
01/13/2020 11:29:49 PM (6 years ago)
Author:
grosbouff
Message:

1.2.5

Location:
bbpress-votes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bbpress-votes/trunk/bbpress-votes.php

    r1497393 r2226835  
    55Description: Allow users to vote up or down to topics and replies inside bbPress, just like you can on StackOverflow for example.
    66Author: G.Breant
    7 Version: 1.2.4
    8 Author URI: http://sandbox.pencil2d.org/
    9 License: GPL2+
     7Version: 1.2.5
     8Author URI: https://profiles.wordpress.org/grosbouff/
     9License: GPLv2 or later
    1010Text Domain: bbpvotes
    11 Domain Path: /languages/
    1211*/
    1312
     
    1817     * @public string plugin version
    1918     */
    20     public $version = '1.2.4';
     19    public $version = '1.2.5';
    2120       
    2221    /**
  • bbpress-votes/trunk/readme.txt

    r1497393 r2226835  
    22Contributors:grosbouff
    33Donate link:http://bit.ly/gbreant
    4 Tags: bbPress, vote, votes, rate, rating, ratings, BuddyPress
     4Tags: bbPress, vote, votes, rate, rating, ratings, reputation,BuddyPress
    55Requires at least: 4.1.1
    6 Tested up to: 4.6.1
     6Tested up to: 5.3.2
    77Stable tag: trunk
    8 License: GPLv2 or later
     8License: GPL2+
    99
    1010Allows logged users to vote up or down to topics and replies inside bbPress, just like you can on StackOverflow for example.
     
    2323
    2424= Demo =
    25 See it in action [here](http://www.pencil2d.org/?post_type=forum).
     25
     26We don't have a running demo anymore.  If you use this plugin and would like to be featured here, please [contact us](https://github.com/gordielachance/bbpress-votes/issues/5)
     27
     28= Donate =
     29
     30Donations are needed to help maintain this plugin.  Please consider [supporting us](http://bit.ly/gbreant).
     31This would be very appreciated — Thanks !
    2632
    2733= Contributors =
    28 [Contributors are listed
    29 here](https://github.com/gordielachance/bbpress-votes/contributors)
    30 = Notes =
    3134
    32 For feature request and bug reports, [please use the
    33 forums](http://wordpress.org/support/plugin/bbpress-votes#postform).
     35Contributors [are listed here](https://github.com/gordielachance/bbpress-votes/contributors)
    3436
    35 If you are a plugin developer, [we would like to hear from
    36 you](https://github.com/gordielachance/bbpress-votes). Any contribution would be
    37 very welcome.
     37= Bugs/Development =
     38
     39For feature request and bug reports, please use the [Github Issues Tracker](https://github.com/gordielachance/bbpress-votes/issues).
     40
     41If you are a plugin developer, [we would like to hear from you](https://github.com/gordielachance/bbpress-votes). Any contribution would be very welcome.
    3842
    3943== Installation ==
Note: See TracChangeset for help on using the changeset viewer.