Plugin Directory

Changeset 3314036


Ignore:
Timestamp:
06/18/2025 05:02:31 PM (10 months ago)
Author:
darnado
Message:

Updated to version 1.1.1. This version adds fallback CSS styles to the default Gutenberg list block.

Location:
caledros-basic-blocks
Files:
656 added
1 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • caledros-basic-blocks/trunk/README.txt

    r3313530 r3314036  
    55Requires at least: 6.7
    66Tested up to: 6.8
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88Requires PHP: 8.0
    99License: GPLv2 or later
     
    193193* Updated README.txt. "Requires at least" information added.
    194194
     195= 1.1.1 =
     196
     197**Default Gutenberg List block:**
     198
     199* Added fallback colors for the dark and light modes. The default Gutenberg list block now uses the same colors as paragraph text.
     200
     201**Project Structure:**
     202
     203* Deleted empty folder located inside core → resources → src
     204
    195205== Upgrade Notice ==
    196206
  • caledros-basic-blocks/trunk/caledros-basic.php

    r3313530 r3314036  
    44 * Plugin URI: https://caledrosforge.com/
    55 * Description: Add easy-to-use Gutenberg blocks to your WordPress site.
    6  * Version: 1.1.0
     6 * Version: 1.1.1
    77 * Requires at least: 6.7
    88 * Requires PHP: 8.0
  • caledros-basic-blocks/trunk/core/resources/dist/cbb-editor-styles.min.css

    r3313530 r3314036  
    1 *{box-sizing:border-box}.cbb-active-tab{border-bottom:2px solid #007cba;color:#007cba;font-weight:700}.cbb-editor-label{border-top:1px solid #d8d8d8;display:block;margin:15px 0;padding-top:15px}.cbb-editor__grid{column-gap:5px;display:grid;grid-template-columns:3fr 1fr}html :where(.wp-block){margin-bottom:0;margin-top:0;max-width:100%}body{background-color:var(--wp--preset--color--base,#fff)}p{color:var(--wp--preset--color--paragraph-light,#000)}.cbb-header-link a,h1,h2,h3,h4,h5,h6{color:var(--wp--preset--color--heading-light,#000)}.cbb-header-link a,p a{text-decoration:none}p a{color:var(--wp--preset--color--link-light,#00abe7)}html[data-theme=dark] body{background-color:var(--wp--preset--color--base-dark,#1f1f1f)}html[data-theme=dark] p{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}html[data-theme=dark] .cbb-header-link a,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6{color:var(--wp--preset--color--heading-dark,#f2f2f2)}html[data-theme=dark] .cbb-header-link a{text-decoration:none}html[data-theme=dark] .wp-block-navigation__container{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}html[data-theme=dark] p a{color:var(--wp--preset--color--link-dark,#38d16e)}
     1*{box-sizing:border-box}.cbb-active-tab{border-bottom:2px solid #007cba;color:#007cba;font-weight:700}.cbb-editor-label{border-top:1px solid #d8d8d8;display:block;margin:15px 0;padding-top:15px}.cbb-editor__grid{column-gap:5px;display:grid;grid-template-columns:3fr 1fr}html :where(.wp-block){margin-bottom:0;margin-top:0;max-width:100%}body{background-color:var(--wp--preset--color--base,#fff)}p{color:var(--wp--preset--color--paragraph-light,#000)}.cbb-header-link a,h1,h2,h3,h4,h5,h6{color:var(--wp--preset--color--heading-light,#000)}.cbb-header-link a,p a{text-decoration:none}p a{color:var(--wp--preset--color--link-light,#00abe7)}.wp-block-list{color:var(--wp--preset--color--paragraph-light,#000)}html[data-theme=dark] body{background-color:var(--wp--preset--color--base-dark,#1f1f1f)}html[data-theme=dark] p{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}html[data-theme=dark] .cbb-header-link a,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6{color:var(--wp--preset--color--heading-dark,#f2f2f2)}html[data-theme=dark] .cbb-header-link a{text-decoration:none}html[data-theme=dark] .wp-block-navigation__container{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}html[data-theme=dark] p a{color:var(--wp--preset--color--link-dark,#38d16e)}html[data-theme=dark] .wp-block-list{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}
  • caledros-basic-blocks/trunk/core/resources/dist/cbb-frontend-styles.min.css

    r3313530 r3314036  
    1 *{box-sizing:border-box}body{background-color:var(--wp--preset--color--base,#fff)}p{color:var(--wp--preset--color--paragraph-light,#000)}.cbb-header-link a,h1,h2,h3,h4,h5,h6{color:var(--wp--preset--color--heading-light,#000)}.cbb-header-link a,p a{text-decoration:none}p a{color:var(--wp--preset--color--link-light,#00abe7)}html[data-theme=dark] body{background-color:var(--wp--preset--color--base-dark,#1f1f1f)}html[data-theme=dark] p{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}html[data-theme=dark] .cbb-header-link a,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6{color:var(--wp--preset--color--heading-dark,#f2f2f2)}html[data-theme=dark] .cbb-header-link a{text-decoration:none}html[data-theme=dark] .wp-block-navigation__container{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}html[data-theme=dark] p a{color:var(--wp--preset--color--link-dark,#38d16e)}
     1*{box-sizing:border-box}body{background-color:var(--wp--preset--color--base,#fff)}p{color:var(--wp--preset--color--paragraph-light,#000)}.cbb-header-link a,h1,h2,h3,h4,h5,h6{color:var(--wp--preset--color--heading-light,#000)}.cbb-header-link a,p a{text-decoration:none}p a{color:var(--wp--preset--color--link-light,#00abe7)}.wp-block-list{color:var(--wp--preset--color--paragraph-light,#000)}html[data-theme=dark] body{background-color:var(--wp--preset--color--base-dark,#1f1f1f)}html[data-theme=dark] p{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}html[data-theme=dark] .cbb-header-link a,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6{color:var(--wp--preset--color--heading-dark,#f2f2f2)}html[data-theme=dark] .cbb-header-link a{text-decoration:none}html[data-theme=dark] .wp-block-navigation__container{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}html[data-theme=dark] p a{color:var(--wp--preset--color--link-dark,#38d16e)}html[data-theme=dark] .wp-block-list{color:var(--wp--preset--color--paragraph-dark,#f2f2f2)}
  • caledros-basic-blocks/trunk/core/resources/src/cbb-editor-styles.css

    r3313530 r3314036  
    8282}
    8383
     84/*List*/
     85.wp-block-list {
     86  color: var(--wp--preset--color--paragraph-light, #000000);
     87}
     88
    8489/*Dark mode*/
    8590/*Background color*/
     
    8792  background-color: var(--wp--preset--color--base-dark, #1f1f1f);
    8893}
     94
    8995/*Paragraph text color*/
    9096html[data-theme="dark"] p {
    9197  color: var(--wp--preset--color--paragraph-dark, #f2f2f2);
    9298}
     99
    93100/*Heading text color*/
    94101html[data-theme="dark"] h1,
     
    100107  color: var(--wp--preset--color--heading-dark, #f2f2f2);
    101108}
     109
    102110/*Header heading link*/
    103111html[data-theme="dark"] .cbb-header-link a {
     
    105113  color: var(--wp--preset--color--heading-dark, #f2f2f2);
    106114}
     115
    107116/*Default Navigation links*/
    108117html[data-theme="dark"] .wp-block-navigation__container {
    109118  color: var(--wp--preset--color--paragraph-dark, #f2f2f2);
    110119}
     120
    111121/*Links inside paragraphs color*/
    112122html[data-theme="dark"] p a {
    113123  color: var(--wp--preset--color--link-dark, #38d16e);
    114124}
     125
     126/*Lists*/
     127html[data-theme="dark"] .wp-block-list {
     128  color: var(--wp--preset--color--paragraph-dark, #f2f2f2);
     129}
  • caledros-basic-blocks/trunk/core/resources/src/cbb-frontend-styles.css

    r3313530 r3314036  
    5353}
    5454
     55/*List*/
     56.wp-block-list {
     57  color: var(--wp--preset--color--paragraph-light, #000000);
     58}
     59
    5560/*Dark mode*/
    5661/*Background color*/
     
    6267  color: var(--wp--preset--color--paragraph-dark, #f2f2f2);
    6368}
     69
    6470/*Heading text color*/
    6571html[data-theme="dark"] h1,
     
    7177  color: var(--wp--preset--color--heading-dark, #f2f2f2);
    7278}
     79
    7380/*Header heading link*/
    7481html[data-theme="dark"] .cbb-header-link a {
     
    7683  color: var(--wp--preset--color--heading-dark, #f2f2f2);
    7784}
     85
    7886/*Default Navigation links*/
    7987html[data-theme="dark"] .wp-block-navigation__container {
     
    8593  color: var(--wp--preset--color--link-dark, #38d16e);
    8694}
     95
     96/*Lists*/
     97html[data-theme="dark"] .wp-block-list {
     98  color: var(--wp--preset--color--paragraph-dark, #f2f2f2);
     99}
  • caledros-basic-blocks/trunk/languages/caledros-basic-blocks.pot

    r3313530 r3314036  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Caledros Basic Blocks 1.1.0\n"
     5"Project-Id-Version: Caledros Basic Blocks 1.1.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/caledros-basic-blocks\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-06-17T23:00:15+00:00\n"
     12"POT-Creation-Date: 2025-06-18T16:44:13+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • caledros-basic-blocks/trunk/package-lock.json

    r3313530 r3314036  
    11{
    22  "name": "caledros-basic-blocks",
    3   "version": "1.1.0",
     3  "version": "1.1.1",
    44  "lockfileVersion": 3,
    55  "requires": true,
     
    77    "": {
    88      "name": "caledros-basic-blocks",
    9       "version": "1.1.0",
     9      "version": "1.1.1",
    1010      "license": "GPL-2.0-or-later",
    1111      "dependencies": {
  • caledros-basic-blocks/trunk/package.json

    r3313530 r3314036  
    11{
    22  "name": "caledros-basic-blocks",
    3   "version": "1.1.0",
     3  "version": "1.1.1",
    44  "main": "index.js",
    55  "scripts": {
Note: See TracChangeset for help on using the changeset viewer.