♻️ (wp) Improve wp escape attr
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@typebot.io/wordpress",
|
||||
"version": "3.6.1",
|
||||
"version": "4.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/baptisteArno/typebot.io",
|
||||
"author": "baptisteArno",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"deploy": "pnpm copy && pnpm commit",
|
||||
"copy": "svn copy ./trunk ./tags/3.6.1",
|
||||
"commit": "svn ci -m 'Fix XSS vulnerability with shortcode attributes'"
|
||||
"copy": "svn copy ./trunk ./tags/4.0.0",
|
||||
"commit": "svn ci -m 'Use embed v0.3 by default'"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user