Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e01c49f
Add quotation icon for reviews
tibiii Dec 11, 2025
d229a72
Add new pattern for review cards
tibiii Dec 11, 2025
0058dfe
Make sure template-parts are registered for the current theme
tibiii Dec 11, 2025
a486969
Use wp variable names for colors
tibiii Dec 11, 2025
77a0935
Fix sticky menu colors
tibiii Dec 11, 2025
593b711
Add sticky behaviour to sticky menu
tibiii Dec 11, 2025
926b4bd
Refactor single tour template with patterns and template parts
tibiii Dec 11, 2025
9f058ac
Remove border-radius from card images
tibiii Dec 11, 2025
3ae296e
Remove section wrapper from travel-information, keep just the content…
tibiii Dec 12, 2025
d9d775a
Refactor single destination template with patterns and template parts
tibiii Dec 12, 2025
36ac4ac
Remove fallback values, they were breaking the editor rendering
tibiii Dec 12, 2025
dc89f20
Don't hide itinerary and units field if they exist
tibiii Dec 12, 2025
a2be1d1
Show placeholder image if not featured image is set
tibiii Dec 12, 2025
709ff20
Update placeholder path
tibiii Dec 12, 2025
7317a5b
Hide travel information section when no card is visible
tibiii Dec 12, 2025
412d6b3
Fix spacings in single destination, refactor country and region singles
tibiii Dec 12, 2025
5758c0b
Refactor single accommodation template with patterns and template parts
tibiii Dec 12, 2025
a846381
Show price info only when price set and different than 0
tibiii Dec 12, 2025
526f2f4
Add better defaults, fix variables
tibiii Dec 12, 2025
c15ad62
Refactor archive templates with patterns and template parts
tibiii Dec 12, 2025
4224e33
Remove sticky header, use defaults
tibiii Dec 12, 2025
82bd60e
Remove queryIDs and local paths
tibiii Dec 15, 2025
a121c98
Remove the search page template as it was not working
tibiii Dec 15, 2025
64601f6
Update changelog
tibiii Dec 15, 2025
f8e0ed5
Remove debug logging from template parts registration and creation
tibiii Dec 15, 2025
9b09110
Remove registration of deleted template
tibiii Dec 15, 2025
c3f9422
Implement coderabbit feedback
tibiii Dec 15, 2025
94be508
Update changelog
tibiii Dec 15, 2025
2d53050
Minor fixes
tibiii Dec 15, 2025
34bbe0d
Fix caret's position on expand
tibiii Dec 15, 2025
70fbe4d
Add missing wrapper classes, fix html tag
tibiii Dec 15, 2025
53c6924
Remove trailing space and duplicate css class
tibiii Dec 15, 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/icons/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '727a3fe22556bd2d666b');
<?php return array('dependencies' => array('react', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'd9fe694a87a741e153ac');
2 changes: 1 addition & 1 deletion build/blocks/icons/index.js

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions build/blocks/sticky-menu/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,30 @@
"menuItems": {
"type": "array",
"default": []
},
"activeBackgroundColor": {
"type": "string"
},
"customActiveBackgroundColor": {
"type": "string"
},
"activeTextColor": {
"type": "string"
},
"customActiveTextColor": {
"type": "string"
},
"hoverBackgroundColor": {
"type": "string"
},
"customHoverBackgroundColor": {
"type": "string"
},
"hoverTextColor": {
"type": "string"
},
"customHoverTextColor": {
"type": "string"
}
},
"textdomain": "tour-operator",
Expand Down
2 changes: 1 addition & 1 deletion build/blocks/sticky-menu/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '885677a62f42945e8b69');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '13d96dfe8887ae4aa73f');
2 changes: 1 addition & 1 deletion build/blocks/sticky-menu/index.js

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

Loading
Loading