Plugin Directory

Changeset 3283300


Ignore:
Timestamp:
04/28/2025 10:11:30 AM (11 months ago)
Author:
blockskitdev
Message:
  • Demo import update.
Location:
blockskit
Files:
21 added
3 edited

Legend:

Unmodified
Added
Removed
  • blockskit/trunk/blockskit.php

    r3270949 r3283300  
    77 * Author: blockskitdev
    88 * Author URI: https://blockskit.com/
    9  * Version: 1.1.4
     9 * Version: 1.1.5
    1010 * Text Domain: blockskit
    1111 * Domain Path: https://blockskit.com/free
    12  * Tested up to: 6.7
     12 * Tested up to: 6.8
    1313 *
    1414 * Blockskit is free software: you can redistribute it and/or modify
  • blockskit/trunk/import/demo/functions.php

    r3270949 r3283300  
    217217     *
    218218     */
    219     public function bk_import_demo_import_lists(){
     219    public function bk_import_demo_import_lists( $demos ){
    220220
    221221        $theme_slug = bk_import_get_theme_slug();
     
    530530            break;
    531531        endswitch;
    532         return $demo_lists;
     532        return array_merge( $demo_lists, $demos );
    533533    }
    534534
  • blockskit/trunk/readme.txt

    r3270949 r3283300  
    33Tags: block, image block, demo data, one click demo import, demo data importer
    44Requires at least: 5.9
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 7.4.9
    7 Stable tag: 1.1.4
     7Stable tag: 1.1.5
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4242
    4343== Changelog ==
     44
     45= 1.1.5 =
     46* Demo import update.
    4447
    4548= 1.1.4 =
Note: See TracChangeset for help on using the changeset viewer.