Skip to content

Commit

Permalink
Tweak - update WP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
finallyRaunak authored May 5, 2023
1 parent c1b4c70 commit 5e41c2f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Vaaky Highlighter - Changelog

### 1.0.4 → 2023-05-05

- Tested and updated WordPress compatibility with new version

### 1.0.3 → 2022-10-26

- Tested and updated WordPress compatibility with new version

### 1.0.2 → 2022-03-20

- Updated Website URL
- Tested and updated WordPress compatibility with new version

### 1.0.1 → 2021-10-15

- Fix - Console warning like "Could not find the language <lang name>, did you forget to load/include a language module?".
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vaaky-blocks",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"main": "Admin/js/block.js",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: raunak01
Donate link: https://www.webhat.in/
Tags: syntax highlighter, gutenberg, blocks, snippets, highlight.js, highlighter, php, js, sourcecode, code
Requires at least: 5.0
Tested up to: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -125,6 +125,9 @@ If you know the abbreviation of the language then you can provide in `lang` attr

== Changelog ==

= 1.0.4 2023-05-05 =
* Tested and updated WordPress compatibility with new version

= 1.0.3 2022-10-26 =
* Tested and updated WordPress compatibility with new version

Expand Down
4 changes: 2 additions & 2 deletions vaaky-highlighter.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Vaaky Highlighter
* Plugin URI: https://wordpress.org/plugin/vaaky-highlighter
* Description: Simple yet elegant syntax or code highlighter based on highlight.js. It allows you to add engaging snippet code blocks.
* Version: 1.0.2
* Version: 1.0.4
* Author: Raunak Gupta
* Author URI: https://www.webhat.in/
* License: GPL-2.0+
Expand Down Expand Up @@ -39,7 +39,7 @@
/**
* Current plugin version.
*/
define('VAAKY_HIGHLIGHTER_VERSION', '1.0.3');
define('VAAKY_HIGHLIGHTER_VERSION', '1.0.4');

/**
* The string used to uniquely identify this plugin.
Expand Down

0 comments on commit 5e41c2f

Please sign in to comment.