Plugin Directory

Changeset 2180234


Ignore:
Timestamp:
10/25/2019 04:55:13 PM (6 years ago)
Author:
iseulde
Message:

v0.0.20

Location:
slide/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • slide/trunk/index.php

    r2180213 r2180234  
    55 * Plugin URI:  https://wordpress.org/plugins/slide/
    66 * Description: Allows you to create presentations with the block editor.
    7  * Version:     0.0.19
     7 * Version:     0.0.20
    88 * Author:      Ella van Durpe
    99 * Author URI:  https://ellavandurpe.com
     
    226226        $palette = array_map( 'sanitize_hex_color', $palette );
    227227        $palette = array_map( function( $hex ) {
    228             return array(
    229                 'name' => $hex,
    230                 'slug' => sanitize_title( $hex ),
    231                 'color' => $hex,
    232             );
     228            return array( 'color' => $hex );
    233229        }, $palette );
    234230
  • slide/trunk/readme.md

    r2180213 r2180234  
    66    Requires PHP:      5.6
    77    Tested up to:      5.3
    8     Stable tag:        0.0.19
     8    Stable tag:        0.0.20
    99    License:           GPL-2.0-or-later
    1010    License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.