Changeset 3066625
- Timestamp:
- 04/08/2024 07:26:31 AM (2 years ago)
- Location:
- wp-codemirror-block
- Files:
-
- 597 added
- 7 edited
-
tags/2.0.2 (added)
-
tags/2.0.2/CHANGELOG.txt (added)
-
tags/2.0.2/build (added)
-
tags/2.0.2/build/autoload.asset.php (added)
-
tags/2.0.2/build/autoload.js (added)
-
tags/2.0.2/build/block.json (added)
-
tags/2.0.2/build/index.asset.php (added)
-
tags/2.0.2/build/index.css (added)
-
tags/2.0.2/build/index.js (added)
-
tags/2.0.2/build/style-index.css (added)
-
tags/2.0.2/build/view.asset.php (added)
-
tags/2.0.2/build/view.js (added)
-
tags/2.0.2/includes (added)
-
tags/2.0.2/includes/class-codemirror-blocks.php (added)
-
tags/2.0.2/includes/class-settings.php (added)
-
tags/2.0.2/index.php (added)
-
tags/2.0.2/package.json (added)
-
tags/2.0.2/readme.md (added)
-
tags/2.0.2/readme.txt (added)
-
tags/2.0.2/tinymce (added)
-
tags/2.0.2/tinymce/class-tinymce.php (added)
-
tags/2.0.2/tinymce/css (added)
-
tags/2.0.2/tinymce/css/style-editor.css (added)
-
tags/2.0.2/tinymce/css/style-editor.min.css (added)
-
tags/2.0.2/tinymce/js (added)
-
tags/2.0.2/tinymce/js/code-block-setting.png (added)
-
tags/2.0.2/tinymce/js/code-block.png (added)
-
tags/2.0.2/tinymce/js/tinymce-plugin.js (added)
-
tags/2.0.2/tinymce/js/tinymce-plugin.min.js (added)
-
tags/2.0.2/vendor (added)
-
tags/2.0.2/vendor/codemirror (added)
-
tags/2.0.2/vendor/codemirror/.editorconfig (added)
-
tags/2.0.2/vendor/codemirror/.gitattributes (added)
-
tags/2.0.2/vendor/codemirror/.npmignore (added)
-
tags/2.0.2/vendor/codemirror/.travis.yml (added)
-
tags/2.0.2/vendor/codemirror/AUTHORS (added)
-
tags/2.0.2/vendor/codemirror/CHANGELOG.md (added)
-
tags/2.0.2/vendor/codemirror/CONTRIBUTING.md (added)
-
tags/2.0.2/vendor/codemirror/LICENSE (added)
-
tags/2.0.2/vendor/codemirror/README.md (added)
-
tags/2.0.2/vendor/codemirror/addon (added)
-
tags/2.0.2/vendor/codemirror/addon/comment (added)
-
tags/2.0.2/vendor/codemirror/addon/comment/comment.js (added)
-
tags/2.0.2/vendor/codemirror/addon/comment/continuecomment.js (added)
-
tags/2.0.2/vendor/codemirror/addon/dialog (added)
-
tags/2.0.2/vendor/codemirror/addon/dialog/dialog.css (added)
-
tags/2.0.2/vendor/codemirror/addon/dialog/dialog.js (added)
-
tags/2.0.2/vendor/codemirror/addon/display (added)
-
tags/2.0.2/vendor/codemirror/addon/display/autorefresh.js (added)
-
tags/2.0.2/vendor/codemirror/addon/display/fullscreen.css (added)
-
tags/2.0.2/vendor/codemirror/addon/display/fullscreen.js (added)
-
tags/2.0.2/vendor/codemirror/addon/display/panel.js (added)
-
tags/2.0.2/vendor/codemirror/addon/display/placeholder.js (added)
-
tags/2.0.2/vendor/codemirror/addon/display/rulers.js (added)
-
tags/2.0.2/vendor/codemirror/addon/edit (added)
-
tags/2.0.2/vendor/codemirror/addon/edit/closebrackets.js (added)
-
tags/2.0.2/vendor/codemirror/addon/edit/closetag.js (added)
-
tags/2.0.2/vendor/codemirror/addon/edit/continuelist.js (added)
-
tags/2.0.2/vendor/codemirror/addon/edit/matchbrackets.js (added)
-
tags/2.0.2/vendor/codemirror/addon/edit/matchtags.js (added)
-
tags/2.0.2/vendor/codemirror/addon/edit/trailingspace.js (added)
-
tags/2.0.2/vendor/codemirror/addon/fold (added)
-
tags/2.0.2/vendor/codemirror/addon/fold/brace-fold.js (added)
-
tags/2.0.2/vendor/codemirror/addon/fold/comment-fold.js (added)
-
tags/2.0.2/vendor/codemirror/addon/fold/foldcode.js (added)
-
tags/2.0.2/vendor/codemirror/addon/fold/foldgutter.css (added)
-
tags/2.0.2/vendor/codemirror/addon/fold/foldgutter.js (added)
-
tags/2.0.2/vendor/codemirror/addon/fold/indent-fold.js (added)
-
tags/2.0.2/vendor/codemirror/addon/fold/markdown-fold.js (added)
-
tags/2.0.2/vendor/codemirror/addon/fold/xml-fold.js (added)
-
tags/2.0.2/vendor/codemirror/addon/hint (added)
-
tags/2.0.2/vendor/codemirror/addon/hint/anyword-hint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/hint/css-hint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/hint/html-hint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/hint/javascript-hint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/hint/show-hint.css (added)
-
tags/2.0.2/vendor/codemirror/addon/hint/show-hint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/hint/sql-hint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/hint/xml-hint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/lint (added)
-
tags/2.0.2/vendor/codemirror/addon/lint/coffeescript-lint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/lint/css-lint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/lint/html-lint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/lint/javascript-lint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/lint/json-lint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/lint/lint.css (added)
-
tags/2.0.2/vendor/codemirror/addon/lint/lint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/lint/yaml-lint.js (added)
-
tags/2.0.2/vendor/codemirror/addon/merge (added)
-
tags/2.0.2/vendor/codemirror/addon/merge/merge.css (added)
-
tags/2.0.2/vendor/codemirror/addon/merge/merge.js (added)
-
tags/2.0.2/vendor/codemirror/addon/mode (added)
-
tags/2.0.2/vendor/codemirror/addon/mode/loadmode.js (added)
-
tags/2.0.2/vendor/codemirror/addon/mode/multiplex.js (added)
-
tags/2.0.2/vendor/codemirror/addon/mode/multiplex_test.js (added)
-
tags/2.0.2/vendor/codemirror/addon/mode/overlay.js (added)
-
tags/2.0.2/vendor/codemirror/addon/mode/simple.js (added)
-
tags/2.0.2/vendor/codemirror/addon/runmode (added)
-
tags/2.0.2/vendor/codemirror/addon/runmode/colorize.js (added)
-
tags/2.0.2/vendor/codemirror/addon/runmode/runmode-standalone.js (added)
-
tags/2.0.2/vendor/codemirror/addon/runmode/runmode.js (added)
-
tags/2.0.2/vendor/codemirror/addon/runmode/runmode.node.js (added)
-
tags/2.0.2/vendor/codemirror/addon/scroll (added)
-
tags/2.0.2/vendor/codemirror/addon/scroll/annotatescrollbar.js (added)
-
tags/2.0.2/vendor/codemirror/addon/scroll/scrollpastend.js (added)
-
tags/2.0.2/vendor/codemirror/addon/scroll/simplescrollbars.css (added)
-
tags/2.0.2/vendor/codemirror/addon/scroll/simplescrollbars.js (added)
-
tags/2.0.2/vendor/codemirror/addon/search (added)
-
tags/2.0.2/vendor/codemirror/addon/search/jump-to-line.js (added)
-
tags/2.0.2/vendor/codemirror/addon/search/match-highlighter.js (added)
-
tags/2.0.2/vendor/codemirror/addon/search/matchesonscrollbar.css (added)
-
tags/2.0.2/vendor/codemirror/addon/search/matchesonscrollbar.js (added)
-
tags/2.0.2/vendor/codemirror/addon/search/search.js (added)
-
tags/2.0.2/vendor/codemirror/addon/search/searchcursor.js (added)
-
tags/2.0.2/vendor/codemirror/addon/selection (added)
-
tags/2.0.2/vendor/codemirror/addon/selection/active-line.js (added)
-
tags/2.0.2/vendor/codemirror/addon/selection/mark-selection.js (added)
-
tags/2.0.2/vendor/codemirror/addon/selection/selection-pointer.js (added)
-
tags/2.0.2/vendor/codemirror/addon/tern (added)
-
tags/2.0.2/vendor/codemirror/addon/tern/tern.css (added)
-
tags/2.0.2/vendor/codemirror/addon/tern/tern.js (added)
-
tags/2.0.2/vendor/codemirror/addon/tern/worker.js (added)
-
tags/2.0.2/vendor/codemirror/addon/wrap (added)
-
tags/2.0.2/vendor/codemirror/addon/wrap/hardwrap.js (added)
-
tags/2.0.2/vendor/codemirror/index.html (added)
-
tags/2.0.2/vendor/codemirror/lib (added)
-
tags/2.0.2/vendor/codemirror/lib/codemirror.css (added)
-
tags/2.0.2/vendor/codemirror/lib/codemirror.js (added)
-
tags/2.0.2/vendor/codemirror/lib/codemirror.min.css (added)
-
tags/2.0.2/vendor/codemirror/lib/codemirror.min.js (added)
-
tags/2.0.2/vendor/codemirror/mode (added)
-
tags/2.0.2/vendor/codemirror/mode/apl (added)
-
tags/2.0.2/vendor/codemirror/mode/apl/apl.js (added)
-
tags/2.0.2/vendor/codemirror/mode/apl/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/asciiarmor (added)
-
tags/2.0.2/vendor/codemirror/mode/asciiarmor/asciiarmor.js (added)
-
tags/2.0.2/vendor/codemirror/mode/asciiarmor/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/asn.1 (added)
-
tags/2.0.2/vendor/codemirror/mode/asn.1/asn.1.js (added)
-
tags/2.0.2/vendor/codemirror/mode/asn.1/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/asterisk (added)
-
tags/2.0.2/vendor/codemirror/mode/asterisk/asterisk.js (added)
-
tags/2.0.2/vendor/codemirror/mode/asterisk/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/brainfuck (added)
-
tags/2.0.2/vendor/codemirror/mode/brainfuck/brainfuck.js (added)
-
tags/2.0.2/vendor/codemirror/mode/brainfuck/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/clike (added)
-
tags/2.0.2/vendor/codemirror/mode/clike/clike.js (added)
-
tags/2.0.2/vendor/codemirror/mode/clike/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/clike/scala.html (added)
-
tags/2.0.2/vendor/codemirror/mode/clike/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/clojure (added)
-
tags/2.0.2/vendor/codemirror/mode/clojure/clojure.js (added)
-
tags/2.0.2/vendor/codemirror/mode/clojure/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/clojure/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/cmake (added)
-
tags/2.0.2/vendor/codemirror/mode/cmake/cmake.js (added)
-
tags/2.0.2/vendor/codemirror/mode/cmake/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/cobol (added)
-
tags/2.0.2/vendor/codemirror/mode/cobol/cobol.js (added)
-
tags/2.0.2/vendor/codemirror/mode/cobol/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/coffeescript (added)
-
tags/2.0.2/vendor/codemirror/mode/coffeescript/coffeescript.js (added)
-
tags/2.0.2/vendor/codemirror/mode/coffeescript/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/commonlisp (added)
-
tags/2.0.2/vendor/codemirror/mode/commonlisp/commonlisp.js (added)
-
tags/2.0.2/vendor/codemirror/mode/commonlisp/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/crystal (added)
-
tags/2.0.2/vendor/codemirror/mode/crystal/crystal.js (added)
-
tags/2.0.2/vendor/codemirror/mode/crystal/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/css (added)
-
tags/2.0.2/vendor/codemirror/mode/css/css.js (added)
-
tags/2.0.2/vendor/codemirror/mode/css/gss.html (added)
-
tags/2.0.2/vendor/codemirror/mode/css/gss_test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/css/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/css/less.html (added)
-
tags/2.0.2/vendor/codemirror/mode/css/less_test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/css/scss.html (added)
-
tags/2.0.2/vendor/codemirror/mode/css/scss_test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/css/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/cypher (added)
-
tags/2.0.2/vendor/codemirror/mode/cypher/cypher.js (added)
-
tags/2.0.2/vendor/codemirror/mode/cypher/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/cypher/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/d (added)
-
tags/2.0.2/vendor/codemirror/mode/d/d.js (added)
-
tags/2.0.2/vendor/codemirror/mode/d/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/d/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/dart (added)
-
tags/2.0.2/vendor/codemirror/mode/dart/dart.js (added)
-
tags/2.0.2/vendor/codemirror/mode/dart/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/diff (added)
-
tags/2.0.2/vendor/codemirror/mode/diff/diff.js (added)
-
tags/2.0.2/vendor/codemirror/mode/diff/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/django (added)
-
tags/2.0.2/vendor/codemirror/mode/django/django.js (added)
-
tags/2.0.2/vendor/codemirror/mode/django/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/dockerfile (added)
-
tags/2.0.2/vendor/codemirror/mode/dockerfile/dockerfile.js (added)
-
tags/2.0.2/vendor/codemirror/mode/dockerfile/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/dockerfile/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/dtd (added)
-
tags/2.0.2/vendor/codemirror/mode/dtd/dtd.js (added)
-
tags/2.0.2/vendor/codemirror/mode/dtd/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/dylan (added)
-
tags/2.0.2/vendor/codemirror/mode/dylan/dylan.js (added)
-
tags/2.0.2/vendor/codemirror/mode/dylan/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/dylan/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/ebnf (added)
-
tags/2.0.2/vendor/codemirror/mode/ebnf/ebnf.js (added)
-
tags/2.0.2/vendor/codemirror/mode/ebnf/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/ecl (added)
-
tags/2.0.2/vendor/codemirror/mode/ecl/ecl.js (added)
-
tags/2.0.2/vendor/codemirror/mode/ecl/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/eiffel (added)
-
tags/2.0.2/vendor/codemirror/mode/eiffel/eiffel.js (added)
-
tags/2.0.2/vendor/codemirror/mode/eiffel/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/elm (added)
-
tags/2.0.2/vendor/codemirror/mode/elm/elm.js (added)
-
tags/2.0.2/vendor/codemirror/mode/elm/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/erlang (added)
-
tags/2.0.2/vendor/codemirror/mode/erlang/erlang.js (added)
-
tags/2.0.2/vendor/codemirror/mode/erlang/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/factor (added)
-
tags/2.0.2/vendor/codemirror/mode/factor/factor.js (added)
-
tags/2.0.2/vendor/codemirror/mode/factor/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/fcl (added)
-
tags/2.0.2/vendor/codemirror/mode/fcl/fcl.js (added)
-
tags/2.0.2/vendor/codemirror/mode/fcl/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/forth (added)
-
tags/2.0.2/vendor/codemirror/mode/forth/forth.js (added)
-
tags/2.0.2/vendor/codemirror/mode/forth/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/fortran (added)
-
tags/2.0.2/vendor/codemirror/mode/fortran/fortran.js (added)
-
tags/2.0.2/vendor/codemirror/mode/fortran/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/gas (added)
-
tags/2.0.2/vendor/codemirror/mode/gas/gas.js (added)
-
tags/2.0.2/vendor/codemirror/mode/gas/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/gfm (added)
-
tags/2.0.2/vendor/codemirror/mode/gfm/gfm.js (added)
-
tags/2.0.2/vendor/codemirror/mode/gfm/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/gfm/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/gherkin (added)
-
tags/2.0.2/vendor/codemirror/mode/gherkin/gherkin.js (added)
-
tags/2.0.2/vendor/codemirror/mode/gherkin/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/go (added)
-
tags/2.0.2/vendor/codemirror/mode/go/go.js (added)
-
tags/2.0.2/vendor/codemirror/mode/go/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/groovy (added)
-
tags/2.0.2/vendor/codemirror/mode/groovy/groovy.js (added)
-
tags/2.0.2/vendor/codemirror/mode/groovy/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/haml (added)
-
tags/2.0.2/vendor/codemirror/mode/haml/haml.js (added)
-
tags/2.0.2/vendor/codemirror/mode/haml/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/haml/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/handlebars (added)
-
tags/2.0.2/vendor/codemirror/mode/handlebars/handlebars.js (added)
-
tags/2.0.2/vendor/codemirror/mode/handlebars/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/haskell (added)
-
tags/2.0.2/vendor/codemirror/mode/haskell-literate (added)
-
tags/2.0.2/vendor/codemirror/mode/haskell-literate/haskell-literate.js (added)
-
tags/2.0.2/vendor/codemirror/mode/haskell-literate/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/haskell/haskell.js (added)
-
tags/2.0.2/vendor/codemirror/mode/haskell/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/haxe (added)
-
tags/2.0.2/vendor/codemirror/mode/haxe/haxe.js (added)
-
tags/2.0.2/vendor/codemirror/mode/haxe/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/htmlembedded (added)
-
tags/2.0.2/vendor/codemirror/mode/htmlembedded/htmlembedded.js (added)
-
tags/2.0.2/vendor/codemirror/mode/htmlembedded/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/htmlmixed (added)
-
tags/2.0.2/vendor/codemirror/mode/htmlmixed/htmlmixed.js (added)
-
tags/2.0.2/vendor/codemirror/mode/htmlmixed/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/http (added)
-
tags/2.0.2/vendor/codemirror/mode/http/http.js (added)
-
tags/2.0.2/vendor/codemirror/mode/http/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/idl (added)
-
tags/2.0.2/vendor/codemirror/mode/idl/idl.js (added)
-
tags/2.0.2/vendor/codemirror/mode/idl/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/javascript (added)
-
tags/2.0.2/vendor/codemirror/mode/javascript/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/javascript/javascript.js (added)
-
tags/2.0.2/vendor/codemirror/mode/javascript/json-ld.html (added)
-
tags/2.0.2/vendor/codemirror/mode/javascript/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/javascript/typescript.html (added)
-
tags/2.0.2/vendor/codemirror/mode/jinja2 (added)
-
tags/2.0.2/vendor/codemirror/mode/jinja2/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/jinja2/jinja2.js (added)
-
tags/2.0.2/vendor/codemirror/mode/jsx (added)
-
tags/2.0.2/vendor/codemirror/mode/jsx/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/jsx/jsx.js (added)
-
tags/2.0.2/vendor/codemirror/mode/jsx/react.html (added)
-
tags/2.0.2/vendor/codemirror/mode/jsx/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/julia (added)
-
tags/2.0.2/vendor/codemirror/mode/julia/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/julia/julia.js (added)
-
tags/2.0.2/vendor/codemirror/mode/livescript (added)
-
tags/2.0.2/vendor/codemirror/mode/livescript/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/livescript/livescript.js (added)
-
tags/2.0.2/vendor/codemirror/mode/lua (added)
-
tags/2.0.2/vendor/codemirror/mode/lua/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/lua/lua.js (added)
-
tags/2.0.2/vendor/codemirror/mode/markdown (added)
-
tags/2.0.2/vendor/codemirror/mode/markdown/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/markdown/markdown.js (added)
-
tags/2.0.2/vendor/codemirror/mode/markdown/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/mathematica (added)
-
tags/2.0.2/vendor/codemirror/mode/mathematica/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/mathematica/mathematica.js (added)
-
tags/2.0.2/vendor/codemirror/mode/mbox (added)
-
tags/2.0.2/vendor/codemirror/mode/mbox/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/mbox/mbox.js (added)
-
tags/2.0.2/vendor/codemirror/mode/meta.js (added)
-
tags/2.0.2/vendor/codemirror/mode/mirc (added)
-
tags/2.0.2/vendor/codemirror/mode/mirc/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/mirc/mirc.js (added)
-
tags/2.0.2/vendor/codemirror/mode/mllike (added)
-
tags/2.0.2/vendor/codemirror/mode/mllike/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/mllike/mllike.js (added)
-
tags/2.0.2/vendor/codemirror/mode/modelica (added)
-
tags/2.0.2/vendor/codemirror/mode/modelica/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/modelica/modelica.js (added)
-
tags/2.0.2/vendor/codemirror/mode/mscgen (added)
-
tags/2.0.2/vendor/codemirror/mode/mscgen/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/mscgen/mscgen.js (added)
-
tags/2.0.2/vendor/codemirror/mode/mscgen/mscgen_test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/mscgen/msgenny_test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/mscgen/xu_test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/mumps (added)
-
tags/2.0.2/vendor/codemirror/mode/mumps/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/mumps/mumps.js (added)
-
tags/2.0.2/vendor/codemirror/mode/nginx (added)
-
tags/2.0.2/vendor/codemirror/mode/nginx/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/nginx/nginx.js (added)
-
tags/2.0.2/vendor/codemirror/mode/nsis (added)
-
tags/2.0.2/vendor/codemirror/mode/nsis/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/nsis/nsis.js (added)
-
tags/2.0.2/vendor/codemirror/mode/ntriples (added)
-
tags/2.0.2/vendor/codemirror/mode/ntriples/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/ntriples/ntriples.js (added)
-
tags/2.0.2/vendor/codemirror/mode/octave (added)
-
tags/2.0.2/vendor/codemirror/mode/octave/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/octave/octave.js (added)
-
tags/2.0.2/vendor/codemirror/mode/oz (added)
-
tags/2.0.2/vendor/codemirror/mode/oz/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/oz/oz.js (added)
-
tags/2.0.2/vendor/codemirror/mode/pascal (added)
-
tags/2.0.2/vendor/codemirror/mode/pascal/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/pascal/pascal.js (added)
-
tags/2.0.2/vendor/codemirror/mode/pegjs (added)
-
tags/2.0.2/vendor/codemirror/mode/pegjs/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/pegjs/pegjs.js (added)
-
tags/2.0.2/vendor/codemirror/mode/perl (added)
-
tags/2.0.2/vendor/codemirror/mode/perl/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/perl/perl.js (added)
-
tags/2.0.2/vendor/codemirror/mode/php (added)
-
tags/2.0.2/vendor/codemirror/mode/php/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/php/php.js (added)
-
tags/2.0.2/vendor/codemirror/mode/php/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/pig (added)
-
tags/2.0.2/vendor/codemirror/mode/pig/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/pig/pig.js (added)
-
tags/2.0.2/vendor/codemirror/mode/powershell (added)
-
tags/2.0.2/vendor/codemirror/mode/powershell/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/powershell/powershell.js (added)
-
tags/2.0.2/vendor/codemirror/mode/powershell/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/properties (added)
-
tags/2.0.2/vendor/codemirror/mode/properties/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/properties/properties.js (added)
-
tags/2.0.2/vendor/codemirror/mode/protobuf (added)
-
tags/2.0.2/vendor/codemirror/mode/protobuf/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/protobuf/protobuf.js (added)
-
tags/2.0.2/vendor/codemirror/mode/pug (added)
-
tags/2.0.2/vendor/codemirror/mode/pug/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/pug/pug.js (added)
-
tags/2.0.2/vendor/codemirror/mode/puppet (added)
-
tags/2.0.2/vendor/codemirror/mode/puppet/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/puppet/puppet.js (added)
-
tags/2.0.2/vendor/codemirror/mode/python (added)
-
tags/2.0.2/vendor/codemirror/mode/python/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/python/python.js (added)
-
tags/2.0.2/vendor/codemirror/mode/python/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/q (added)
-
tags/2.0.2/vendor/codemirror/mode/q/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/q/q.js (added)
-
tags/2.0.2/vendor/codemirror/mode/r (added)
-
tags/2.0.2/vendor/codemirror/mode/r/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/r/r.js (added)
-
tags/2.0.2/vendor/codemirror/mode/rpm (added)
-
tags/2.0.2/vendor/codemirror/mode/rpm/changes (added)
-
tags/2.0.2/vendor/codemirror/mode/rpm/changes/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/rpm/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/rpm/rpm.js (added)
-
tags/2.0.2/vendor/codemirror/mode/rst (added)
-
tags/2.0.2/vendor/codemirror/mode/rst/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/rst/rst.js (added)
-
tags/2.0.2/vendor/codemirror/mode/ruby (added)
-
tags/2.0.2/vendor/codemirror/mode/ruby/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/ruby/ruby.js (added)
-
tags/2.0.2/vendor/codemirror/mode/ruby/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/rust (added)
-
tags/2.0.2/vendor/codemirror/mode/rust/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/rust/rust.js (added)
-
tags/2.0.2/vendor/codemirror/mode/rust/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/sas (added)
-
tags/2.0.2/vendor/codemirror/mode/sas/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/sas/sas.js (added)
-
tags/2.0.2/vendor/codemirror/mode/sass (added)
-
tags/2.0.2/vendor/codemirror/mode/sass/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/sass/sass.js (added)
-
tags/2.0.2/vendor/codemirror/mode/sass/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/scheme (added)
-
tags/2.0.2/vendor/codemirror/mode/scheme/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/scheme/scheme.js (added)
-
tags/2.0.2/vendor/codemirror/mode/shell (added)
-
tags/2.0.2/vendor/codemirror/mode/shell/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/shell/shell.js (added)
-
tags/2.0.2/vendor/codemirror/mode/shell/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/sieve (added)
-
tags/2.0.2/vendor/codemirror/mode/sieve/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/sieve/sieve.js (added)
-
tags/2.0.2/vendor/codemirror/mode/slim (added)
-
tags/2.0.2/vendor/codemirror/mode/slim/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/slim/slim.js (added)
-
tags/2.0.2/vendor/codemirror/mode/slim/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/smalltalk (added)
-
tags/2.0.2/vendor/codemirror/mode/smalltalk/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/smalltalk/smalltalk.js (added)
-
tags/2.0.2/vendor/codemirror/mode/smarty (added)
-
tags/2.0.2/vendor/codemirror/mode/smarty/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/smarty/smarty.js (added)
-
tags/2.0.2/vendor/codemirror/mode/solr (added)
-
tags/2.0.2/vendor/codemirror/mode/solr/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/solr/solr.js (added)
-
tags/2.0.2/vendor/codemirror/mode/soy (added)
-
tags/2.0.2/vendor/codemirror/mode/soy/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/soy/soy.js (added)
-
tags/2.0.2/vendor/codemirror/mode/soy/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/sparql (added)
-
tags/2.0.2/vendor/codemirror/mode/sparql/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/sparql/sparql.js (added)
-
tags/2.0.2/vendor/codemirror/mode/spreadsheet (added)
-
tags/2.0.2/vendor/codemirror/mode/spreadsheet/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/spreadsheet/spreadsheet.js (added)
-
tags/2.0.2/vendor/codemirror/mode/sql (added)
-
tags/2.0.2/vendor/codemirror/mode/sql/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/sql/sql.js (added)
-
tags/2.0.2/vendor/codemirror/mode/stex (added)
-
tags/2.0.2/vendor/codemirror/mode/stex/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/stex/stex.js (added)
-
tags/2.0.2/vendor/codemirror/mode/stex/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/stylus (added)
-
tags/2.0.2/vendor/codemirror/mode/stylus/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/stylus/stylus.js (added)
-
tags/2.0.2/vendor/codemirror/mode/swift (added)
-
tags/2.0.2/vendor/codemirror/mode/swift/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/swift/swift.js (added)
-
tags/2.0.2/vendor/codemirror/mode/swift/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/tcl (added)
-
tags/2.0.2/vendor/codemirror/mode/tcl/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/tcl/tcl.js (added)
-
tags/2.0.2/vendor/codemirror/mode/textile (added)
-
tags/2.0.2/vendor/codemirror/mode/textile/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/textile/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/textile/textile.js (added)
-
tags/2.0.2/vendor/codemirror/mode/tiddlywiki (added)
-
tags/2.0.2/vendor/codemirror/mode/tiddlywiki/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css (added)
-
tags/2.0.2/vendor/codemirror/mode/tiddlywiki/tiddlywiki.js (added)
-
tags/2.0.2/vendor/codemirror/mode/tiki (added)
-
tags/2.0.2/vendor/codemirror/mode/tiki/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/tiki/tiki.css (added)
-
tags/2.0.2/vendor/codemirror/mode/tiki/tiki.js (added)
-
tags/2.0.2/vendor/codemirror/mode/toml (added)
-
tags/2.0.2/vendor/codemirror/mode/toml/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/toml/toml.js (added)
-
tags/2.0.2/vendor/codemirror/mode/tornado (added)
-
tags/2.0.2/vendor/codemirror/mode/tornado/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/tornado/tornado.js (added)
-
tags/2.0.2/vendor/codemirror/mode/troff (added)
-
tags/2.0.2/vendor/codemirror/mode/troff/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/troff/troff.js (added)
-
tags/2.0.2/vendor/codemirror/mode/ttcn (added)
-
tags/2.0.2/vendor/codemirror/mode/ttcn-cfg (added)
-
tags/2.0.2/vendor/codemirror/mode/ttcn-cfg/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/ttcn-cfg/ttcn-cfg.js (added)
-
tags/2.0.2/vendor/codemirror/mode/ttcn/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/ttcn/ttcn.js (added)
-
tags/2.0.2/vendor/codemirror/mode/turtle (added)
-
tags/2.0.2/vendor/codemirror/mode/turtle/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/turtle/turtle.js (added)
-
tags/2.0.2/vendor/codemirror/mode/twig (added)
-
tags/2.0.2/vendor/codemirror/mode/twig/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/twig/twig.js (added)
-
tags/2.0.2/vendor/codemirror/mode/vb (added)
-
tags/2.0.2/vendor/codemirror/mode/vb/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/vb/vb.js (added)
-
tags/2.0.2/vendor/codemirror/mode/vbscript (added)
-
tags/2.0.2/vendor/codemirror/mode/vbscript/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/vbscript/vbscript.js (added)
-
tags/2.0.2/vendor/codemirror/mode/velocity (added)
-
tags/2.0.2/vendor/codemirror/mode/velocity/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/velocity/velocity.js (added)
-
tags/2.0.2/vendor/codemirror/mode/verilog (added)
-
tags/2.0.2/vendor/codemirror/mode/verilog/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/verilog/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/verilog/verilog.js (added)
-
tags/2.0.2/vendor/codemirror/mode/vhdl (added)
-
tags/2.0.2/vendor/codemirror/mode/vhdl/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/vhdl/vhdl.js (added)
-
tags/2.0.2/vendor/codemirror/mode/vue (added)
-
tags/2.0.2/vendor/codemirror/mode/vue/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/vue/vue.js (added)
-
tags/2.0.2/vendor/codemirror/mode/webidl (added)
-
tags/2.0.2/vendor/codemirror/mode/webidl/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/webidl/webidl.js (added)
-
tags/2.0.2/vendor/codemirror/mode/xml (added)
-
tags/2.0.2/vendor/codemirror/mode/xml/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/xml/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/xml/xml.js (added)
-
tags/2.0.2/vendor/codemirror/mode/xquery (added)
-
tags/2.0.2/vendor/codemirror/mode/xquery/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/xquery/test.js (added)
-
tags/2.0.2/vendor/codemirror/mode/xquery/xquery.js (added)
-
tags/2.0.2/vendor/codemirror/mode/yacas (added)
-
tags/2.0.2/vendor/codemirror/mode/yacas/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/yacas/yacas.js (added)
-
tags/2.0.2/vendor/codemirror/mode/yaml (added)
-
tags/2.0.2/vendor/codemirror/mode/yaml-frontmatter (added)
-
tags/2.0.2/vendor/codemirror/mode/yaml-frontmatter/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js (added)
-
tags/2.0.2/vendor/codemirror/mode/yaml/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/yaml/yaml.js (added)
-
tags/2.0.2/vendor/codemirror/mode/z80 (added)
-
tags/2.0.2/vendor/codemirror/mode/z80/index.html (added)
-
tags/2.0.2/vendor/codemirror/mode/z80/z80.js (added)
-
tags/2.0.2/vendor/codemirror/package.json (added)
-
tags/2.0.2/vendor/codemirror/placeholder.js (added)
-
tags/2.0.2/vendor/codemirror/rollup.config.js (added)
-
tags/2.0.2/vendor/codemirror/theme (added)
-
tags/2.0.2/vendor/codemirror/theme/3024-day.css (added)
-
tags/2.0.2/vendor/codemirror/theme/3024-night.css (added)
-
tags/2.0.2/vendor/codemirror/theme/abcdef.css (added)
-
tags/2.0.2/vendor/codemirror/theme/ambiance-mobile.css (added)
-
tags/2.0.2/vendor/codemirror/theme/ambiance.css (added)
-
tags/2.0.2/vendor/codemirror/theme/base16-dark.css (added)
-
tags/2.0.2/vendor/codemirror/theme/base16-light.css (added)
-
tags/2.0.2/vendor/codemirror/theme/bespin.css (added)
-
tags/2.0.2/vendor/codemirror/theme/blackboard.css (added)
-
tags/2.0.2/vendor/codemirror/theme/cobalt.css (added)
-
tags/2.0.2/vendor/codemirror/theme/colorforth.css (added)
-
tags/2.0.2/vendor/codemirror/theme/darcula.css (added)
-
tags/2.0.2/vendor/codemirror/theme/dracula.css (added)
-
tags/2.0.2/vendor/codemirror/theme/duotone-dark.css (added)
-
tags/2.0.2/vendor/codemirror/theme/duotone-light.css (added)
-
tags/2.0.2/vendor/codemirror/theme/eclipse.css (added)
-
tags/2.0.2/vendor/codemirror/theme/elegant.css (added)
-
tags/2.0.2/vendor/codemirror/theme/erlang-dark.css (added)
-
tags/2.0.2/vendor/codemirror/theme/gruvbox-dark.css (added)
-
tags/2.0.2/vendor/codemirror/theme/hopscotch.css (added)
-
tags/2.0.2/vendor/codemirror/theme/icecoder.css (added)
-
tags/2.0.2/vendor/codemirror/theme/idea.css (added)
-
tags/2.0.2/vendor/codemirror/theme/isotope.css (added)
-
tags/2.0.2/vendor/codemirror/theme/lesser-dark.css (added)
-
tags/2.0.2/vendor/codemirror/theme/liquibyte.css (added)
-
tags/2.0.2/vendor/codemirror/theme/lucario.css (added)
-
tags/2.0.2/vendor/codemirror/theme/material.css (added)
-
tags/2.0.2/vendor/codemirror/theme/mbo.css (added)
-
tags/2.0.2/vendor/codemirror/theme/mdn-like.css (added)
-
tags/2.0.2/vendor/codemirror/theme/midnight.css (added)
-
tags/2.0.2/vendor/codemirror/theme/monokai.css (added)
-
tags/2.0.2/vendor/codemirror/theme/neat.css (added)
-
tags/2.0.2/vendor/codemirror/theme/neo.css (added)
-
tags/2.0.2/vendor/codemirror/theme/night.css (added)
-
tags/2.0.2/vendor/codemirror/theme/oceanic-next.css (added)
-
tags/2.0.2/vendor/codemirror/theme/panda-syntax.css (added)
-
tags/2.0.2/vendor/codemirror/theme/paraiso-dark.css (added)
-
tags/2.0.2/vendor/codemirror/theme/paraiso-light.css (added)
-
tags/2.0.2/vendor/codemirror/theme/pastel-on-dark.css (added)
-
tags/2.0.2/vendor/codemirror/theme/railscasts.css (added)
-
tags/2.0.2/vendor/codemirror/theme/react.css (added)
-
tags/2.0.2/vendor/codemirror/theme/rubyblue.css (added)
-
tags/2.0.2/vendor/codemirror/theme/seti.css (added)
-
tags/2.0.2/vendor/codemirror/theme/shadowfox.css (added)
-
tags/2.0.2/vendor/codemirror/theme/solarized.css (added)
-
tags/2.0.2/vendor/codemirror/theme/ssms.css (added)
-
tags/2.0.2/vendor/codemirror/theme/the-matrix.css (added)
-
tags/2.0.2/vendor/codemirror/theme/tomorrow-night-bright.css (added)
-
tags/2.0.2/vendor/codemirror/theme/tomorrow-night-eighties.css (added)
-
tags/2.0.2/vendor/codemirror/theme/ttcn.css (added)
-
tags/2.0.2/vendor/codemirror/theme/twilight.css (added)
-
tags/2.0.2/vendor/codemirror/theme/vibrant-ink.css (added)
-
tags/2.0.2/vendor/codemirror/theme/xq-dark.css (added)
-
tags/2.0.2/vendor/codemirror/theme/xq-light.css (added)
-
tags/2.0.2/vendor/codemirror/theme/yeti.css (added)
-
tags/2.0.2/vendor/codemirror/theme/zenburn.css (added)
-
trunk/CHANGELOG.txt (modified) (1 diff)
-
trunk/build/block.json (modified) (1 diff)
-
trunk/build/view.asset.php (modified) (1 diff)
-
trunk/build/view.js (modified) (1 diff)
-
trunk/includes/class-codemirror-blocks.php (modified) (2 diffs)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-codemirror-block/trunk/CHANGELOG.txt
r3057639 r3066625 1 = 2.0.2 = 2 * Fix: [Everything is duplicated](https://wordpress.org/support/topic/everything-is-duplicated) code block rendered twice bug. 3 4 = 2.0.1 = 5 * Fix: Minor bug 6 1 7 = 2.0.0 = 2 8 * Fix: Cross-Site Scripting issue. See it on [GitHub Advisory](https://github.com/advisories/GHSA-f949-cfvp-v3rg) or [Wordfence report](https://www.wordfence.com/threat-intel/vulnerabilities/id/52569aac-1e9e-40fb-9ff4-5eeb7940375d?source=cve) -
wp-codemirror-block/trunk/build/block.json
r3057639 r3066625 69 69 "editorStyle": "file:./index.css", 70 70 "style": "file:./style-index.css", 71 "script": "file:./autoload.js", 72 "viewScript": "file:./view.js" 71 "script": [ 72 "file:./autoload.js", 73 "file:./view.js" 74 ] 73 75 } -
wp-codemirror-block/trunk/build/view.asset.php
r3057639 r3066625 1 <?php return array('dependencies' => array(), 'version' => ' d28aa58cd214c6dbbc48');1 <?php return array('dependencies' => array(), 'version' => '273056f75bf73b6f2d72'); -
wp-codemirror-block/trunk/build/view.js
r3057639 r3066625 1 void 0===window.wpcm.editors&&(window.wpcm.e ditors=[]),function(e,t){"use strict";e.executableModes=[],e.frontEndInitialization=function(){let t=document.querySelectorAll(".code-block > pre.CodeMirror");e.addNotice();for(let o=0;o<t.length;o++){const n=t[o];if(!n.dataset.setting)continue;let i=JSON.parse(n.dataset.setting),s=n.textContent,d="code-block-"+o;n.parentNode.setAttribute("id",o),n.setAttribute("id",d),e.codeMirrorInit(d,s,i,o)}let o=new CustomEvent("wpcm_editors_loaded");document.dispatchEvent(o)},e.codeMirrorInit=function(o,n,i){const s=document.getElementById(o);s.style="display: none";const d=t(s.parentNode,{lineNumbers:i.lineNumbers,lineWrapping:i.lineWrapping,readOnly:i.readOnly,scrollbarStyle:"simple",firstLineNumber:i.firstLineNumber?Math.abs(i.firstLineNumber):1});if(e.editorOptions.maxHeight){let e=d.getWrapperElement();e.classList.add("max-height"),e.style.setProperty("height",i.maxHeight),e.style.setProperty("padding-bottom","2rem")}t.autoLoadTheme(d,i.theme),d.setValue(n),i.disableCopy&&d.setOption("readOnly","nocursor"),d.setOption("mode",i.mime),d.setOption("theme",i.theme),i.styleActiveLine&&(d.on("blur",(e=>{d.setOption("styleActiveLine",!1)})),d.on("focus",(e=>{d.setOption("styleActiveLine",i.styleActiveLine)}))),t.autoLoadMode(d,i.mode),!0===i.showPanel&&e.panelOptions.showPanel&&(d.getWrapperElement().querySelector(".CodeMirror-simplescroll-vertical"),e.addPanel(d,i)),e.executableModes.includes(i.mode)&&e.renderOutputBlock(s),e.editors.push(d);let c=new CustomEvent("wpcm_editor_loaded",{detail:d});document.dispatchEvent(c)},e.addNotice=function(){const e=document.createElement("div");e.className="CodeMirror-notice",document.body.appendChild(e)},e.showNotice=function(e,t){const o=document.querySelector(".CodeMirror-notice");o.innerHTML=e,o.setAttribute("style","bottom: 15px"),setTimeout((()=>{o.removeAttribute("style")}),3e3)},e.addPanel=function(t,o){const n=document.createElement("div"),i=document.createElement("div"),s=document.createElement("div"),d=document.createElement("span"),c=t.getWrapperElement();if(n.className="CodeMirror-panel",i.className="info-panel",e.editorOptions.maxHeight&&i.classList.add("max-height"),s.className="control-panel","no"!==o.languageLabel&&(d.textContent=o?.fileName?o.fileName:o.language,d.className="language "+o.modeName.toLowerCase()),i.appendChild(d),window.wpcm.panelOptions.runButton&&e.executableModes.includes(o.mode)){let t=document.createElement("span"),o=document.createElement("b");t.classList="tool",t.setAttribute("data-tip","Execute Code"),o.className="run-code execute-code",t.onclick=e.executeCode,t.appendChild(o),s.appendChild(t)}if(window.wpcm.panelOptions.fullScreenButton){const t=document.createElement("span"),o=document.createElement("b");t.classList="tool",t.setAttribute("data-tip","Full Screen"),o.className="fullscreen maximize",o.onclick=e.setFullScreen,t.appendChild(o),s.appendChild(t)}if(window.wpcm.panelOptions.copyButton&&!o.disableCopy){const t=document.createElement("span"),o=document.createElement("b");t.classList="tool",t.setAttribute("data-tip","Copy Code"),o.className="copy",o.onclick=e.copyToClipboard,t.appendChild(o),s.appendChild(t)}i.appendChild(s),n.appendChild(i),c.insertBefore(n,c.firstChild)},e.executeCode=function(t){const o=this.closest(".code-block"),n=o.id,i=e.editors[n].getValue(),s=o.querySelector(".output-block-frame");let d=null;s.classList.add("show"),d=s.contentWindow?s.contentWindow:s.contentDocument.document?s.contentDocument.document:s.contentDocument,d.setAttribute("sandbox","allow-scripts"),d.document.open(),d.document.write(i),d.document.close(),window.scrollTo({top:s.offsetTop,left:100,behavior:"smooth"})},e.styleOutputBlock=function(e){let t=e.target,o=null,n=0;t.classList.contains("first-load")?t.classList.remove("first-load"):(o=t.contentWindow?t.contentWindow:t.contentDocument.document?t.contentDocument.document:t.contentDocument,t.setAttribute("style","height:200px"),o.document.body?(n=Math.round(o.document.body.scrollHeight)+25,n>200&&t.setAttribute("style",`height:${n}px`)):t.setAttribute("style","height:70vh"))},e.renderOutputBlock=function(t){const o=document.createElement("iframe");o.setAttribute("sandbox","allow-scripts"),o.classList.add("output-block-frame","first-load"),o.onload=e.styleOutputBlock,o.style.height="100px",o.src="",t.parentNode.append(o)},e.setFullScreen=function(){const t=this,o=t.closest(".code-block").id,n=e.editors[o],i=document.getElementById("wpadminbar"),s=t.closest(".CodeMirror");t.classList.contains("maximize")?(t.classList.remove("maximize"),t.classList.add("restore"),s.classList.add("CodeMirror-fullscreen"),void 0!==i&&null!=i&&t.closest(".CodeMirror").style.setProperty("top",`${i.clientHeight}px`),e.editorOptions.maxHeight&&(s.style.removeProperty("height"),s.style.setProperty("padding-bottom","2rem")),document.documentElement.style.setProperty("overflow","hidden")):(t.classList.remove("restore"),t.classList.add("maximize"),s.classList.remove("CodeMirror-fullscreen"),s.style.removeProperty("top"),document.documentElement.style.removeProperty("overflow"),e.editorOptions.maxHeight?s.style.setProperty("height",e.editorOptions.maxHeight):s.style.removeProperty("padding-bottom")),n.refresh()},e.copyToClipboard=function(){const t=this.closest(".code-block").id,o=e.editors[t].getValue();let n;if(window.clipboardData)window.clipboardData.setData("Text",o);else{const e=document.createElement("textarea");e.className="CodeMirror-ClipBoard",document.body.appendChild(e),e.appendChild(document.createTextNode(o)),e.select();try{n=document.execCommand("copy")?"Copied to clipboard":"Can not copied"}catch(e){n="Oops, unable to copy"}e.remove()}e.showNotice(n,"")}}(window.wpcm,window.CodeMirror),wpcm.frontEndInitialization(),window.addEventListener("load",(function(){console.log("window ready"),setTimeout((()=>{for(let e=0;e<wpcm.editors.length;e++)wpcm.editors[e].refresh()}),1500)}),!1);1 void 0===window.wpcm.editors&&(window.wpcm.executed=!1,window.wpcm.editors=[]),function(e,t){"use strict";e.executableModes=[],e.frontEndInitialization=function(){let t=document.querySelectorAll(".code-block > pre.CodeMirror");e.addNotice();for(let o=0;o<t.length;o++){const n=t[o];if(!n.dataset.setting)continue;let i=JSON.parse(n.dataset.setting),d=n.textContent,s="code-block-"+o;n.parentNode.setAttribute("id",o),n.setAttribute("id",s),e.codeMirrorInit(s,d,i,o)}let o=new CustomEvent("wpcm_editors_loaded");document.dispatchEvent(o)},e.codeMirrorInit=function(o,n,i){const d=document.getElementById(o);d.style="display: none";const s=t(d.parentNode,{lineNumbers:i.lineNumbers,lineWrapping:i.lineWrapping,readOnly:i.readOnly,scrollbarStyle:"simple",firstLineNumber:i.firstLineNumber?Math.abs(i.firstLineNumber):1});if(e.editorOptions.maxHeight){let e=s.getWrapperElement();e.classList.add("max-height"),e.style.setProperty("height",i.maxHeight),e.style.setProperty("padding-bottom","2rem")}t.autoLoadTheme(s,i.theme),s.setValue(n),i.disableCopy&&s.setOption("readOnly","nocursor"),s.setOption("mode",i.mime),s.setOption("theme",i.theme),i.styleActiveLine&&(s.on("blur",(e=>{s.setOption("styleActiveLine",!1)})),s.on("focus",(e=>{s.setOption("styleActiveLine",i.styleActiveLine)}))),t.autoLoadMode(s,i.mode),!0===i.showPanel&&e.panelOptions.showPanel&&(s.getWrapperElement().querySelector(".CodeMirror-simplescroll-vertical"),e.addPanel(s,i)),e.editors.push(s);let r=new CustomEvent("wpcm_editor_loaded",{detail:s});document.dispatchEvent(r)},e.addNotice=function(){const e=document.createElement("div");e.className="CodeMirror-notice",document.body.appendChild(e)},e.showNotice=function(e,t){const o=document.querySelector(".CodeMirror-notice");o.innerHTML=e,o.setAttribute("style","bottom: 15px"),setTimeout((()=>{o.removeAttribute("style")}),3e3)},e.addPanel=function(t,o){const n=document.createElement("div"),i=document.createElement("div"),d=document.createElement("div"),s=document.createElement("span"),r=t.getWrapperElement();if(n.className="CodeMirror-panel",i.className="info-panel",e.editorOptions.maxHeight&&i.classList.add("max-height"),d.className="control-panel","no"!==o.languageLabel&&(s.textContent=o?.fileName?o.fileName:o.language,s.className="language "+o.modeName.toLowerCase()),i.appendChild(s),window.wpcm.panelOptions.runButton&&e.executableModes.includes(o.mode)){let t=document.createElement("span"),o=document.createElement("b");t.classList="tool",t.setAttribute("data-tip","Execute Code"),o.className="run-code execute-code",t.onclick=e.executeCode,t.appendChild(o),d.appendChild(t)}if(window.wpcm.panelOptions.fullScreenButton){const t=document.createElement("span"),o=document.createElement("b");t.classList="tool",t.setAttribute("data-tip","Full Screen"),o.className="fullscreen maximize",o.onclick=e.setFullScreen,t.appendChild(o),d.appendChild(t)}if(window.wpcm.panelOptions.copyButton&&!o.disableCopy){const t=document.createElement("span"),o=document.createElement("b");t.classList="tool",t.setAttribute("data-tip","Copy Code"),o.className="copy",o.onclick=e.copyToClipboard,t.appendChild(o),d.appendChild(t)}i.appendChild(d),n.appendChild(i),r.insertBefore(n,r.firstChild)},e.setFullScreen=function(){const t=this,o=t.closest(".code-block").id,n=e.editors[o],i=document.getElementById("wpadminbar"),d=t.closest(".CodeMirror");t.classList.contains("maximize")?(t.classList.remove("maximize"),t.classList.add("restore"),d.classList.add("CodeMirror-fullscreen"),void 0!==i&&null!=i&&t.closest(".CodeMirror").style.setProperty("top",`${i.clientHeight}px`),e.editorOptions.maxHeight&&(d.style.removeProperty("height"),d.style.setProperty("padding-bottom","2rem")),document.documentElement.style.setProperty("overflow","hidden")):(t.classList.remove("restore"),t.classList.add("maximize"),d.classList.remove("CodeMirror-fullscreen"),d.style.removeProperty("top"),document.documentElement.style.removeProperty("overflow"),e.editorOptions.maxHeight?d.style.setProperty("height",e.editorOptions.maxHeight):d.style.removeProperty("padding-bottom")),n.refresh()},e.copyToClipboard=function(){const t=this.closest(".code-block").id,o=e.editors[t].getValue();let n;if(window.clipboardData)window.clipboardData.setData("Text",o);else{const e=document.createElement("textarea");e.className="CodeMirror-ClipBoard",document.body.appendChild(e),e.appendChild(document.createTextNode(o)),e.select();try{n=document.execCommand("copy")?"Copied to clipboard":"Can not copied"}catch(e){n="Oops, unable to copy"}e.remove()}e.showNotice(n,"")}}(window.wpcm,window.CodeMirror),!1===window.wpcm.executed&&(window.wpcm.executed=!0,wpcm.frontEndInitialization()),window.addEventListener("load",(function(){console.log("window ready"),setTimeout((()=>{for(let e=0;e<wpcm.editors.length;e++)wpcm.editors[e].refresh()}),1500)}),!1); -
wp-codemirror-block/trunk/includes/class-codemirror-blocks.php
r3057710 r3066625 148 148 149 149 $view_assets = require plugin_dir_path(CODEMIRROR_BLOCKS_PLUGIN) . '/build/view.asset.php'; 150 wp_ enqueue_script(150 wp_register_script( 151 151 'codemirror-view', 152 152 plugin_dir_url(CODEMIRROR_BLOCKS_PLUGIN) . 'build/view.js', … … 196 196 return; 197 197 } 198 199 $suffix = self::$suffix;200 198 201 199 $regex = "#wp-block-codemirror-blocks#"; -
wp-codemirror-block/trunk/index.php
r3057639 r3066625 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 7.0 9 * Version: 2.0. 19 * Version: 2.0.2 10 10 * Author: Vicky Agravat 11 11 * Author URI: https://profiles.wordpress.org/vickyagravat -
wp-codemirror-block/trunk/readme.txt
r3057639 r3066625 4 4 Tags: syntax highlighter, codemirror, gutenberg, editor 5 5 Requires at least: 6.0 6 Tested up to: 6. 47 Stable tag: 2.0. 16 Tested up to: 6.5 7 Stable tag: 2.0.2 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 174 174 == Changelog == 175 175 176 = 2.0.2 = 177 * Fix: [Everything is duplicated](https://wordpress.org/support/topic/everything-is-duplicated) code block rendered twice bug. 178 179 = 2.0.1 = 180 * Fix: Minor bug 181 176 182 = 2.0.0 = 177 183 * Fix: Cross-Site Scripting issue. See it on [GitHub Advisory](https://github.com/advisories/GHSA-f949-cfvp-v3rg) or [Wordfence](https://www.wordfence.com/threat-intel/vulnerabilities/id/52569aac-1e9e-40fb-9ff4-5eeb7940375d?source=cve)
Note: See TracChangeset
for help on using the changeset viewer.