Plugin Directory

Changeset 1989856


Ignore:
Timestamp:
12/09/2018 12:05:36 PM (7 years ago)
Author:
essamamdani
Message:

Preparing for 1.0.3 release

Location:
forms-gutenberg/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • forms-gutenberg/trunk

    • Property svn:ignore set to
      README.md
      Thumbs.db
      .github/*
      .git
      .gitattributes
      .gitignore
  • forms-gutenberg/trunk/.gitignore

    r1959122 r1989856  
    99block/.DS_Store
    1010block/gutenberg-forms/.DS_Store
     11/.history
     12/.vscode
     13/.code
  • forms-gutenberg/trunk/README.md

    r1959122 r1989856  
    55Requires at least: 4.8
    66Tested up to: 4.9
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6161For more information, visit [Gutenberg Forms](https://gutenbergforms.com).
    6262
     63= 1.0.1 (09 Dec 2018) =
     64
     65* Fixed: Minor issues.
     66
    6367= 1.0.1 (18 Oct 2018) =
    6468
  • forms-gutenberg/trunk/block/gutenberg-forms/BlockFormBuilder.php

    r1959122 r1989856  
    3838                'wp-blocks',
    3939                'wp-i18n',
    40                 'wp-element'
     40                'wp-element',
     41                'wp-components',
     42                'wp-editor',
    4143            ], filemtime( GBF_BLOCK_DIR . "/$index_js" ) );
    4244            wp_register_style( 'gutenberg-forms-style-block-editor', plugins_url( $editor_css, __FILE__ ), [], filemtime( GBF_BLOCK_DIR . "/$editor_css" ) );
     
    4749                'wp-i18n',
    4850                'wp-element',
    49                 'wp-components'
     51                'wp-components',
     52                'wp-editor',
    5053            ], filemtime( GBF_BLOCK_DIR . "/$child_js" ) );
    5154
  • forms-gutenberg/trunk/forms-gutenberg.php

    r1959122 r1989856  
    66 * Author: essamamdani
    77 * Author URI: http://www.essamamdani.com
    8  * Version: 1.0.2
     8 * Version: 1.0.3
    99 * License: GPLv2 or later
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
  • forms-gutenberg/trunk/readme.txt

    r1959122 r1989856  
    55Requires at least: 4.8
    66Tested up to: 4.9
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.