Make WordPress Themes

Changeset 223907 for daizy


Ignore:
Timestamp:
04/09/2024 06:55:58 AM (20 months ago)
Author:
themedropbox
Message:

New version of Daizy - 7.1

Location:
daizy/7.1
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • daizy/7.1/functions.php

    r222933 r223907  
    11<?php
    22
    3 define( 'DAIZY_THEME_VERSION', '7.0' );
     3define( 'DAIZY_THEME_VERSION', '7.1' );
    44
    55function daizy_css() {
  • daizy/7.1/readme.txt

    r222933 r223907  
    44Tested up to: 6.4.3
    55Requires PHP: 5.6
    6 Stable tag: 7.0
    7 Version: 7.0
     6Stable tag: 7.1
     7Version: 7.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8585##Changelog
    8686
     87@version 7.1
     88* Woo Product Title Improved
     89
    8790@version 7.0
    8891* Fixed Style Issue
  • daizy/7.1/style.css

    r222933 r223907  
    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: 7.0
     8    Version: 7.1
    99    Tested up to: 6.4
    1010    Requires PHP: 5.6
     
    980980    line-height: 1.5;
    981981}
     982
     983.wc-block-components-product-title a.wc-block-components-product-name:hover,
     984.wc-block-components-product-title a.wc-block-components-product-name:focus {
     985    color: inherit;
     986}
Note: See TracChangeset for help on using the changeset viewer.