Plugin Directory

Changeset 2735905


Ignore:
Timestamp:
06/01/2022 08:09:47 PM (4 years ago)
Author:
zoan
Message:

Version 2.2.1

Location:
wp-revive-adserver/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-revive-adserver/trunk/readme.txt

    r2734778 r2735905  
    55Requires at least: 5.0
    66Tested up to: 6.0
    7 Stable tag: 2.1
     7Stable tag: 2.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5555
    5656== Changelog ==
    57 = 2.2 =
     57= 2.2.1 =
    5858* Added support for Hosted Edition
    5959* Tested against WordPress Version 6.0
  • wp-revive-adserver/trunk/wp-revive.php

    r2735673 r2735905  
    44Plugin URI: https://rezultmedia.com/revive-ad-server-wordpress-plugin/
    55Description: 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
     6Version: 2.2.1
    77Author: Steven Soehl
    88Author URI: https://rezultmedia.com
     
    4040
    4141if (!defined('WPRevive_VERSION_NUM'))
    42     define('WPRevive_VERSION_NUM', '2.2');
     42    define('WPRevive_VERSION_NUM', '2.2.1');
    4343
    4444add_option(WPRevive_VERSION_KEY, WPRevive_VERSION_NUM);
Note: See TracChangeset for help on using the changeset viewer.