Changeset 1671165
- Timestamp:
- 06/05/2017 04:40:36 PM (9 years ago)
- Location:
- admangler/trunk
- Files:
-
- 2 edited
-
adMangler.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admangler/trunk/adMangler.php
r1671157 r1671165 5 5 Plugin URI: http://www.webternals.com/projects/admangler/ 6 6 Description: AdMangler Display, sell, and manage ad space on your Wordpress powered site. 7 Version: 1. 0.07 Version: 1.1.0 8 8 Author: Webternals, LLC - Allen Sanford 9 9 Author URI: http://www.webternals.com/ … … 15 15 * 16 16 * */ 17 $codeVersion = '1. 0.0';17 $codeVersion = '1.1.0'; 18 18 $dbVersion = '1.0.0'; 19 19 … … 31 31 register_activation_hook( __FILE__, array($adMangler, "activate") ); 32 32 register_deactivation_hook( __FILE__, array($adMangler, "deactivate") ); 33 -
admangler/trunk/readme.txt
r1671157 r1671165 4 4 Tags: Ads 5 5 Requires at least: 2.8.2 6 Tested up to: 3.5.16 Tested up to: 4.7.5 7 7 Stable Tag: 1.1.0 8 8 … … 81 81 * End a 4 year long streak of not maintaining this code! 82 82 * Got the Widget working. 83 * Code format ing updates!83 * Code formatting updates! 84 84 85 85 = 1.0.0 =
Note: See TracChangeset
for help on using the changeset viewer.