Changeset 2805545
- Timestamp:
- 10/27/2022 06:56:35 AM (3 years ago)
- Location:
- replaybird
- Files:
-
- 2 added
- 10 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/icon-256x256.svg (added)
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-4.png (modified) (previous)
-
assets/screenshot-5.png (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/includes/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
replaybird/trunk/index.php
r2786297 r2805545 5 5 * Author: ReplayBird 6 6 * Author URI: https://www.replaybird.com/ 7 * Version: 1.0.07 * Version: 2.0.1 8 8 * Text Domain: replaybird 9 9 * … … 25 25 * @var Const Plugin Version Number 26 26 */ 27 const VERSION = '2.0. 0';27 const VERSION = '2.0.1'; 28 28 29 29 /** -
replaybird/trunk/readme.txt
r2786297 r2805545 6 6 Requires at least: 4.6 7 7 Tested up to: 6.0.2 8 Stable tag: 2.0. 08 Stable tag: 2.0.1 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 73 73 == ChangeLog == 74 74 75 = 2.0.1 = 76 * Updated screenshots and banner image. 77 75 78 = 2.0.0 = 76 79 * Added better session recording and issue tracking support. -
replaybird/trunk/src/includes/index.php
r2786297 r2805545 9 9 * @var Const Plugin Release Date 10 10 */ 11 const RELEASE_DATE = '2022 0909';11 const RELEASE_DATE = '20221027'; 12 12 13 13 public function __construct()
Note: See TracChangeset
for help on using the changeset viewer.