Plugin Directory

Changeset 3383662


Ignore:
Timestamp:
10/23/2025 10:40:52 PM (7 weeks ago)
Author:
slaFFik
Message:

Content Randomizer v1.2.1

Location:
blocks-randomizer
Files:
16 added
7 edited

Legend:

Unmodified
Added
Removed
  • blocks-randomizer/trunk/blocks-randomizer.php

    r3378435 r3383662  
    44 * Plugin URI:        https://github.com/slaffik/blocks-randomizer
    55 * Description:       Display randomly any of the top-level blocks within the "Blocks Randomizer" main block.
    6  * Version:           1.2.0
     6 * Version:           1.2.1
    77 * Requires at least: 6.7
    88 * Requires PHP:      7.4
  • blocks-randomizer/trunk/build/blocks-manifest.php

    r3378435 r3383662  
    66        'apiVersion' => 3,
    77        'name' => 'blocks-randomizer/holder',
    8         'version' => '1.2.0',
     8        'version' => '1.2.1',
    99        'title' => 'Blocks Randomizer',
    1010        'category' => 'widgets',
  • blocks-randomizer/trunk/build/blocks-randomizer/block.json

    r3378435 r3383662  
    33  "apiVersion": 3,
    44  "name": "blocks-randomizer/holder",
    5   "version": "1.2.0",
     5  "version": "1.2.1",
    66  "title": "Blocks Randomizer",
    77  "category": "widgets",
  • blocks-randomizer/trunk/build/blocks-randomizer/index-rtl.css

    r3378435 r3383662  
    1 .wp-block-blocks-randomizer-holder.has-child-selected,.wp-block-blocks-randomizer-holder.is-selected{outline:2px solid #007cba;outline-offset:2px}.wp-block-blocks-randomizer-holder-inner{background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;margin:0;outline:1px solid transparent;padding:24px;position:relative}.wp-block-blocks-randomizer-holder-inner>:last-of-type{margin-bottom:0}.wp-block-blocks-randomizer-holder-inner>:first-of-type{margin-top:0}
     1.wp-block-blocks-randomizer-holder.has-child-selected,.wp-block-blocks-randomizer-holder.is-selected{outline:2px solid #007cba;outline-offset:2px}.wp-block-blocks-randomizer-holder-inner{border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;margin:0;outline:1px solid transparent;padding:24px;position:relative}.wp-block-blocks-randomizer-holder-inner>:last-of-type{margin-bottom:0}.wp-block-blocks-randomizer-holder-inner>:first-of-type{margin-top:0}
  • blocks-randomizer/trunk/build/blocks-randomizer/index.asset.php

    r3378435 r3383662  
    1 <?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'a9b205ac64d831a070ad');
     1<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '4a78a1fe1e829ba58e1e');
  • blocks-randomizer/trunk/build/blocks-randomizer/index.css

    r3378435 r3383662  
    1 .wp-block-blocks-randomizer-holder.has-child-selected,.wp-block-blocks-randomizer-holder.is-selected{outline:2px solid #007cba;outline-offset:2px}.wp-block-blocks-randomizer-holder-inner{background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;margin:0;outline:1px solid transparent;padding:24px;position:relative}.wp-block-blocks-randomizer-holder-inner>:last-of-type{margin-bottom:0}.wp-block-blocks-randomizer-holder-inner>:first-of-type{margin-top:0}
     1.wp-block-blocks-randomizer-holder.has-child-selected,.wp-block-blocks-randomizer-holder.is-selected{outline:2px solid #007cba;outline-offset:2px}.wp-block-blocks-randomizer-holder-inner{border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;margin:0;outline:1px solid transparent;padding:24px;position:relative}.wp-block-blocks-randomizer-holder-inner>:last-of-type{margin-bottom:0}.wp-block-blocks-randomizer-holder-inner>:first-of-type{margin-top:0}
  • blocks-randomizer/trunk/readme.txt

    r3378435 r3383662  
    55Requires PHP: 7.4
    66Tested up to: 6.8
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPL-2.0-or-later
    99
     
    340340== Changelog ==
    341341
     342= 1.2.1 =
     343* Fixed: In the Block Editor the white background of the Block Randomizer inner container is no longer set - so users of dark themes can actually see the text inside the randomizer while editing the block.
     344
    342345= 1.2.0 =
    343346* Changed: You can now set the number of items inside the randomizer block to 0, effectively hiding the whole block on the front-end (and everything inside it).
Note: See TracChangeset for help on using the changeset viewer.