Changeset 3283300
- Timestamp:
- 04/28/2025 10:11:30 AM (11 months ago)
- Location:
- blockskit
- Files:
-
- 21 added
- 3 edited
-
tags/1.1.5 (added)
-
tags/1.1.5/block.json (added)
-
tags/1.1.5/blockskit.php (added)
-
tags/1.1.5/build (added)
-
tags/1.1.5/build/index.asset.php (added)
-
tags/1.1.5/build/index.css (added)
-
tags/1.1.5/build/index.js (added)
-
tags/1.1.5/build/style-index.css (added)
-
tags/1.1.5/import (added)
-
tags/1.1.5/import/assets (added)
-
tags/1.1.5/import/assets/demo-import.css (added)
-
tags/1.1.5/import/assets/demo-import.js (added)
-
tags/1.1.5/import/base-install (added)
-
tags/1.1.5/import/base-install/assets (added)
-
tags/1.1.5/import/base-install/assets/base-install.css (added)
-
tags/1.1.5/import/base-install/assets/base-install.js (added)
-
tags/1.1.5/import/base-install/base-install.php (added)
-
tags/1.1.5/import/demo (added)
-
tags/1.1.5/import/demo-import.php (added)
-
tags/1.1.5/import/demo/functions.php (added)
-
tags/1.1.5/readme.txt (added)
-
trunk/blockskit.php (modified) (1 diff)
-
trunk/import/demo/functions.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blockskit/trunk/blockskit.php
r3270949 r3283300 7 7 * Author: blockskitdev 8 8 * Author URI: https://blockskit.com/ 9 * Version: 1.1. 49 * Version: 1.1.5 10 10 * Text Domain: blockskit 11 11 * Domain Path: https://blockskit.com/free 12 * Tested up to: 6. 712 * Tested up to: 6.8 13 13 * 14 14 * Blockskit is free software: you can redistribute it and/or modify -
blockskit/trunk/import/demo/functions.php
r3270949 r3283300 217 217 * 218 218 */ 219 public function bk_import_demo_import_lists( ){219 public function bk_import_demo_import_lists( $demos ){ 220 220 221 221 $theme_slug = bk_import_get_theme_slug(); … … 530 530 break; 531 531 endswitch; 532 return $demo_lists;532 return array_merge( $demo_lists, $demos ); 533 533 } 534 534 -
blockskit/trunk/readme.txt
r3270949 r3283300 3 3 Tags: block, image block, demo data, one click demo import, demo data importer 4 4 Requires at least: 5.9 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Requires PHP: 7.4.9 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 42 42 43 43 == Changelog == 44 45 = 1.1.5 = 46 * Demo import update. 44 47 45 48 = 1.1.4 =
Note: See TracChangeset
for help on using the changeset viewer.