Skip to content

Commit ae986a3

Browse files
committed
Updated plugin to version 1.4.5
1 parent 196c1d0 commit ae986a3

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

quicktags-for-wp.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
22
/**
33
Plugin Name: Quicktags for WP
4-
Version: 1.4.4
4+
Version: 1.4.5
55
Description: This simple plugin adds useful buttons to the native WordPress HTML editor.
66
Author: phirebase
77
Author URI: https://phirebase.com/
8+
Requires Plugins: classic-editor
89
License: GPLv2 or later
910
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1011
Text Domain: wp-quicktags

readme.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Contributors: brtak
44
Donate link: <https://paypal.me/DavidKlhufek>
55
Tags: quicktags, html editor, edit, classic editor
66
Tested up to: 6.7.1
7-
Stable tag: 1.4.4
8-
Requires Plugins: classic-editor
7+
Stable tag: 1.4.5
98
License: GPLv2 or later
109
License URI: <http://www.gnu.org/licenses/gpl-2.0.html>
1110

@@ -49,6 +48,10 @@ The "mox" button adds a `<div>` with a responsive CSS class that can be styled t
4948

5049
== Changelog ==
5150

51+
= 1.4.5 =
52+
53+
- Moved the `Requires Plugins: classic-editor` declaration from `readme.txt` to the main PHP file to properly enforce plugin dependencies.
54+
5255
= 1.4.4 =
5356

5457
- Added dependency check for the Classic Editor plugin, ensuring it is active and displaying a warning if not.

readme.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Contributors: brtak
33
Donate link: https://paypal.me/DavidKlhufek
44
Tags: quicktags, html editor, edit, classic editor
55
Tested up to: 6.7.1
6-
Stable tag: 1.4.4
7-
Requires Plugins: classic-editor
6+
Stable tag: 1.4.5
87
License: GPLv2 or later
98
License URI: http://www.gnu.org/licenses/gpl-2.0.html
109

@@ -48,6 +47,9 @@ The "mox" button adds a `<div>` with a responsive CSS class that can be styled t
4847

4948
== Changelog ==
5049

50+
= 1.4.5 =
51+
- Moved the `Requires Plugins: classic-editor` declaration from `readme.txt` to the main PHP file to properly enforce plugin dependencies.
52+
5153
= 1.4.4 =
5254
- Added dependency check for the Classic Editor plugin, ensuring it is active and displaying a warning if not.
5355
- Updated the plugin code to include Text Domain for translation support.

0 commit comments

Comments
 (0)