bump: release 1.0.0

This commit is contained in:
LamGC 2023-06-05 20:17:37 +08:00
parent 7e80d22c43
commit 120af245f6
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D
4 changed files with 10 additions and 6 deletions

View File

@ -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";

View File

@ -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"

View File

@ -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",

View File

@ -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