Plugin Directory

Changeset 2384228


Ignore:
Timestamp:
09/18/2020 06:55:42 AM (5 years ago)
Author:
hamworks
Message:

Update to version 0.0.5 from GitHub

Location:
rich-text-extension
Files:
2 deleted
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • rich-text-extension/tags/0.0.5/README.md

    r2383510 r2384228  
    11# Rich Text Extension
    2 Contributors:      Toro_Unit,h2ham
    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.4
    9 License:           GPLv2 or later
    10 License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     2Contributors:      Toro_Unit,hamworks 
     3Donate link:       https://www.paypal.me/torounit 
     4Tags:              Gutenberg, advanced, rich text, editor, formatting, writing 
     5Requires at least: 5.5 
     6Tested up to:      5.5 
     7Requires PHP:      7.2 
     8Stable tag:        0.0.5
     9License:           GPLv2 or later 
     10License URI:       https://www.gnu.org/licenses/gpl-2.0.html 
    1111
    1212Rich Text Extension
     
    2020## Changelog
    2121
     22### 0.0.5
     23* fix readme.
     24
    2225### 0.0.1
    2326* first release.
  • rich-text-extension/tags/0.0.5/package-lock.json

    r2383510 r2384228  
    11{
    22    "name": "@hamworks/rich-text-extension",
    3     "version": "0.0.4",
     3    "version": "0.0.5",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • rich-text-extension/tags/0.0.5/package.json

    r2383510 r2384228  
    11{
    22    "name": "@hamworks/rich-text-extension",
    3     "version": "0.0.4",
     3    "version": "0.0.5",
    44    "author": "Hiroshi Urabe <urabe@ham.works> (https://ham.works)",
    55    "dependencies": {
  • rich-text-extension/tags/0.0.5/readme.txt

    r2383510 r2384228  
    11=== Rich Text Extension ===
    2 Contributors:      Toro_Unit,h2ham
    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.4
    9 License:           GPLv2 or later
    10 License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     2Contributors:      Toro_Unit,hamworks 
     3Donate link:       https://www.paypal.me/torounit 
     4Tags:              Gutenberg, advanced, rich text, editor, formatting, writing 
     5Requires at least: 5.5 
     6Tested up to:      5.5 
     7Requires PHP:      7.2 
     8Stable tag:        0.0.5
     9License:           GPLv2 or later 
     10License URI:       https://www.gnu.org/licenses/gpl-2.0.html 
    1111
    1212Rich Text Extension
     
    2020== Changelog ==
    2121
     22= 0.0.5 =
     23* fix readme.
     24
    2225= 0.0.1 =
    2326* first release.
  • rich-text-extension/tags/0.0.5/rich-text-extension.php

    r2383510 r2384228  
    1010 * Text Domain:     rich-text-extension
    1111 * Domain Path:     /languages
    12  * Version: 0.0.4
     12 * Version: 0.0.5
    1313 */
    1414
  • rich-text-extension/tags/0.0.5/src/text-background-color/index.js

    r2383495 r2384228  
    110110    edit: TextColorEdit,
    111111};
    112 
    113 
  • rich-text-extension/trunk/README.md

    r2383510 r2384228  
    11# Rich Text Extension
    2 Contributors:      Toro_Unit,h2ham
    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.4
    9 License:           GPLv2 or later
    10 License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     2Contributors:      Toro_Unit,hamworks 
     3Donate link:       https://www.paypal.me/torounit 
     4Tags:              Gutenberg, advanced, rich text, editor, formatting, writing 
     5Requires at least: 5.5 
     6Tested up to:      5.5 
     7Requires PHP:      7.2 
     8Stable tag:        0.0.5
     9License:           GPLv2 or later 
     10License URI:       https://www.gnu.org/licenses/gpl-2.0.html 
    1111
    1212Rich Text Extension
     
    2020## Changelog
    2121
     22### 0.0.5
     23* fix readme.
     24
    2225### 0.0.1
    2326* first release.
  • rich-text-extension/trunk/package-lock.json

    r2383510 r2384228  
    11{
    22    "name": "@hamworks/rich-text-extension",
    3     "version": "0.0.4",
     3    "version": "0.0.5",
    44    "lockfileVersion": 1,
    55    "requires": true,
  • rich-text-extension/trunk/package.json

    r2383510 r2384228  
    11{
    22    "name": "@hamworks/rich-text-extension",
    3     "version": "0.0.4",
     3    "version": "0.0.5",
    44    "author": "Hiroshi Urabe <urabe@ham.works> (https://ham.works)",
    55    "dependencies": {
  • rich-text-extension/trunk/readme.txt

    r2383510 r2384228  
    11=== Rich Text Extension ===
    2 Contributors:      Toro_Unit,h2ham
    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.4
    9 License:           GPLv2 or later
    10 License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     2Contributors:      Toro_Unit,hamworks 
     3Donate link:       https://www.paypal.me/torounit 
     4Tags:              Gutenberg, advanced, rich text, editor, formatting, writing 
     5Requires at least: 5.5 
     6Tested up to:      5.5 
     7Requires PHP:      7.2 
     8Stable tag:        0.0.5
     9License:           GPLv2 or later 
     10License URI:       https://www.gnu.org/licenses/gpl-2.0.html 
    1111
    1212Rich Text Extension
     
    2020== Changelog ==
    2121
     22= 0.0.5 =
     23* fix readme.
     24
    2225= 0.0.1 =
    2326* first release.
  • rich-text-extension/trunk/rich-text-extension.php

    r2383510 r2384228  
    1010 * Text Domain:     rich-text-extension
    1111 * Domain Path:     /languages
    12  * Version: 0.0.4
     12 * Version: 0.0.5
    1313 */
    1414
  • rich-text-extension/trunk/src/text-background-color/index.js

    r2383495 r2384228  
    110110    edit: TextColorEdit,
    111111};
    112 
    113 
Note: See TracChangeset for help on using the changeset viewer.