From 1321a05afb0b71f52d348a369d146928da4755cf Mon Sep 17 00:00:00 2001 From: Raunak Gupta Date: Mon, 1 Jan 2024 13:01:57 +0530 Subject: [PATCH] Dev - updated plugin version. --- CHANGELOG.md | 5 +++++ package.json | 2 +- readme.txt | 27 ++++++--------------------- vaaky-highlighter.php | 4 ++-- 4 files changed, 14 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b1aa7..038f0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Vaaky Highlighter - Changelog +### 1.0.6 → 2024-01-01 + +- Fix - declare $settingOptionGroup in Settings.php to silence deprecated message [6457d69](https://github.com/finallyRaunak/vaaky-highlighter/commit/6457d698f091e2c8cbdf76896004875a561f988c) +- Tested and updated WordPress compatibility with new version + ### 1.0.5 → 2023-09-09 - Fix - Notice: Trying to access array offset on value of type bool diff --git a/package.json b/package.json index a66fd3b..5f661d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaaky-blocks", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "main": "Admin/js/block.js", "scripts": { diff --git a/readme.txt b/readme.txt index c39bb35..1e85564 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.3.1 +Tested up to: 6.4.2 Requires PHP: 5.6 -Stable tag: 1.0.5 +Stable tag: 1.0.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -125,6 +125,10 @@ If you know the abbreviation of the language then you can provide in `lang` attr == Changelog == += 1.0.6 2024-01-01 = +* Fix - declare $settingOptionGroup in Settings.php to silence deprecated message [6457d69](https://github.com/finallyRaunak/vaaky-highlighter/commit/6457d698f091e2c8cbdf76896004875a561f988c) +* Tested and updated WordPress compatibility with new version + = 1.0.5 2023-09-09 = * Fix - Notice: Trying to access array offset on value of type bool * Tested and updated WordPress compatibility with new version @@ -132,25 +136,6 @@ If you know the abbreviation of the language then you can provide in `lang` attr = 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?". -* Fix - False warning of unescaped HTML code blocks. -* Feature - Added support for YAML/YML. -* Dev - Added demo link from where user can check all the supported theme & their look and feel. -* Fix - cmd typo with dos in ./Admin/js/gutenberg.js. -* Fix - Fatal error which was occurring in specific version of PHP. - -= 1.0.0 2021-10-05 = -* First public release -* Includes Highlight.js 11.2.0 - [See the changelog for all versions](https://github.com/finallyRaunak/vaaky-highlighter/blob/main/CHANGELOG.md). == Upgrade Notice == diff --git a/vaaky-highlighter.php b/vaaky-highlighter.php index 68a0609..f775db5 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.5 + * Version: 1.0.6 * Author: Raunak Gupta * Author URI: https://www.webhat.in/ * License: GPL-2.0+ @@ -38,7 +38,7 @@ /** * Current plugin version. */ -define('VAAKY_HIGHLIGHTER_VERSION', '1.0.5'); +define('VAAKY_HIGHLIGHTER_VERSION', '1.0.6'); /** * The string used to uniquely identify this plugin.