Changeset 2384228
- Timestamp:
- 09/18/2020 06:55:42 AM (5 years ago)
- Location:
- rich-text-extension
- Files:
-
- 2 deleted
- 12 edited
- 1 copied
-
tags/0.0.5 (copied) (copied from rich-text-extension/trunk)
-
tags/0.0.5/.github (deleted)
-
tags/0.0.5/README.md (modified) (2 diffs)
-
tags/0.0.5/package-lock.json (modified) (1 diff)
-
tags/0.0.5/package.json (modified) (1 diff)
-
tags/0.0.5/readme.txt (modified) (2 diffs)
-
tags/0.0.5/rich-text-extension.php (modified) (1 diff)
-
tags/0.0.5/src/text-background-color/index.js (modified) (1 diff)
-
trunk/.github (deleted)
-
trunk/README.md (modified) (2 diffs)
-
trunk/package-lock.json (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/rich-text-extension.php (modified) (1 diff)
-
trunk/src/text-background-color/index.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rich-text-extension/tags/0.0.5/README.md
r2383510 r2384228 1 1 # Rich Text Extension 2 Contributors: Toro_Unit,h 2ham3 Donate link: https://www.paypal.me/torounit 4 Tags: Gutenberg, advanced, rich text, editor, formatting, writing 5 Requires at least: 5.5 6 Tested up to: 5.5 7 Requires PHP: 7.2 8 Stable tag: 0.0. 49 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 2 Contributors: Toro_Unit,hamworks 3 Donate link: https://www.paypal.me/torounit 4 Tags: Gutenberg, advanced, rich text, editor, formatting, writing 5 Requires at least: 5.5 6 Tested up to: 5.5 7 Requires PHP: 7.2 8 Stable tag: 0.0.5 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 12 Rich Text Extension … … 20 20 ## Changelog 21 21 22 ### 0.0.5 23 * fix readme. 24 22 25 ### 0.0.1 23 26 * first release. -
rich-text-extension/tags/0.0.5/package-lock.json
r2383510 r2384228 1 1 { 2 2 "name": "@hamworks/rich-text-extension", 3 "version": "0.0. 4",3 "version": "0.0.5", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
rich-text-extension/tags/0.0.5/package.json
r2383510 r2384228 1 1 { 2 2 "name": "@hamworks/rich-text-extension", 3 "version": "0.0. 4",3 "version": "0.0.5", 4 4 "author": "Hiroshi Urabe <urabe@ham.works> (https://ham.works)", 5 5 "dependencies": { -
rich-text-extension/tags/0.0.5/readme.txt
r2383510 r2384228 1 1 === Rich Text Extension === 2 Contributors: Toro_Unit,h 2ham3 Donate link: https://www.paypal.me/torounit 4 Tags: Gutenberg, advanced, rich text, editor, formatting, writing 5 Requires at least: 5.5 6 Tested up to: 5.5 7 Requires PHP: 7.2 8 Stable tag: 0.0. 49 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 2 Contributors: Toro_Unit,hamworks 3 Donate link: https://www.paypal.me/torounit 4 Tags: Gutenberg, advanced, rich text, editor, formatting, writing 5 Requires at least: 5.5 6 Tested up to: 5.5 7 Requires PHP: 7.2 8 Stable tag: 0.0.5 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 12 Rich Text Extension … … 20 20 == Changelog == 21 21 22 = 0.0.5 = 23 * fix readme. 24 22 25 = 0.0.1 = 23 26 * first release. -
rich-text-extension/tags/0.0.5/rich-text-extension.php
r2383510 r2384228 10 10 * Text Domain: rich-text-extension 11 11 * Domain Path: /languages 12 * Version: 0.0. 412 * Version: 0.0.5 13 13 */ 14 14 -
rich-text-extension/tags/0.0.5/src/text-background-color/index.js
r2383495 r2384228 110 110 edit: TextColorEdit, 111 111 }; 112 113 -
rich-text-extension/trunk/README.md
r2383510 r2384228 1 1 # Rich Text Extension 2 Contributors: Toro_Unit,h 2ham3 Donate link: https://www.paypal.me/torounit 4 Tags: Gutenberg, advanced, rich text, editor, formatting, writing 5 Requires at least: 5.5 6 Tested up to: 5.5 7 Requires PHP: 7.2 8 Stable tag: 0.0. 49 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 2 Contributors: Toro_Unit,hamworks 3 Donate link: https://www.paypal.me/torounit 4 Tags: Gutenberg, advanced, rich text, editor, formatting, writing 5 Requires at least: 5.5 6 Tested up to: 5.5 7 Requires PHP: 7.2 8 Stable tag: 0.0.5 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 12 Rich Text Extension … … 20 20 ## Changelog 21 21 22 ### 0.0.5 23 * fix readme. 24 22 25 ### 0.0.1 23 26 * first release. -
rich-text-extension/trunk/package-lock.json
r2383510 r2384228 1 1 { 2 2 "name": "@hamworks/rich-text-extension", 3 "version": "0.0. 4",3 "version": "0.0.5", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
rich-text-extension/trunk/package.json
r2383510 r2384228 1 1 { 2 2 "name": "@hamworks/rich-text-extension", 3 "version": "0.0. 4",3 "version": "0.0.5", 4 4 "author": "Hiroshi Urabe <urabe@ham.works> (https://ham.works)", 5 5 "dependencies": { -
rich-text-extension/trunk/readme.txt
r2383510 r2384228 1 1 === Rich Text Extension === 2 Contributors: Toro_Unit,h 2ham3 Donate link: https://www.paypal.me/torounit 4 Tags: Gutenberg, advanced, rich text, editor, formatting, writing 5 Requires at least: 5.5 6 Tested up to: 5.5 7 Requires PHP: 7.2 8 Stable tag: 0.0. 49 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 2 Contributors: Toro_Unit,hamworks 3 Donate link: https://www.paypal.me/torounit 4 Tags: Gutenberg, advanced, rich text, editor, formatting, writing 5 Requires at least: 5.5 6 Tested up to: 5.5 7 Requires PHP: 7.2 8 Stable tag: 0.0.5 9 License: GPLv2 or later 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 12 Rich Text Extension … … 20 20 == Changelog == 21 21 22 = 0.0.5 = 23 * fix readme. 24 22 25 = 0.0.1 = 23 26 * first release. -
rich-text-extension/trunk/rich-text-extension.php
r2383510 r2384228 10 10 * Text Domain: rich-text-extension 11 11 * Domain Path: /languages 12 * Version: 0.0. 412 * Version: 0.0.5 13 13 */ 14 14 -
rich-text-extension/trunk/src/text-background-color/index.js
r2383495 r2384228 110 110 edit: TextColorEdit, 111 111 }; 112 113
Note: See TracChangeset
for help on using the changeset viewer.