From 5e41c2f2d5bf29c62061a48822434fd2c356129e Mon Sep 17 00:00:00 2001 From: Raunak Gupta Date: Fri, 5 May 2023 23:29:31 +0530 Subject: [PATCH] Tweak - update WP version. --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- readme.txt | 7 +++++-- vaaky-highlighter.php | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7927589..f880d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 , did you forget to load/include a language module?". diff --git a/package.json b/package.json index 6af4d97..1322912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaaky-blocks", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "main": "Admin/js/block.js", "scripts": { diff --git a/readme.txt b/readme.txt index 57d4347..c379d1d 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 diff --git a/vaaky-highlighter.php b/vaaky-highlighter.php index 126b76c..8452bc8 100644 --- a/vaaky-highlighter.php +++ b/vaaky-highlighter.php @@ -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+ @@ -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.