From e56f112d517494124f4904ac7d5be5ab41347fd5 Mon Sep 17 00:00:00 2001 From: Harun Date: Fri, 2 Jun 2023 15:59:17 +0700 Subject: [PATCH] update - increase version and documentation --- README.md | 21 ++++++++++++++++++--- readme.txt | 14 ++++++++------ wp-instant-js.php | 4 ++-- 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 148ccc7..959b3cf 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # Wordpress Instant JS -Use the power of Visual Studio Code in WordPress -using babel and uglify -inspired by [Dylan Blokhuis](https://github.com/dylanblokhuis/instantcss-wp) +Contributors: harun +Tags: js, instant js, visual studio code, vscode, monaco, monaco editor, babel, uglify, minify +Tested up to: 6.2.2 +Stable tag: 1.0.1 +License: GPLv3 +License URI: http://www.gnu.org/licenses/gpl-3.0.html + +Write your scripts beautifully with the power of Visual Studio Code inspired from [instantcss-wp](https://github.com/dylanblokhuis/instantcss-wp). + +#### Description +Use the power of Visual Studio Code in WordPress to write your custom JS. The plugin uses babel and uglify to give your scripts better performance. + +#### Features +* Use all the powerful features from Visual Studio Code +* Your JS gets compiled with babel to work on older browsers +* Option to minify your CSS to reduce loading times +* No refreshing on saving + diff --git a/readme.txt b/readme.txt index 90c2f0a..0030a2c 100755 --- a/readme.txt +++ b/readme.txt @@ -1,17 +1,15 @@ === Wordpress Instant JS === Contributors: harun Tags: js, instant js, visual studio code, vscode, monaco, monaco editor, babel, uglify, minify -Tested up to: 5.5 -Stable tag: 1.0.0 +Tested up to: 6.2.2 +Stable tag: 1.0.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html -Write your scripts beautifully with the power of Visual Studio Code +Write your scripts beautifully with the power of Visual Studio Code inspired from [instantcss-wp](https://github.com/dylanblokhuis/instantcss-wp). == Description == -Use the power of Visual Studio Code in WordPress to write your custom JS - -The plugin uses babel and uglify to give your scripts better performance. +Use the power of Visual Studio Code in WordPress to write your custom JS. The plugin uses babel and uglify to give your scripts better performance. = Features = * Use all the powerful features from Visual Studio Code @@ -20,5 +18,9 @@ The plugin uses babel and uglify to give your scripts better performance. * No refreshing on saving == Changelog == + += 1.0.0 = +* Fixed editor icon path + = 1.0.0 = * Launched. diff --git a/wp-instant-js.php b/wp-instant-js.php index 67fda48..41909f2 100755 --- a/wp-instant-js.php +++ b/wp-instant-js.php @@ -3,14 +3,14 @@ /** * Plugin Name: Instant JS * Description: Write your scirpts beautifully with the power of Visual Studio Code - * Version: 1.0.0 + * Version: 1.0.1 * Author: Harun * Author URI: https://github.com/harunalrashyid/instantjs-wp * License: GPL-3.0 * License URI: https://raw.githubusercontent.com/harunalrashyid/instantjs-wp/master/LICENSE */ -define('IJS_VERSION', '1.0.0'); +define('IJS_VERSION', '1.0.1'); if ( !defined( 'ABSPATH' ) ) { die( 'Access Denied' );