Changeset 2226835
- Timestamp:
- 01/13/2020 11:29:49 PM (6 years ago)
- Location:
- bbpress-votes/trunk
- Files:
-
- 2 edited
-
bbpress-votes.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bbpress-votes/trunk/bbpress-votes.php
r1497393 r2226835 5 5 Description: Allow users to vote up or down to topics and replies inside bbPress, just like you can on StackOverflow for example. 6 6 Author: G.Breant 7 Version: 1.2. 48 Author URI: http ://sandbox.pencil2d.org/9 License: GPL 2+7 Version: 1.2.5 8 Author URI: https://profiles.wordpress.org/grosbouff/ 9 License: GPLv2 or later 10 10 Text Domain: bbpvotes 11 Domain Path: /languages/12 11 */ 13 12 … … 18 17 * @public string plugin version 19 18 */ 20 public $version = '1.2. 4';19 public $version = '1.2.5'; 21 20 22 21 /** -
bbpress-votes/trunk/readme.txt
r1497393 r2226835 2 2 Contributors:grosbouff 3 3 Donate link:http://bit.ly/gbreant 4 Tags: bbPress, vote, votes, rate, rating, ratings, BuddyPress4 Tags: bbPress, vote, votes, rate, rating, ratings, reputation,BuddyPress 5 5 Requires at least: 4.1.1 6 Tested up to: 4.6.16 Tested up to: 5.3.2 7 7 Stable tag: trunk 8 License: GPL v2 or later8 License: GPL2+ 9 9 10 10 Allows logged users to vote up or down to topics and replies inside bbPress, just like you can on StackOverflow for example. … … 23 23 24 24 = Demo = 25 See it in action [here](http://www.pencil2d.org/?post_type=forum). 25 26 We 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 30 Donations are needed to help maintain this plugin. Please consider [supporting us](http://bit.ly/gbreant). 31 This would be very appreciated — Thanks ! 26 32 27 33 = Contributors = 28 [Contributors are listed29 here](https://github.com/gordielachance/bbpress-votes/contributors)30 = Notes =31 34 32 For feature request and bug reports, [please use the 33 forums](http://wordpress.org/support/plugin/bbpress-votes#postform). 35 Contributors [are listed here](https://github.com/gordielachance/bbpress-votes/contributors) 34 36 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 39 For feature request and bug reports, please use the [Github Issues Tracker](https://github.com/gordielachance/bbpress-votes/issues). 40 41 If you are a plugin developer, [we would like to hear from you](https://github.com/gordielachance/bbpress-votes). Any contribution would be very welcome. 38 42 39 43 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.