Changeset 184817
- Timestamp:
- 12/19/2009 05:27:27 PM (16 years ago)
- Location:
- openx-wordpress-widget/trunk
- Files:
-
- 3 edited
-
Changelog.txt (modified) (1 diff)
-
openx-wp-widget.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openx-wordpress-widget/trunk/Changelog.txt
r173035 r184817 1 1 $Id$ 2 3 2009-12-19: 4 - Verified that plugin works with WordPress 2.9 5 - Fixed issue of a missing adserver-url in settings. 2 6 3 7 2009-11-13: -
openx-wordpress-widget/trunk/openx-wp-widget.php
r173035 r184817 4 4 Plugin URI: http://xclose.de/wordpress/wordpress-widget-for-openx 5 5 Description: Sidebar-Widget, display a banner in a sidebar and replace magics {openx:zoneid} with calls to a openx adserver 6 Version: 1.2. 26 Version: 1.2.3 7 7 Author: Heiko Weber, heiko@wecos.de 8 8 Author URI: http://www.wecos.de 9 9 Update Server: http://www.wecos.de/openx-wordpress-widget-updates 10 10 Min WP Version: 2.5.0 11 Max WP Version: 2. 8.611 Max WP Version: 2.9.0 12 12 ***/ 13 13 … … 299 299 } 300 300 $addcustomkeys = stripslashes(get_option('openxwpwidget_addcustomkeys')); 301 301 $url2openx = stripslashes(get_option('openxwpwidget_url2openx')); 302 302 ?> 303 303 -
openx-wordpress-widget/trunk/readme.txt
r173035 r184817 4 4 Tags: openx, openads, phpadsnew, advertising, banner 5 5 Requires at least: 2.5 6 Tested up to: 2. 8.67 Stable tag: 1.2 6 Tested up to: 2.9.0 7 Stable tag: 1.2.3 8 8 9 9
Note: See TracChangeset
for help on using the changeset viewer.