-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
87 lines (58 loc) · 3.1 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
=== Quicktags for WP ===
Contributors: brtak
Donate link: https://paypal.me/DavidKlhufek
Tags: quicktags, html editor, edit, classic editor
Tested up to: 6.7.1
Stable tag: 1.4.4
Requires Plugins: classic-editor
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This simple plugin adds useful buttons to the native WordPress HTML editor.
== Description ==
This simple plugin adds useful buttons to the native WordPress HTML editor (Classic Editor).
Currently adds:
h1, h2, h3, h4, h5, span, hr, nbsp, mox
The "mox" button adds a nice responsive CSS class which you can use to highlight pictures or other elements in your posts.
**Note:** This plugin works only with the Classic Editor. It does not support the new Gutenberg (Block Editor).
== Compatibility ==
- Requires the Classic Editor to be active.
- Designed specifically for the **HTML mode** of the editor.
== Installation ==
1. Unzip into your `/wp-content/plugins/` directory. If you're uploading it, make sure to upload the top-level folder. Don't just upload all the PHP files and put them in `/wp-content/plugins/`.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Ensure the Classic Editor is active if you want to use the enhanced Quicktags buttons.
== Frequently Asked Questions ==
**Does this plugin work with Gutenberg (Block Editor)?**
No, this plugin is designed specifically for the Classic Editor. If you are using Gutenberg, the plugin's functionality will not be available.
**What does the "mox" button do?**
The "mox" button adds a `<div>` with a responsive CSS class that can be styled to highlight images or other elements in your posts.
== Screenshots ==
1. screenshot-1.png
== Changelog ==
= 1.4.4 =
- Added dependency check for the Classic Editor plugin, ensuring it is active and displaying a warning if not.
- Updated the plugin code to include Text Domain for translation support.
= 1.4.3 =
- Updated code to comply with WordPress Coding Standards using PHPCS.
= 1.4.2 =
- Fixed header placement and added PayPal donate link.
= 1.4.1 =
- Removed the "b" button as it was redundant in newer versions of the Classic Editor where this functionality is already included by default.
- Added the "span" button before the "hr" button.
= 1.4 =
- Complete rewrite of the plugin according to new guidelines.
- Changed the plugin name to "Quicktags for WP".
- Prevented direct file access by adding security checks to all PHP files.
- Updated function names to use a unique prefix `wpqt_` to avoid conflicts with other plugins.
- Improved code readability and maintainability by standardizing naming conventions.
- Resolved potential conflicts with other plugins by ensuring all function names, classes, and options are unique.
= 1.3 =
- Updated readme.txt, fixed small typo errors
= 1.2 =
- Updated readme.txt, fixed small typo errors
= 1.1 =
- Updated screenshots, fixed Uncaught ReferenceError: QTags is not defined
= 1.0 =
- Public release
== Upgrade Notice ==
No need to update, it's a stable version.