Changeset 779447
- Timestamp:
- 09/28/2013 01:27:12 AM (13 years ago)
- Location:
- barc-chat
- Files:
-
- 4 edited
- 1 copied
-
tags/0.5.7 (copied) (copied from barc-chat/trunk)
-
tags/0.5.7/barc.php (modified) (2 diffs)
-
tags/0.5.7/readme.txt (modified) (2 diffs)
-
trunk/barc.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
barc-chat/tags/0.5.7/barc.php
r779438 r779447 4 4 Plugin URI: http://barc.com 5 5 Description: Barc Chat provides a simple yet feature rich chat room for your whole community to interact in real-time directly on your site. You can have an unlimited number of users chatting simultaneously, it's completely free and there are no ads! 6 Version: 0.5. 66 Version: 0.5.7 7 7 Author: Barc Inc. 8 8 Author URI: http://barc.com … … 16 16 17 17 // version of the plugin, must be updated with header version 18 const version = '0.5. 6';18 const version = '0.5.7'; 19 19 20 20 // activation URL, should be changed to live version -
barc-chat/tags/0.5.7/readme.txt
r779438 r779447 5 5 Requires at least: 3.1 6 6 Tested up to: 3.6 7 Stable tag: 0.5. 67 Stable tag: 0.5.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 50 50 == Changelog == 51 52 = 0.5.7 = 53 - correct changelog 51 54 52 55 = 0.5.6 = -
barc-chat/trunk/barc.php
r779438 r779447 4 4 Plugin URI: http://barc.com 5 5 Description: Barc Chat provides a simple yet feature rich chat room for your whole community to interact in real-time directly on your site. You can have an unlimited number of users chatting simultaneously, it's completely free and there are no ads! 6 Version: 0.5. 66 Version: 0.5.7 7 7 Author: Barc Inc. 8 8 Author URI: http://barc.com … … 16 16 17 17 // version of the plugin, must be updated with header version 18 const version = '0.5. 6';18 const version = '0.5.7'; 19 19 20 20 // activation URL, should be changed to live version -
barc-chat/trunk/readme.txt
r779438 r779447 5 5 Requires at least: 3.1 6 6 Tested up to: 3.6 7 Stable tag: 0.5. 67 Stable tag: 0.5.7 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 49 49 50 50 == Changelog == 51 52 = 0.5.7 = 53 - correct changelog 51 54 52 55 = 0.5.6 =
Note: See TracChangeset
for help on using the changeset viewer.