Skip to content

Commit

Permalink
update - increase version and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowPeuyeum committed Jun 2, 2023
1 parent f04a6b8 commit e56f112
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

14 changes: 8 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
4 changes: 2 additions & 2 deletions wp-instant-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit e56f112

Please sign in to comment.