Update Markdown Table Editor to 11.2.0 - #1177
Open
krotname wants to merge 1 commit into
Open
Conversation
Points the x86, x64 and arm64 entries at the 11.2.0 release assets and their SHA-256 digests.
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.
Updates the Markdown Table Editor entries to 11.2.0.
Only
src/pl.x86.json,src/pl.x64.jsonandsrc/pl.arm64.jsonchange:version,idandrepositoryfor this one plugin. Nothing else is touched.Release: https://github.com/krotname/NppMarkdownTableEditor/releases/tag/v11.2.0
SHA-256 of the published Plugin Admin ZIPs:
4e9a8384709f20ba7fa5fa750da5f4a64dcd18fd0af053a6a3c527b33500879d7b6b859a552a04f291834b8d63516f00be4cafc9cd0d5f5ec6106c5a2770a6cea0d823d6834922057b52cdd7e1aab6b8ec06fe1d2e62ad8a52e18e5968c2bb27Validated locally with
python validator.py x86,python validator.py x64andpython validator.py arm64- all three pass. The x64 digest was additionally verified by downloading the published asset and hashing it.What is in 11.2.0: the plugin's table engine gains the two entry points its JetBrains and VS Code counterparts already had, so all three implementations now expose the same surface and are checked against one shared golden fixture. No user-visible behaviour changed.