Changeset 378170
- Timestamp:
- 04/28/2011 01:57:35 AM (15 years ago)
- Location:
- ipb-comments-for-wordpress/trunk
- Files:
-
- 3 edited
-
class.ipbcomments.php (modified) (2 diffs)
-
ipb-comments-for-wordpress.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipb-comments-for-wordpress/trunk/class.ipbcomments.php
r377906 r378170 111 111 * Source: http://community.invisionpower.com/resources/documentation/index.html/_/developer-resources/ 112 112 */ 113 114 // Keep the board from redirecting 115 // http://community.invisionpower.com/tracker/issue-26224-issues-with-ssiphp/ 116 define('CCS_GATEWAY_CALLED',FALSE); 117 113 118 require_once( $this->options['ipb_field_path'] .'/initdata.php' ); 114 119 … … 354 359 echo sprintf('<li><input type="text" size="2" name="ipb_comments_options[categories][%s]" value="%s" />%s</li>', 355 360 $cat->slug, 356 $this->options[ categories][$cat->slug],361 $this->options['categories'][$cat->slug], 357 362 $cat->name); 358 363 } -
ipb-comments-for-wordpress/trunk/ipb-comments-for-wordpress.php
r377906 r378170 4 4 Plugin URI: http://wordpress.org/extend/plugins/ipb-comments-for-wordpress/ 5 5 Description: Use IP.Board for your comments. When a new post is published, it creates a new topic with your IP.Board and adds the link to the new topic at the end of your post. 6 Version: 1.2. 46 Version: 1.2.5 7 7 Author: Beer 8 8 Author URI: http://wordpress.org/extend/plugins/profile/beer -
ipb-comments-for-wordpress/trunk/readme.txt
r377906 r378170 10 10 Requires at least: 3.0 11 11 Tested up to: 3.1.1 12 Stable tag: 1.2. 413 Version: 1.2. 412 Stable tag: 1.2.5 13 Version: 1.2.5 14 14 15 15 Use IP.Board to manage your comments. … … 43 43 44 44 == Changelog == 45 46 = 1.2.5 = 47 * fixed an ipb redirect issue 48 49 = 1.2.4 = 50 * fixed an ipb url issue when furl is not active 45 51 46 52 = 1.2.3 = … … 84 90 * move ttl to main settings 85 91 * move last replies to main settings 92 * strip the session id from forum topic url that sometimes gets displayed 86 93 * allow to configure most recent X forum replies to show on WordPress post comments 87 94 * add ability to override/select a specific IPB category per post (Dashboard / New Post)
Note: See TracChangeset
for help on using the changeset viewer.