Changeset 2242027
- Timestamp:
- 02/10/2020 07:39:07 PM (6 years ago)
- Location:
- adbutler/trunk
- Files:
-
- 3 edited
-
adbutler.php (modified) (2 diffs)
-
includes/adbutler_widget.class (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adbutler/trunk/adbutler.php
r2236006 r2242027 5 5 Plugin URI: https://wordpress.org/plugins/adbutler 6 6 Description: AdButler ad management system integration plugin. Simplify deployment of your ad zones with this highly effective manner of deploying your publishing needs 7 Version: 1.2 67 Version: 1.27 8 8 Author: AdButler 9 9 Author URI: http://www.adbutler.com … … 23 23 define( 'ADBUTLER_CACHEURL', ADBUTLER_URLPATH . 'cache/' ); 24 24 define( 'ADBUTLER_ADSERVE_URL','https://adbutler.com/external_request.spark'); 25 define( 'ADBUTLER_PLUGIN_VERSION', '1.2 6');25 define( 'ADBUTLER_PLUGIN_VERSION', '1.27'); 26 26 27 27 -
adbutler/trunk/includes/adbutler_widget.class
r2236006 r2242027 232 232 function widget($args, $instance) 233 233 { 234 /** 235 * @var string $name 236 * @var string $before_widget 237 * @var string $after_widget 238 * @var string $before_title 239 * @var string $after_title 240 */ 234 241 extract($args); 242 echo $before_widget; 235 243 if (array_key_exists('adtag', $instance)) { 236 244 echo $instance['adtag']; 237 245 } 246 echo $after_widget; 238 247 } 239 248 } -
adbutler/trunk/readme.txt
r2236006 r2242027 68 68 69 69 == Changelog == 70 *1.27 Bug fixes. 70 71 *1.26 Fixed editing widget in customize mode 71 72 *1.25 Fixed header bidding bug. Updated supported WordPress version.
Note: See TracChangeset
for help on using the changeset viewer.