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
Version Number Updates in Asset Files
We updated the version numbers for both blocks and assets. This means our Event Date Block, Online Event Block, Venue Block, and Panels Asset have all been upgraded to their respective latest versions.
Import Statement Modifications
We refined the import statements in the scripts that edit our blocks - 'Event Date', 'Online Event', and 'Venue'. Specifically, we replaced the isSinglePostInEditor with isGatherPressPostType.
Logic Changes in Edit Components
By using the new isGatherPressPostType method, the system will now decide what to show in the InspectorControls based on the type of GatherPress post. This promotes more efficient and accurate rendering.
Minor Update in DateTimeRange.js
We made a small adjustment in 'DateTimeRange.js' to ensure safe access to 'gatherpress_datetime'. This even further optimizes the performance of our system.
Function Documentation Revision in globals.js
The documentation in 'globals.js' was modified to reflect all these changes, ensuring that it provides clear and up-to-date information about our post type checks specific to GatherPress.
⚠️ Note: The preview sites are created using WordPress Playground. You can add content, edit settings, and test the themes as you would on a real site, but please note that changes are not saved between sessions.
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: