Changeset 2579682
- Timestamp:
- 08/07/2021 01:17:24 PM (5 years ago)
- Location:
- wp-revive-adserver/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
src/Inc/WPReviveLoader.php (modified) (2 diffs)
-
wp-revive.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-revive-adserver/trunk/readme.txt
r2576449 r2579682 5 5 Requires at least: 4.0 6 6 Tested up to: 5.8 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 49 49 50 50 == Changelog == 51 = 1.1.1 = 52 * Fixed Activation redirect issue with admin ajax. 53 * Tested against WordPress Version 5.8 51 54 52 55 = 1.1 = … … 58 61 59 62 == Upgrade Notice == 63 = 1.1.1 = 64 * Fixed Activation redirect issue with admin ajax. 60 65 61 66 = 1.1 = -
wp-revive-adserver/trunk/src/Inc/WPReviveLoader.php
r2576388 r2579682 52 52 53 53 public function wprevive_activation_redirect() { 54 global $pagenow; 55 if ( $pagenow == 'plugins.php' ) { 54 56 if ( intval( get_option( 'wprevive_activation_redirect', false ) ) === wp_get_current_user()->ID ) { 55 57 // Make sure we don't redirect again after this one … … 59 61 } 60 62 } 63 } 61 64 62 65 -
wp-revive-adserver/trunk/wp-revive.php
r2576388 r2579682 4 4 Plugin URI: http://www.stevensoehl.com/revive-ad-server-wordpress-plugin/ 5 5 Description: Display Revive Adserver ad campaigns anywhere on your WordPress website using Shortcodes. Supports your choice including Asynchronous JS, Javascript, and IFrame Invocation Code. 6 Version: 1.1 6 Version: 1.1.1 7 7 Author: Steven Soehl 8 8 Author URI: https://www.stevensoehl.com … … 40 40 41 41 if (!defined('WPRevive_VERSION_NUM')) 42 define('WPRevive_VERSION_NUM', '1. 0.0');42 define('WPRevive_VERSION_NUM', '1.1.1'); 43 43 44 44 add_option(WPRevive_VERSION_KEY, WPRevive_VERSION_NUM);
Note: See TracChangeset
for help on using the changeset viewer.