Changeset 704728
- Timestamp:
- 04/27/2013 04:49:34 PM (13 years ago)
- Location:
- openx-wordpress-widget/trunk
- Files:
-
- 4 edited
-
Changelog.txt (modified) (1 diff)
-
admin.php (modified) (1 diff)
-
openx-wp-widget.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openx-wordpress-widget/trunk/Changelog.txt
r612311 r704728 1 1 $Id$ 2 3 2013-04-27 4 - add a fix for multisite WP 5 thanks to alpha1beta, see 6 http://wordpress.org/support/topic/does-not-work-on-multisite-with-fix 2 7 3 8 2012-10-14 -
openx-wordpress-widget/trunk/admin.php
r612311 r704728 52 52 <DIV id="openxwpwidget"> 53 53 <h2>OpenX-WP-Widget Settings</h2> 54 <FORM name="openxwpwidget_form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>?page=openx-wp-widget.php&updated=true">54 <FORM name="openxwpwidget_form" method="post" action="<?php echo site_url().$_SERVER['PHP_SELF']; ?>?page=openx-wp-widget.php&updated=true"> 55 55 <table> 56 56 <tr> -
openx-wordpress-widget/trunk/openx-wp-widget.php
r612311 r704728 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. 66 Version: 1.2.7 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: 3. 4.211 Max WP Version: 3.5.1 12 12 ***/ 13 13 -
openx-wordpress-widget/trunk/readme.txt
r612311 r704728 4 4 Tags: openx, openads, phpadsnew, advertising, banner 5 5 Requires at least: 2.5 6 Tested up to: 3. 2.47 Stable tag: 1.2. 66 Tested up to: 3.5.1 7 Stable tag: 1.2.7 8 8 9 9
Note: See TracChangeset
for help on using the changeset viewer.