Make WordPress Themes

Changeset 252317 for daizy


Ignore:
Timestamp:
12/14/2024 12:48:40 PM (11 months ago)
Author:
themedropbox
Message:

New version of Daizy - 10.6

Location:
daizy/10.6
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • daizy/10.6/functions.php

    r251779 r252317  
    11<?php
    22
    3 define( 'DAIZY_THEME_VERSION', '10.5' );
     3define( 'DAIZY_THEME_VERSION', '10.6' );
    44
    55function daizy_css() {
  • daizy/10.6/readme.txt

    r251779 r252317  
    44Tested up to: 6.7
    55Requires PHP: 5.6
    6 Stable tag: 10.5
    7 Version: 10.5
     6Stable tag: 10.6
     7Version: 10.6
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8585##Changelog
    8686
     87@version 10.6
     88* Block CSS improvements
     89
    8790@version 10.5
    8891* Style Improvement
  • daizy/10.6/style.css

    r251779 r252317  
    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: 10.5
     8    Version: 10.6
    99    Tested up to: 6.7
    1010    Requires PHP: 5.6
     
    11001100    background-color: #1b8415;
    11011101}
     1102
     1103.wp-block-social-links .wp-social-link:last-child {
     1104    margin-bottom: 8px;
     1105}
Note: See TracChangeset for help on using the changeset viewer.