From 120af245f6f5d532e5e9cb27d2ed677372c03e40 Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 5 Jun 2023 20:17:37 +0800 Subject: [PATCH] bump: release 1.0.0 --- asciicast-player.php | 4 ++-- asciiplayer/package-lock.json | 4 ++-- asciiplayer/package.json | 2 +- readme.txt | 6 +++++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/asciicast-player.php b/asciicast-player.php index 963f400..89bb0ca 100644 --- a/asciicast-player.php +++ b/asciicast-player.php @@ -4,13 +4,13 @@ Plugin Name: Asciicast Player Plugin URI: https://github.com/LamGC/wp-asciiplayer Description: AsciinemaPlayer for WordPress. -Version: 0.1.0 +Version: 1.0.0 Author: LamGC Author URI: https://blog.lamgc.moe License: GNU GENERAL PUBLIC LICENSE Version 3.0 */ -const PLUGIN_VERSION = "0.1.0"; +const PLUGIN_VERSION = "1.0.0"; const ASCIIPLAYER_TAG = "asciiplayer"; diff --git a/asciiplayer/package-lock.json b/asciiplayer/package-lock.json index f5f67bb..9b7c297 100644 --- a/asciiplayer/package-lock.json +++ b/asciiplayer/package-lock.json @@ -1,12 +1,12 @@ { "name": "wp-asciiplayer-adapter", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wp-asciiplayer-adapter", - "version": "0.1.0", + "version": "1.0.0", "license": "GPL-3.0-only", "dependencies": { "asciinema-player": "^3.4.0" diff --git a/asciiplayer/package.json b/asciiplayer/package.json index 3126642..5210a6d 100644 --- a/asciiplayer/package.json +++ b/asciiplayer/package.json @@ -1,6 +1,6 @@ { "name": "wp-asciiplayer-adapter", - "version": "0.1.0", + "version": "1.0.0", "description": "asciinema-player for wordpress.", "main": "dist/bundle.js", "type": "module", diff --git a/readme.txt b/readme.txt index 361d702..bda73ef 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: lamgc Tags: asciicast, asciiplayer, asciinema, ascii Requires at least: 5.2 Tested up to: 6.2 -Stable tag: 0.1.0 +Stable tag: 1.0.0 Requires PHP: 7.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -48,6 +48,10 @@ which corresponds to the `style` **attribute** of the player container element: == Changelog == += 1.0.0 = +* Set the version attribute for the resource file in WordPress. +* Added some documents. + = 0.1.0 = * The first available version. * Update asciinema-player version to 3.4.0 \ No newline at end of file