Skip to content

Commit

Permalink
HTMLTag v1.5.1 (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdipardo authored Nov 19, 2024
1 parent 30200ed commit 8f6e906
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/pl.arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
{
"folder-name": "HTMLTag",
"display-name": "HTML Tag",
"version": "1.5.0.0",
"version": "1.5.1.0",
"npp-compatible-versions": "[8.3,]",
"id": "83d3b3de81a82e0b9ba8ec349c0f5e5a18db25f5810c0718c0b4edd34e38b2d5",
"repository": "https://bitbucket.org/rdipardo/htmltag/downloads/HTMLTag_v1.5.0_arm64.zip",
"id": "bc78aa6515a97e1e1f111a06c67329ed325d8c30607b7251a8a55d914137a258",
"repository": "https://bitbucket.org/rdipardo/htmltag/downloads/HTMLTag_v1.5.1_arm64.zip",
"description": "Provides three core functions:\r\n- HTML and XML tag jumping, like the built-in brace matching and selection\r\n of tags and/or contents.\r\n- HTML entity encoding/decoding (example: é to é)\r\n- JS character encoding/decoding (example: é to \\u00E9)",
"author": "Martijn Coppoolse",
"homepage": "https://bitbucket.org/rdipardo/htmltag"
Expand Down
6 changes: 3 additions & 3 deletions src/pl.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,11 +496,11 @@
{
"folder-name": "HTMLTag",
"display-name": "HTML Tag",
"version": "1.5.0.0",
"version": "1.5.1.0",
"npp-compatible-versions": "[8.3,]",
"old-versions-compatibility": "[,1.1][,8.2.1]",
"id": "657fa86c5eb7f76d41bc59012f335ee51aab31d5b9e672ea6c688eedb6601938",
"repository": "https://bitbucket.org/rdipardo/htmltag/downloads/HTMLTag_v1.5.0_x64.zip",
"id": "15eebaa7bac82a2571dd05c0590421c090e78f709f4360af7248385ca8672f7b",
"repository": "https://bitbucket.org/rdipardo/htmltag/downloads/HTMLTag_v1.5.1_x64.zip",
"description": "Provides three core functions:\r\n- HTML and XML tag jumping, like the built-in brace matching and selection\r\n of tags and/or contents.\r\n- HTML entity encoding/decoding (example: é to é)\r\n- JS character encoding/decoding (example: é to \\u00E9)",
"author": "Martijn Coppoolse",
"homepage": "https://bitbucket.org/rdipardo/htmltag/"
Expand Down
6 changes: 3 additions & 3 deletions src/pl.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,11 @@
{
"folder-name": "HTMLTag_unicode",
"display-name": "HTML Tag",
"version": "1.5.0.0",
"version": "1.5.1.0",
"npp-compatible-versions": "[7.7,]",
"old-versions-compatibility": "[,1.1][,7.6.6]",
"id": "685cad1eefca2a1fdfd675323f447f3ed0c8334948dae881c46f392455421620",
"repository": "https://bitbucket.org/rdipardo/htmltag/downloads/HTMLTag_v1.5.0.zip",
"id": "578b4bd4fd0e61893c1e5d03e042033593505df7e32fc1267b7f8fb36444004c",
"repository": "https://bitbucket.org/rdipardo/htmltag/downloads/HTMLTag_v1.5.1.zip",
"description": "Provides three core functions:\r\n- HTML and XML tag jumping, like the built-in brace matching and selection\r\n of tags and/or contents.\r\n- HTML entity encoding/decoding (example: é to é)\r\n- JS character encoding/decoding (example: é to \\u00E9)",
"author": "Martijn Coppoolse",
"homepage": "https://bitbucket.org/rdipardo/htmltag/"
Expand Down

0 comments on commit 8f6e906

Please sign in to comment.