Plugin Directory

Changeset 3061178

Timestamp:
03/29/2024 01:45:50 PM (4 months ago)
Author:
petitphp
Message:

Update to version 1.1.1 from GitHub

Location:
multisite-shared-blocks
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • multisite-shared-blocks/tags/1.1.1/build/blocks/shared-block/block.json

    r2999611 r3061178  
    33  "apiVersion": 2,
    44  "name": "multisite-shared-blocks/shared-block",
    5   "version": "1.1.0",
     5  "version": "1.1.",
    66  "title": "Shared Block",
    77  "category": "design",
  • multisite-shared-blocks/tags/1.1.1/includes/Gutenberg/SharedBlocksAttributes.php

    r2795737 r3061178  
    100100        );
    101101
     102
     103
     104
    102105        // Register additional configuration data for the script to be print before the script tag.
    103106        wp_add_inline_script(
  • multisite-shared-blocks/tags/1.1.1/multisite-shared-blocks.php

    r2999611 r3061178  
    44 * Plugin URI: https://github.com/BeAPI/multisite-shared-blocks
    55 * Description: Share blocks between network's sites.
    6  * Version: 1.1.0
     6 * Version: 1.1.
    77 * Requires at least: 5.9
    88 * Requires PHP: 7.2
     
    3232
    3333// Plugin constants
    34 define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.1.0' );
     34define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.1.' );
    3535define( 'MULTISITE_SHARED_BLOCKS_CACHE_VERSION', '1' );
    3636define( 'MULTISITE_SHARED_BLOCKS_VIEWS_FOLDER_NAME', 'multisite-shared-blocks' );
  • multisite-shared-blocks/tags/1.1.1/readme.txt

    r2999611 r3061178  
    44Requires at least: 5.9
    55Tested up to: 6.4
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.
    77Requires PHP: 7.2
    88License: GPL v2 or later
     
    2727== Changelog ==
    2828
     29
     30
     31
    2932= 1.1.0 - 2023-11-21 =
    3033* Fix case where wpautop could be applyied more than one time on content
  • multisite-shared-blocks/tags/1.1.1/vendor/composer/installed.php

    r2999611 r3061178  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '62bef7dc03b1c87332e0867417f69acd7d3df33c',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '62bef7dc03b1c87332e0867417f69acd7d3df33c',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • multisite-shared-blocks/trunk/build/blocks/shared-block/block.json

    r2999611 r3061178  
    33  "apiVersion": 2,
    44  "name": "multisite-shared-blocks/shared-block",
    5   "version": "1.1.0",
     5  "version": "1.1.",
    66  "title": "Shared Block",
    77  "category": "design",
  • multisite-shared-blocks/trunk/includes/Gutenberg/SharedBlocksAttributes.php

    r2795737 r3061178  
    100100        );
    101101
     102
     103
     104
    102105        // Register additional configuration data for the script to be print before the script tag.
    103106        wp_add_inline_script(
  • multisite-shared-blocks/trunk/multisite-shared-blocks.php

    r2999611 r3061178  
    44 * Plugin URI: https://github.com/BeAPI/multisite-shared-blocks
    55 * Description: Share blocks between network's sites.
    6  * Version: 1.1.0
     6 * Version: 1.1.
    77 * Requires at least: 5.9
    88 * Requires PHP: 7.2
     
    3232
    3333// Plugin constants
    34 define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.1.0' );
     34define( 'MULTISITE_SHARED_BLOCKS_VERSION', '1.1.' );
    3535define( 'MULTISITE_SHARED_BLOCKS_CACHE_VERSION', '1' );
    3636define( 'MULTISITE_SHARED_BLOCKS_VIEWS_FOLDER_NAME', 'multisite-shared-blocks' );
  • multisite-shared-blocks/trunk/readme.txt

    r2999611 r3061178  
    44Requires at least: 5.9
    55Tested up to: 6.4
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.
    77Requires PHP: 7.2
    88License: GPL v2 or later
     
    2727== Changelog ==
    2828
     29
     30
     31
    2932= 1.1.0 - 2023-11-21 =
    3033* Fix case where wpautop could be applyied more than one time on content
  • multisite-shared-blocks/trunk/vendor/composer/installed.php

    r2999611 r3061178  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '62bef7dc03b1c87332e0867417f69acd7d3df33c',
     6        'reference' => '',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '62bef7dc03b1c87332e0867417f69acd7d3df33c',
     16            'reference' => '',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.