Changeset 716351
- Timestamp:
- 05/22/2013 02:45:30 AM (13 years ago)
- Location:
- admangler
- Files:
-
- 3 edited
- 14 copied
-
tags/0.1.6 (copied) (copied from admangler/trunk)
-
tags/0.1.6/adMangler.class.php (copied) (copied from admangler/trunk/adMangler.class.php) (2 diffs)
-
tags/0.1.6/adMangler.php (copied) (copied from admangler/trunk/adMangler.php) (2 diffs)
-
tags/0.1.6/adManglerWidget.class.php (copied) (copied from admangler/trunk/adManglerWidget.class.php)
-
tags/0.1.6/classes (copied) (copied from admangler/trunk/classes)
-
tags/0.1.6/classes/webapi.php (copied) (copied from admangler/trunk/classes/webapi.php)
-
tags/0.1.6/forms/banners.php (copied) (copied from admangler/trunk/forms/banners.php)
-
tags/0.1.6/forms/dashboard.php (copied) (copied from admangler/trunk/forms/dashboard.php)
-
tags/0.1.6/forms/settings.php (copied) (copied from admangler/trunk/forms/settings.php)
-
tags/0.1.6/js/shortcode.js (copied) (copied from admangler/trunk/js/shortcode.js)
-
tags/0.1.6/locales (copied) (copied from admangler/trunk/locales)
-
tags/0.1.6/readme.txt (copied) (copied from admangler/trunk/readme.txt) (2 diffs)
-
tags/0.1.6/shortcode.php (copied) (copied from admangler/trunk/shortcode.php)
-
tags/0.1.6/uninstall.php (copied) (copied from admangler/trunk/uninstall.php)
-
trunk/adMangler.class.php (modified) (2 diffs)
-
trunk/adMangler.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admangler/tags/0.1.6/adMangler.class.php
r716229 r716351 20 20 $this->adsTable = $wpdb->prefix."AdMangler_ads"; 21 21 $this->settingsTable = $wpdb->prefix."AdMangler_settings"; 22 $this->usersTable = $wpdb->prefix."AdMangler_users";23 $this->positionsTable = $wpdb->prefix."AdMangler_positions";22 //$this->usersTable = $wpdb->prefix."AdMangler_users"; 23 //$this->positionsTable = $wpdb->prefix."AdMangler_positions"; 24 24 25 25 … … 192 192 $content = str_replace("[AdMangler:".$banner->width."x".$banner->height."]", $this->get_ads($banner->width, $banner->height), $content); 193 193 } 194 $content = str_replace('[AdMangler:panel]', $this->panel(), $content);194 //$content = str_replace('[AdMangler:panel]', $this->panel(), $content); 195 195 return $content; 196 196 } // End function filter_the_content -
admangler/tags/0.1.6/adMangler.php
r716229 r716351 4 4 Plugin URI: http://www.webternals.com/projects/admangler/ 5 5 Description: AdMangler (Beta) Display, sell, and manage ad space on your Wordpress powered site. 6 Version: 0.1. 56 Version: 0.1.6 7 7 Author: Webternals, LLC - Allen Sanford 8 8 Author URI: http://www.webternals.com/ … … 16 16 17 17 18 $codeVersion = '0.1. 5';18 $codeVersion = '0.1.6'; 19 19 $dbVersion = '0.0.9'; 20 20 -
admangler/tags/0.1.6/readme.txt
r716229 r716351 5 5 Requires at least: 2.8.2 6 6 Tested up to: 3.5.1 7 Stable Tag: 0.1. 57 Stable Tag: 0.1.6 8 8 9 9 AdMangler (Beta) Display, sell, and manage ad space on your Wordpress powered site. … … 61 61 62 62 == Changelog == 63 64 = 0.1.6 = 65 * Bug fix 63 66 64 67 = 0.1.5 = -
admangler/trunk/adMangler.class.php
r716229 r716351 20 20 $this->adsTable = $wpdb->prefix."AdMangler_ads"; 21 21 $this->settingsTable = $wpdb->prefix."AdMangler_settings"; 22 $this->usersTable = $wpdb->prefix."AdMangler_users";23 $this->positionsTable = $wpdb->prefix."AdMangler_positions";22 //$this->usersTable = $wpdb->prefix."AdMangler_users"; 23 //$this->positionsTable = $wpdb->prefix."AdMangler_positions"; 24 24 25 25 … … 192 192 $content = str_replace("[AdMangler:".$banner->width."x".$banner->height."]", $this->get_ads($banner->width, $banner->height), $content); 193 193 } 194 $content = str_replace('[AdMangler:panel]', $this->panel(), $content);194 //$content = str_replace('[AdMangler:panel]', $this->panel(), $content); 195 195 return $content; 196 196 } // End function filter_the_content -
admangler/trunk/adMangler.php
r716229 r716351 4 4 Plugin URI: http://www.webternals.com/projects/admangler/ 5 5 Description: AdMangler (Beta) Display, sell, and manage ad space on your Wordpress powered site. 6 Version: 0.1. 56 Version: 0.1.6 7 7 Author: Webternals, LLC - Allen Sanford 8 8 Author URI: http://www.webternals.com/ … … 16 16 17 17 18 $codeVersion = '0.1. 5';18 $codeVersion = '0.1.6'; 19 19 $dbVersion = '0.0.9'; 20 20 -
admangler/trunk/readme.txt
r716229 r716351 5 5 Requires at least: 2.8.2 6 6 Tested up to: 3.5.1 7 Stable Tag: 0.1. 57 Stable Tag: 0.1.6 8 8 9 9 AdMangler (Beta) Display, sell, and manage ad space on your Wordpress powered site. … … 61 61 62 62 == Changelog == 63 64 = 0.1.6 = 65 * Bug fix 63 66 64 67 = 0.1.5 =
Note: See TracChangeset
for help on using the changeset viewer.