Conversation
Greptile SummaryThis PR raises the plugin's tested WordPress version to 7.1 and prepares release 0.9.4 by synchronizing the Composer, npm, WordPress plugin, stable-tag, and widget-comment version declarations.
Confidence Score: 5/5The PR appears safe to merge, with only a non-blocking npm lockfile metadata inconsistency to correct. The runtime plugin and Composer-based release artifact consistently use version 0.9.4, but package-lock.json still identifies the root npm package as 0.9.3. Files Needing Attention: package.json, package-lock.json
|
| Filename | Overview |
|---|---|
| composer.json | Advances the Composer project version to 0.9.4, which the release workflow uses for artifact naming. |
| package.json | Advances the npm package version to 0.9.4 without synchronizing the corresponding root metadata in package-lock.json. |
| tawkto/readme.txt | Declares WordPress 7.1 compatibility and changes the stable release tag to 0.9.4. |
| tawkto/tawkto.php | Advances the WordPress plugin header version to 0.9.4. |
| tawkto/templates/widget.php | Updates informational widget script comments to identify version 0.9.4. |
Reviews (2): Last reviewed commit: "chore: Bump versions to 0.9.4" | Re-trigger Greptile
| { | ||
| "name": "tawk-wordpress", | ||
| "version": "0.9.3", | ||
| "version": "0.9.4", |
There was a problem hiding this comment.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Whats new
Bump the version from 6.9 to 7.1. Run the Full test suite and pin 7.1 wordpress image to test it properly 100% in latest version of wordpress.