Plugin Directory

Changeset 2175129


Ignore:
Timestamp:
10/17/2019 06:46:50 PM (6 years ago)
Author:
iseulde
Message:

v0.0.6

Location:
slide/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • slide/trunk/index.js

    r2174760 r2175129  
    145145          }),
    146146          __('Experimental:'),
    147           e(__experimentalGradientPickerControl, {
     147          __experimentalGradientPickerControl && e(__experimentalGradientPickerControl, {
    148148            onChange: (value) => updateMeta(value, backgroundGradientKey),
    149149            value: meta[backgroundGradientKey]
  • slide/trunk/index.php

    r2174760 r2175129  
    55 * Plugin URI:  https://wordpress.org/plugins/slide/
    66 * Description: Allows you to create presentations with the block editor.
    7  * Version:     0.0.5
     7 * Version:     0.0.6
    88 * Author:      Ella van Durpe
    99 * Author URI:  https://ellavandurpe.com
  • slide/trunk/readme.md

    r2174760 r2175129  
    66    Requires PHP:      5.6
    77    Tested up to:      5.3
    8     Stable tag:        0.0.5
     8    Stable tag:        0.0.6
    99    License:           GPL-2.0-or-later
    1010    License URI:       http://www.gnu.org/licenses/gpl-2.0.html
  • slide/trunk/register.php

    r2174760 r2175129  
    3838    'hierarchical' => false,
    3939    'menu_position' => null,
    40     'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'custom-fields' ),
     40    'supports' => array(
     41        'title',
     42        'editor',
     43        'author',
     44        'thumbnail',
     45        'excerpt',
     46        'custom-fields',
     47        'revisions'
     48    ),
    4149    'show_in_rest' => true,
    4250) );
Note: See TracChangeset for help on using the changeset viewer.