Plugin Directory

Changeset 1671165


Ignore:
Timestamp:
06/05/2017 04:40:36 PM (9 years ago)
Author:
webternals
Message:

Forgot to update the Version numbers!

Location:
admangler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admangler/trunk/adMangler.php

    r1671157 r1671165  
    55      Plugin URI: http://www.webternals.com/projects/admangler/
    66      Description: AdMangler Display, sell, and manage ad space on your Wordpress powered site.
    7       Version: 1.0.0
     7      Version: 1.1.0
    88      Author: Webternals, LLC - Allen Sanford
    99      Author URI: http://www.webternals.com/
     
    1515     *
    1616     * */
    17     $codeVersion = '1.0.0';
     17    $codeVersion = '1.1.0';
    1818    $dbVersion   = '1.0.0';
    1919
     
    3131    register_activation_hook( __FILE__, array($adMangler, "activate") );
    3232    register_deactivation_hook( __FILE__, array($adMangler, "deactivate") );
    33    
  • admangler/trunk/readme.txt

    r1671157 r1671165  
    44Tags: Ads
    55Requires at least: 2.8.2
    6 Tested up to: 3.5.1
     6Tested up to: 4.7.5
    77Stable Tag: 1.1.0
    88
     
    8181* End a 4 year long streak of not maintaining this code!
    8282* Got the Widget working.
    83 * Code formating updates!
     83* Code formatting updates!
    8484
    8585= 1.0.0 =
Note: See TracChangeset for help on using the changeset viewer.