Make WordPress Themes

Changeset 315338


Ignore:
Timestamp:
02/25/2026 05:14:02 PM (4 weeks ago)
Author:
extendify
Message:

Release version 2.1.1

Location:
extendable/2.1.1
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • extendable/2.1.1/readme.txt

    r315179 r315338  
    44Tested up to: 6.8
    55Requires PHP: 7.4
    6 Stable tag: 2.1.0
     6Stable tag: 2.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313
    1414== Changelog ==
     15
     16= 2.1.1 - 2026-02-25 =
     17- Fixed: Natrual vibe card background issue
    1518
    1619= 2.1.0 - 2026-02-25 =
  • extendable/2.1.1/style.css

    r315179 r315338  
    88Tested up to: 6.9
    99Requires PHP: 7.4
    10 Version: 2.1.0
     10Version: 2.1.1
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    373373:not(.block-editor-block-preview__content-iframe)
    374374.has-tertiary-background-color.has-background
    375 [class*='is-style-ext-preset--group--'][class*='item-card-1']:not(.has-background):not(.has-background)
    376  {
     375[class*='is-style-ext-preset--group--'][class*='item-card-1']:not(.has-background)
     376{
    377377    background-color: var(--wp--preset--color--background);
    378378}
     
    384384}
    385385
    386 
    387386:not(.block-editor-block-preview__content-iframe)
    388387.has-tertiary-background-color.has-background
     
    391390}
    392391
     392:not(.block-editor-block-preview__content-iframe)
     393.has-tertiary-background-color.has-background
     394[class*='is-style-ext-preset--group--'][class*='item-card-1']::before,:not(.block-editor-block-preview__content-iframe)
     395.has-tertiary-background-color.has-background
     396[class*='is-style-ext-preset--media-text--']:before {
     397    background-color: var(--wp--preset--color--background) !important;
     398}
    393399
    394400.block-editor-block-preview__content-iframe
  • extendable/2.1.1/styles/block-presets/group/natural-1/item-card-1/align-center/preset.json

    r315179 r315338  
    66    "blockTypes": ["core/group"],
    77    "styles": {
    8 
     8        "color": {
     9            "background": "transparent !important"
     10        },
    911        "blocks": {
    1012            "core/group": {
  • extendable/2.1.1/styles/block-presets/group/natural-1/item-card-1/align-start/preset.json

    r315179 r315338  
    66    "blockTypes": ["core/group"],
    77    "styles": {
    8 
     8        "color": {
     9            "background": "transparent !important"
     10        },
    911        "blocks": {
    1012            "core/group": {
Note: See TracChangeset for help on using the changeset viewer.