Make WordPress Themes

Changeset 206930


Ignore:
Timestamp:
10/31/2023 12:29:54 PM (2 years ago)
Author:
themedropbox
Message:

New version of Daizy - 4.7

Location:
daizy/4.7
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • daizy/4.7/functions.php

    r206201 r206930  
    11<?php
    22
    3 define( 'DAIZY_THEME_VERSION', '4.6' );
     3define( 'DAIZY_THEME_VERSION', '4.7' );
    44
    55function daizy_css() {
  • daizy/4.7/readme.txt

    r206201 r206930  
    44Tested up to: 6.3
    55Requires PHP: 5.6
    6 Stable tag: 4.6
    7 Version: 4.6
     6Stable tag: 4.7
     7Version: 4.7
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8484
    8585##Changelog
     86
     87@version 4.7
     88* Style Improvement for  wp-block-calendar widget
    8689
    8790@version 4.6
  • daizy/4.7/style.css

    r206201 r206930  
    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: 4.6
     8    Version: 4.7
    99    Tested up to: 6.3
    1010    Requires PHP: 5.6
     
    888888        width: 100%;
    889889}
     890
     891.sidebar .widget .wp-block-group .wp-block-latest-comments,
     892.sidebar .widget .wp-block-group .wp-block-loginout,
     893.sidebar .widget .wp-block-group .wp-block-table,
     894.sidebar .widget .wp-block-group .wp-block-buttons {
     895    padding: 1.563rem 1.000rem 1.563rem;
     896}
Note: See TracChangeset for help on using the changeset viewer.