Skip to content

Commit 280195f

Browse files
Removed: Unused file
Added: Comments on dockblock Updated: Readme file
1 parent ea5c623 commit 280195f

4 files changed

Lines changed: 42 additions & 20 deletions

File tree

languages/comblock-html-it_IT.mo

152 Bytes
Binary file not shown.

languages/comblock-html-it_IT.po

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgstr ""
33
"Project-Id-Version: Comblock HTML UI\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2024-04-06 21:23+0000\n"
6-
"PO-Revision-Date: 2024-04-06 21:23+0000\n"
6+
"PO-Revision-Date: 2025-10-22 17:23+0000\n"
77
"Last-Translator: \n"
88
"Language-Team: Italiano\n"
99
"Language: it_IT\n"
@@ -12,7 +12,7 @@ msgstr ""
1212
"Content-Type: text/plain; charset=UTF-8\n"
1313
"Content-Transfer-Encoding: 8bit\n"
1414
"X-Generator: Loco https://localise.biz/\n"
15-
"X-Loco-Version: 2.6.7; wp-6.5\n"
15+
"X-Loco-Version: 2.8.0; wp-6.8.3; php-8.3.26\n"
1616
"X-Domain: comblock-html"
1717

1818
#. Name of the plugin
@@ -27,10 +27,17 @@ msgstr "https://github.com/rosario-fiorella/"
2727
msgid "https://github.com/rosario-fiorella/wordpress-comblock-html/"
2828
msgstr "https://github.com/rosario-fiorella/wordpress-comblock-html/"
2929

30+
#: includes/class-comblock-html-loader.php:82
31+
msgid "Invalid parameters provided for adding a hook."
32+
msgstr "Parametri non validi forniti per l'aggiunta di un hook."
33+
3034
#. Author of the plugin
3135
msgid "Rosario Fiorella"
3236
msgstr "Rosario Fiorella"
3337

3438
#. Description of the plugin
35-
msgid "WordPress plugin that provides a service class to generate html"
36-
msgstr "WordPress plugin that provides a service class to generate html"
39+
#| msgid "WordPress plugin that provides a service class to generate html"
40+
msgid "WordPress plugin that provides a service class to generate HTML."
41+
msgstr ""
42+
"Plugin di WordPress che fornisce una classe di servizio per generare codice "
43+
"HTML."

languages/comblock-html.pot

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ msgid ""
33
msgstr ""
44
"Project-Id-Version: Comblock HTML UI\n"
55
"Report-Msgid-Bugs-To: \n"
6-
"POT-Creation-Date: 2024-04-06 21:23+0000\n"
6+
"POT-Creation-Date: 2025-10-22 17:22+0000\n"
77
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
88
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
99
"Language-Team: \n"
@@ -13,7 +13,7 @@ msgstr ""
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
1515
"X-Generator: Loco https://localise.biz/\n"
16-
"X-Loco-Version: 2.6.7; wp-6.5\n"
16+
"X-Loco-Version: 2.8.0; wp-6.8.3; php-8.3.26\n"
1717
"X-Domain: comblock-html"
1818

1919
#. Name of the plugin
@@ -28,10 +28,14 @@ msgstr ""
2828
msgid "https://github.com/rosario-fiorella/wordpress-comblock-html/"
2929
msgstr ""
3030

31+
#: includes/class-comblock-html-loader.php:82
32+
msgid "Invalid parameters provided for adding a hook."
33+
msgstr ""
34+
3135
#. Author of the plugin
3236
msgid "Rosario Fiorella"
3337
msgstr ""
3438

3539
#. Description of the plugin
36-
msgid "WordPress plugin that provides a service class to generate html"
40+
msgid "WordPress plugin that provides a service class to generate HTML."
3741
msgstr ""

readme.txt

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,47 @@
22
Contributors: rosdeveloper
33
Tags: HTML builder, HTML UI, HTML user interface, SSR, Server Side Rendering
44
Requires at least: 6.0
5-
Tested up to: 6.5
6-
Requires PHP: 7.4
5+
Tested up to: 6.8
6+
Requires PHP: 8.1
77
Stable tag: 1.0.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

11-
WordPress plugin that provides a service class to generate html user interface and form.
11+
WordPress plugin that provides a service class to generate safe and controlled HTML user interfaces and forms.
1212

1313
== Description ==
1414

15-
Use the html builder to create page templates in your theme or implement admin pages in your plugins.
15+
Comblock HTML is a plugin that allows you to build HTML page templates for your theme or create admin pages within your plugins using a simple and safe HTML builder.
1616

17-
Internally it uses the DOMDocument class to generate the HTML code, improving the validation of the tags to be generated
17+
The plugin internally uses the PHP DOMDocument class to generate and validate the HTML code during compilation, ensuring safer and cleaner markup.
18+
19+
Key features include:
20+
- Safe handling and escaping of HTML content
21+
- Helper functions for fast creation of common HTML tags
22+
- Support for HTML attributes with fluent syntax
23+
- Minified output for optimal performance
1824

1925
== Installation ==
2026

21-
This section describes how to install the plugin and get it working.
27+
1. Upload the `comblock-html` folder to the `/wp-content/plugins/` directory.
28+
2. Activate the plugin through the 'Plugins' menu in WordPress.
29+
30+
== Frequently Asked Questions ==
2231

23-
e.g.
32+
= How do I use the plugin? =
2433

25-
1. Upload `comblock-html` folder to the `/wp-content/plugins/` directory
26-
1. Activate the plugin through the 'Plugins' menu in WordPress
34+
You can use the HTML builder to add tags, nest elements, and set attributes in a programmatic way.
35+
For detailed usage examples and the full guide, visit the project on GitHub:
2736

28-
== Frequently Asked Questions ==
37+
https://github.com/rosario-fiorella/wordpress-comblock-html/
2938

30-
= How to use? =
39+
= What PHP and WordPress versions are supported? =
3140

32-
See my guide on github https://github.com/rosario-fiorella/wordpress-comblock-html/
41+
Requires PHP 7.4 or higher and WordPress 6.0 or higher. Tested up to WordPress 6.5.
3342

3443
== Changelog ==
3544

3645
= 1.0.0 =
37-
First stable release
46+
* First stable release with core HTML builder functionality using DOMDocument
47+
* Support for nested tags and attribute helpers
48+
* Minified and safe HTML output

0 commit comments

Comments
 (0)