Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2ba0821
Implement server-side rendering for Icons block for cleaner templates
tibiii Dec 4, 2025
544550c
Add function to retrieve and sanitize SVG icons from the library
tibiii Dec 4, 2025
2643678
Update version in WETU Map asset files
krugazul Dec 4, 2025
8ea9d0e
Implement server-side rendering for Icons block for cleaner templates
tibiii Dec 4, 2025
97f92d5
Refactor icon block styles for improved readability and performance
krugazul Dec 4, 2025
55350fe
Merge branch 'feature/795-patterns-registering-categorization' of htt…
krugazul Dec 4, 2025
6d66e04
Refactor icon block styles: Minify CSS for style-index and style-inde…
krugazul Dec 4, 2025
e0cd2bb
Add paragraph prefix block with inspector controls for prefix text an…
krugazul Dec 4, 2025
c15d72e
Update paragraph prefix block to register custom attributes for prefi…
krugazul Dec 4, 2025
814f8ec
Refactor paragraph content modification to use regex for improved per…
krugazul Dec 4, 2025
b2321b8
Enhance paragraph prefix block: Add conditional display for prefix co…
krugazul Dec 5, 2025
d39eaab
Update duration block: Enhance content display with bold prefix and m…
krugazul Dec 5, 2025
ea31933
Update duration and group size blocks: Enhance prefix text with trans…
krugazul Dec 5, 2025
5485363
Enhance travel styles block: Add bold prefix to styles display and up…
krugazul Dec 5, 2025
8ed2a00
Enhance single supplement block: Add bold prefix text for improved vi…
krugazul Dec 5, 2025
1ad8899
Enhance best time to visit block: Add bold prefix text and update con…
krugazul Dec 5, 2025
a28ff2b
Enhance departs from block: Add bold prefix text for departure locati…
krugazul Dec 5, 2025
2a55d13
Enhance ends in block: Add bold prefix text for end location and upda…
krugazul Dec 5, 2025
0382770
Update version in ends in block asset file for consistency
krugazul Dec 5, 2025
1a8a041
Enhance destination to tour block: Add bold prefix text for destinati…
krugazul Dec 5, 2025
b9d031c
Enhance booking validity block: Add bold prefix text for booking vali…
krugazul Dec 5, 2025
3a0d90f
Enhance price block: Add bold prefix text for starting price and upda…
krugazul Dec 5, 2025
ca031b1
Update block variations and layouts for tour operator blocks
krugazul Dec 5, 2025
d642425
Removing the sanitize key
krugazul Dec 5, 2025
513cd7c
Enhance accommodation type block: Update layout to flex and add prefi…
krugazul Dec 5, 2025
492db4d
Enhance check-in time block: Update content structure to include bold…
krugazul Dec 5, 2025
14d9d34
Enhance check-out time block: Update content structure to include bol…
krugazul Dec 5, 2025
e9371e4
Enhance destination-to-accommodation block: Update location display t…
krugazul Dec 5, 2025
47e11dc
Enhance facts country wrapper block: Update layout and add bold prefi…
krugazul Dec 5, 2025
19c5724
Enhance facts regions wrapper block: Add duration prefix with bold st…
krugazul Dec 5, 2025
a76bee5
Enhance minimum child age block: Add bold prefix for improved display…
krugazul Dec 5, 2025
b13b470
Enhance number of rooms block: Add bold prefix for unit display clarity
krugazul Dec 5, 2025
97c6353
Enhance rating block: Add bold prefix for rating display clarity
krugazul Dec 5, 2025
503e66c
Enhance special interests block: Add bold prefix for interests displa…
krugazul Dec 5, 2025
9a3d257
Enhance suggested visitor types block: Add bold prefix for improved d…
krugazul Dec 5, 2025
6dae2d3
Enhance spoken languages block: Add bold prefix for improved display …
krugazul Dec 5, 2025
321cb44
Sanitize icon name input for improved security
krugazul Dec 5, 2025
25dc779
Refactor icon name handling and update single supplement block to sup…
krugazul Dec 5, 2025
a31ff7e
Refactor rating block: Remove unnecessary group structure and adjust …
krugazul Dec 5, 2025
59688d7
Update WordPress dependencies: re-add @wordpress/blocks and add @word…
krugazul Dec 5, 2025
20b3f85
Refactor prefix attributes in blocks and related components
krugazul Dec 5, 2025
f8c6736
Update asset versions for multiple blocks and improve icon styles for…
krugazul Dec 5, 2025
da97126
Update block variations and layouts for spoken languages and suggeste…
krugazul Dec 5, 2025
ddef6e4
Enhance fast-facts meta display: Implement single-line display with b…
krugazul Dec 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/blocks/accommodation-type/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-i18n'), 'version' => '39fc9921cdac0b10d84f');
<?php return array('dependencies' => array('wp-i18n'), 'version' => '12e5184e269cac85c851');
2 changes: 1 addition & 1 deletion build/blocks/accommodation-type/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/blocks/best-time-to-visit/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-i18n'), 'version' => '038d1226112aaca9321e');
<?php return array('dependencies' => array('wp-i18n'), 'version' => '9ba000a8a02a2bb9a226');
2 changes: 1 addition & 1 deletion build/blocks/best-time-to-visit/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions build/blocks/booking-validity/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@
"iconType": "solid",
"iconName": "bookingValidityIcon"
}
],
[
"core/paragraph",
{
"content": "<strong>Booking validity:</strong>"
}
]
]
],
Expand All @@ -85,7 +79,7 @@
[
"core/paragraph",
{
"content": "December 1, 2024"
"content": "<strong>Booking validity:</strong> December 1, 2024"
}
],
[
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/booking-validity/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-i18n'), 'version' => '535ac097c52425b2d106');
<?php return array('dependencies' => array('wp-i18n'), 'version' => 'd986832a66261c3e5b2f');
2 changes: 1 addition & 1 deletion build/blocks/booking-validity/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions build/blocks/checkin-time/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,10 @@
"core/group",
{},
[
[
"core/heading",
{
"content": "Check In Time",
"level": 3
}
],
[
"core/paragraph",
{
"content": "11:00 AM"
"content": "<strong>Check In Time:</strong> 11:00 AM"
}
]
]
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/checkin-time/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-i18n'), 'version' => '4ae6653368718a4f0b91');
<?php return array('dependencies' => array('wp-i18n'), 'version' => 'e5a71257d8e6a82b1157');
Loading
Loading