Changeset 2735905
- Timestamp:
- 06/01/2022 08:09:47 PM (4 years ago)
- Location:
- wp-revive-adserver/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-revive.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-revive-adserver/trunk/readme.txt
r2734778 r2735905 5 5 Requires at least: 5.0 6 6 Tested up to: 6.0 7 Stable tag: 2. 17 Stable tag: 2.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 == Changelog == 57 = 2.2 =57 = 2.2.1 = 58 58 * Added support for Hosted Edition 59 59 * Tested against WordPress Version 6.0 -
wp-revive-adserver/trunk/wp-revive.php
r2735673 r2735905 4 4 Plugin URI: https://rezultmedia.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: 2.2 6 Version: 2.2.1 7 7 Author: Steven Soehl 8 8 Author URI: https://rezultmedia.com … … 40 40 41 41 if (!defined('WPRevive_VERSION_NUM')) 42 define('WPRevive_VERSION_NUM', '2.2 ');42 define('WPRevive_VERSION_NUM', '2.2.1'); 43 43 44 44 add_option(WPRevive_VERSION_KEY, WPRevive_VERSION_NUM);
Note: See TracChangeset
for help on using the changeset viewer.