Changeset 1674778
- Timestamp:
- 06/09/2017 01:28:47 PM (9 years ago)
- Location:
- ultimate-popunder/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
ultimate-popunder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-popunder/trunk/readme.txt
r1671298 r1674778 4 4 Donate link: paypal.me/GriffithDesignsMD 5 5 Requires at least: 4.0 6 Tested up to: 4. 7.56 Tested up to: 4.8 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 34 34 35 35 == Changelog == 36 = 1.1.2 = 37 * Bump to support 4.8 38 36 39 = 1.1.1 = 37 40 * Fix security issue of POST data -
ultimate-popunder/trunk/ultimate-popunder.php
r1671296 r1674778 5 5 Plugin URI: # 6 6 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. 17 Version: 1.1.2 8 8 Author: Cris Griffith 9 9 Author URI: https://profiles.wordpress.org/webmasterjunkie … … 13 13 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 14 14 15 define( 'ULTIMATE_POPUNDER_VERSION', '1.1. 1' );15 define( 'ULTIMATE_POPUNDER_VERSION', '1.1.2' ); 16 16 17 17 require_once( plugin_dir_path( __FILE__ ) . "functions.php" );
Note: See TracChangeset
for help on using the changeset viewer.