Plugin Directory

Changeset 2805545


Ignore:
Timestamp:
10/27/2022 06:56:35 AM (3 years ago)
Author:
replaybird
Message:

Updated screenshots and banner image. Released version 2.0.1

Location:
replaybird
Files:
2 added
10 edited

Legend:

Unmodified
Added
Removed
  • replaybird/trunk/index.php

    r2786297 r2805545  
    55 * Author: ReplayBird
    66 * Author URI: https://www.replaybird.com/
    7  * Version: 1.0.0
     7 * Version: 2.0.1
    88 * Text Domain: replaybird
    99 *
     
    2525             * @var Const Plugin Version Number
    2626             */
    27             const VERSION = '2.0.0';
     27            const VERSION = '2.0.1';
    2828
    2929            /**
  • replaybird/trunk/readme.txt

    r2786297 r2805545  
    66Requires at least: 4.6
    77Tested up to: 6.0.2
    8 Stable tag: 2.0.0
     8Stable tag: 2.0.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    7373== ChangeLog ==
    7474
     75= 2.0.1 =
     76* Updated screenshots and banner image.
     77
    7578= 2.0.0 =
    7679* Added better session recording and issue tracking support.
  • replaybird/trunk/src/includes/index.php

    r2786297 r2805545  
    99     * @var Const Plugin Release Date
    1010     */
    11     const RELEASE_DATE = '20220909';
     11    const RELEASE_DATE = '20221027';
    1212
    1313    public function __construct()
Note: See TracChangeset for help on using the changeset viewer.