Plugin Directory

Changeset 1674778


Ignore:
Timestamp:
06/09/2017 01:28:47 PM (9 years ago)
Author:
webmasterjunkie
Message:

Upgrade to 1.1.2

Location:
ultimate-popunder/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ultimate-popunder/trunk/readme.txt

    r1671298 r1674778  
    44Donate link: paypal.me/GriffithDesignsMD
    55Requires at least: 4.0
    6 Tested up to: 4.7.5
     6Tested up to: 4.8
    77Stable tag: trunk
    88License: GPLv2 or later
     
    3434
    3535== Changelog ==
     36= 1.1.2 =
     37* Bump to support 4.8
     38
    3639= 1.1.1 =
    3740* Fix security issue of POST data
  • ultimate-popunder/trunk/ultimate-popunder.php

    r1671296 r1674778  
    55    Plugin URI: #
    66    Description: Be able to create any popunder AD for your site, and track the activity in 3rd party systems as well.
    7     Version: 1.1.1
     7    Version: 1.1.2
    88    Author: Cris Griffith
    99    Author URI: https://profiles.wordpress.org/webmasterjunkie
     
    1313defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
    1414
    15 define( 'ULTIMATE_POPUNDER_VERSION', '1.1.1' );
     15define( 'ULTIMATE_POPUNDER_VERSION', '1.1.2' );
    1616
    1717require_once( plugin_dir_path( __FILE__ ) . "functions.php" );
Note: See TracChangeset for help on using the changeset viewer.