You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated Version Number
The version number has been updated in a file called view.asset.php. This is useful for keeping track of changes and updates.
Modified Data Extraction Methods
The method used to fetch data in view.js has been altered. It now uses a more effective approach (element.ref.textContent) to send block data, improving efficiency and reliability.
Enhanced Image Versioning
In leaflet_css-rtl.css, the background image URLs now include hash identifiers. This ensures that different versions of images are distinct, reducing the risk of using outdated images.
Added Functionality for Dynamic Block Content
A new method named generate_rsvp_template_block has been created in class-rsvp-template.php. The addition of this feature makes it possible to create dynamic block contents based on event responses, adding flexibility and responsiveness.
Adjusted Block Rendering Logic
The logic for rendering blocks within class-rsvp-template.php has been adjusted to improve its performance and visual output.
Refined Block Registration Process
The custom settings in class-block.php for block registration have been removed while retaining the registration call. This streamlines the block registration process, making it more straightforward and efficient.
Improved Validation for Block Data
A validation callback for block_data has been introduced in class-event-rest-api.php. This ensures the data is validated properly, enhancing the overall data integrity.
Introduced New Validating Method
A new method, validate_block_data, has been added to class-validate.php. It helps evaluate the structure and validity of block data received in the form of JSON, bolstering the data validation process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the Change
Closes #
How to test the Change
Changelog Entry
Credits
Props @username, @username2, ...
Checklist: