Plugin Directory

Changeset 3399123


Ignore:
Timestamp:
11/19/2025 04:31:01 PM (4 months ago)
Author:
badasswp
Message:

Deploy version 1.0.1 for manage-block-template

Location:
manage-block-template
Files:
69 added
6 edited

Legend:

Unmodified
Added
Removed
  • manage-block-template/trunk/CHANGELOG.md

    r3392866 r3399123  
    11# Changelog
     2
     3## 1.0.1
     4* Fix: Display blocks in vertical format correctly.
     5* Tested up to WP 6.8.
    26
    37## 1.0.0
  • manage-block-template/trunk/inc/Abstracts/Post.php

    r3392866 r3399123  
    296296                    $value,
    297297                    [
    298                         'span' => [
     298                        'p' => [
    299299                            'style' => [],
    300300                        ],
  • manage-block-template/trunk/inc/Posts/MBT.php

    r3392866 r3399123  
    113113
    114114                $carry .= sprintf(
    115                     '<span style="margin: 0; display: block;">%s</span>',
     115                    '<p style="margin: 0;">%s</p>',
    116116                    esc_html( $block['blockName'] ?? '' )
    117117                );
  • manage-block-template/trunk/manage-block-template.php

    r3392866 r3399123  
    44 * Plugin URI:  https://github.com/badasswp/manage-block-template
    55 * Description: A simple plugin to manage block templates easily.
    6  * Version:     1.0.0
     6 * Version:     1.0.1
    77 * Author:      badasswp
    88 * Author URI:  https://github.com/badasswp
  • manage-block-template/trunk/readme.txt

    r3392866 r3399123  
    44Requires at least: 4.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    6969== Changelog ==
    7070
     71= 1.0.1 =
     72* Fix: Display blocks in vertical format correctly.
     73* Tested up to WP 6.8.
     74
    7175= 1.0.0 =
    7276* Initial plugin release.
  • manage-block-template/trunk/vendor/composer/installed.php

    r3392866 r3399123  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '8ad6fd1d3a22eb858b91efa0a7447762411806f7',
     6        'reference' => 'f7f0bd1f1270d704dc754be9f83bf08a80f92c77',
    77        'type' => 'package',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-master',
    1515            'version' => 'dev-master',
    16             'reference' => '8ad6fd1d3a22eb858b91efa0a7447762411806f7',
     16            'reference' => 'f7f0bd1f1270d704dc754be9f83bf08a80f92c77',
    1717            'type' => 'package',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.