Make WordPress Themes

Changeset 217336 for daizy


Ignore:
Timestamp:
02/13/2024 05:46:53 AM (22 months ago)
Author:
themedropbox
Message:

New version of Daizy - 6.3

Location:
daizy/6.3
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • daizy/6.3/functions.php

    r216609 r217336  
    11<?php
    22
    3 define( 'DAIZY_THEME_VERSION', '6.2' );
     3define( 'DAIZY_THEME_VERSION', '6.3' );
    44
    55function daizy_css() {
  • daizy/6.3/readme.txt

    r216609 r217336  
    44Tested up to: 6.4.1
    55Requires PHP: 5.6
    6 Stable tag: 6.2
    7 Version: 6.2
     6Stable tag: 6.3
     7Version: 6.3
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8585##Changelog
    8686
     87@version 6.3
     88* Block Style Improved
     89
    8790@version 6.2
    8891* Block Style Improvements
  • daizy/6.3/style.css

    r216609 r217336  
    66    Description: Daizy is a trending WordPress theme with lots of powerful features, instantly giving a professional look to your online presence. Daizy comes with everything you could ever need to build an amazing website, and it's perfect for any type of business! View the demo of Daizy Premium https://demo.speciatheme.com/pro/?theme=daizy
    77    Template: specia
    8     Version: 6.2
     8    Version: 6.3
    99    Tested up to: 6.4
    1010    Requires PHP: 5.6
     
    951951    font-weight: 600;
    952952}
     953
     954.wp-block-group.has-black-border-color {
     955    border-color: #333 !important;
     956}
Note: See TracChangeset for help on using the changeset viewer.