Changeset 2383510
- Timestamp:
- 09/17/2020 09:36:36 AM (5 years ago)
- Location:
- rich-text-extension
- Files:
-
- 2 added
- 10 edited
- 1 copied
-
tags/0.0.4 (copied) (copied from rich-text-extension/trunk)
-
tags/0.0.4/.github/workflows/push-deploy.yml (modified) (1 diff)
-
tags/0.0.4/README.md (modified) (1 diff)
-
tags/0.0.4/package-lock.json (modified) (1 diff)
-
tags/0.0.4/package.json (modified) (1 diff)
-
tags/0.0.4/readme.txt (added)
-
tags/0.0.4/rich-text-extension.php (modified) (1 diff)
-
trunk/.github/workflows/push-deploy.yml (modified) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/package-lock.json (modified) (1 diff)
-
trunk/package.json (modified) (1 diff)
-
trunk/readme.txt (added)
-
trunk/rich-text-extension.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rich-text-extension/tags/0.0.4/.github/workflows/push-deploy.yml
r2383495 r2383510 12 12 - name: Build 13 13 run: | 14 npm install 15 npm run build 14 bash ./bin/build.sh 16 15 - name: WordPress Plugin Deploy 17 16 uses: 10up/action-wordpress-plugin-deploy@master -
rich-text-extension/tags/0.0.4/README.md
r2383495 r2383510 6 6 Tested up to: 5.5 7 7 Requires PHP: 7.2 8 Stable tag: 0.0. 38 Stable tag: 0.0.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
rich-text-extension/tags/0.0.4/package-lock.json
r2383495 r2383510 1 1 { 2 2 "name": "@hamworks/rich-text-extension", 3 "version": "0.0. 3",3 "version": "0.0.4", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
rich-text-extension/tags/0.0.4/package.json
r2383495 r2383510 1 1 { 2 2 "name": "@hamworks/rich-text-extension", 3 "version": "0.0. 3",3 "version": "0.0.4", 4 4 "author": "Hiroshi Urabe <urabe@ham.works> (https://ham.works)", 5 5 "dependencies": { -
rich-text-extension/tags/0.0.4/rich-text-extension.php
r2383495 r2383510 10 10 * Text Domain: rich-text-extension 11 11 * Domain Path: /languages 12 * Version: 0.0. 312 * Version: 0.0.4 13 13 */ 14 14 -
rich-text-extension/trunk/.github/workflows/push-deploy.yml
r2383495 r2383510 12 12 - name: Build 13 13 run: | 14 npm install 15 npm run build 14 bash ./bin/build.sh 16 15 - name: WordPress Plugin Deploy 17 16 uses: 10up/action-wordpress-plugin-deploy@master -
rich-text-extension/trunk/README.md
r2383495 r2383510 6 6 Tested up to: 5.5 7 7 Requires PHP: 7.2 8 Stable tag: 0.0. 38 Stable tag: 0.0.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
rich-text-extension/trunk/package-lock.json
r2383495 r2383510 1 1 { 2 2 "name": "@hamworks/rich-text-extension", 3 "version": "0.0. 3",3 "version": "0.0.4", 4 4 "lockfileVersion": 1, 5 5 "requires": true, -
rich-text-extension/trunk/package.json
r2383495 r2383510 1 1 { 2 2 "name": "@hamworks/rich-text-extension", 3 "version": "0.0. 3",3 "version": "0.0.4", 4 4 "author": "Hiroshi Urabe <urabe@ham.works> (https://ham.works)", 5 5 "dependencies": { -
rich-text-extension/trunk/rich-text-extension.php
r2383495 r2383510 10 10 * Text Domain: rich-text-extension 11 11 * Domain Path: /languages 12 * Version: 0.0. 312 * Version: 0.0.4 13 13 */ 14 14
Note: See TracChangeset
for help on using the changeset viewer.