mirror of
https://github.com/LamGC/wp-asciiplayer.git
synced 2025-04-29 22:27:32 +00:00
bump: release 1.0.0
This commit is contained in:
parent
7e80d22c43
commit
120af245f6
@ -4,13 +4,13 @@
|
|||||||
Plugin Name: Asciicast Player
|
Plugin Name: Asciicast Player
|
||||||
Plugin URI: https://github.com/LamGC/wp-asciiplayer
|
Plugin URI: https://github.com/LamGC/wp-asciiplayer
|
||||||
Description: AsciinemaPlayer for WordPress.
|
Description: AsciinemaPlayer for WordPress.
|
||||||
Version: 0.1.0
|
Version: 1.0.0
|
||||||
Author: LamGC
|
Author: LamGC
|
||||||
Author URI: https://blog.lamgc.moe
|
Author URI: https://blog.lamgc.moe
|
||||||
License: GNU GENERAL PUBLIC LICENSE Version 3.0
|
License: GNU GENERAL PUBLIC LICENSE Version 3.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const PLUGIN_VERSION = "0.1.0";
|
const PLUGIN_VERSION = "1.0.0";
|
||||||
|
|
||||||
const ASCIIPLAYER_TAG = "asciiplayer";
|
const ASCIIPLAYER_TAG = "asciiplayer";
|
||||||
|
|
||||||
|
4
asciiplayer/package-lock.json
generated
4
asciiplayer/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "wp-asciiplayer-adapter",
|
"name": "wp-asciiplayer-adapter",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "wp-asciiplayer-adapter",
|
"name": "wp-asciiplayer-adapter",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"asciinema-player": "^3.4.0"
|
"asciinema-player": "^3.4.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wp-asciiplayer-adapter",
|
"name": "wp-asciiplayer-adapter",
|
||||||
"version": "0.1.0",
|
"version": "1.0.0",
|
||||||
"description": "asciinema-player for wordpress.",
|
"description": "asciinema-player for wordpress.",
|
||||||
"main": "dist/bundle.js",
|
"main": "dist/bundle.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -3,7 +3,7 @@ Contributors: lamgc
|
|||||||
Tags: asciicast, asciiplayer, asciinema, ascii
|
Tags: asciicast, asciiplayer, asciinema, ascii
|
||||||
Requires at least: 5.2
|
Requires at least: 5.2
|
||||||
Tested up to: 6.2
|
Tested up to: 6.2
|
||||||
Stable tag: 0.1.0
|
Stable tag: 1.0.0
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
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 ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.0.0 =
|
||||||
|
* Set the version attribute for the resource file in WordPress.
|
||||||
|
* Added some documents.
|
||||||
|
|
||||||
= 0.1.0 =
|
= 0.1.0 =
|
||||||
* The first available version.
|
* The first available version.
|
||||||
* Update asciinema-player version to 3.4.0
|
* Update asciinema-player version to 3.4.0
|
Loading…
Reference in New Issue
Block a user