Make WordPress Themes

Changeset 281534 for daizy


Ignore:
Timestamp:
07/29/2025 06:39:13 AM (4 months ago)
Author:
themedropbox
Message:

New version of Daizy - 14.2

Location:
daizy/14.2
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • daizy/14.2/functions.php

    r280732 r281534  
    11<?php
    22
    3 define( 'DAIZY_THEME_VERSION', '14.1' );
     3define( 'DAIZY_THEME_VERSION', '14.2' );
    44
    55function daizy_css() {
  • daizy/14.2/readme.txt

    r280732 r281534  
    44Tested up to: 6.8.1
    55Requires PHP: 5.6
    6 Stable tag: 14.1
    7 Version: 14.1
     6Stable tag: 14.2
     7Version: 14.2
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8585##Changelog
    8686
     87@version 14.2
     88* Blockquote Style Improvement
     89
    8790@version 14.1
    8891* Block Style Improvement
  • daizy/14.2/style.css

    r280732 r281534  
    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: 14.1
     8    Version: 14.2
    99    Tested up to: 6.8
    1010    Requires PHP: 5.6
     
    12331233    font-weight: 500;
    12341234}
     1235
     1236.entry-content blockquote cite a:hover,
     1237.entry-content blockquote cite a:focus {
     1238    text-decoration: underline;
     1239}
Note: See TracChangeset for help on using the changeset viewer.