Make WordPress Themes

Changeset 228033


Ignore:
Timestamp:
05/16/2024 02:18:55 PM (19 months ago)
Author:
themedropbox
Message:

New version of Avenza - 1.1.0

Location:
avenza/1.1.0
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • avenza/1.1.0/functions.php

    r227214 r228033  
    33    * Define Theme Version
    44 */
    5 define( 'AVENZA_THEME_VERSION', '1.0.9' ); 
     5define( 'AVENZA_THEME_VERSION', '1.1.0' ); 
    66   
    77function avenza_css() {
  • avenza/1.1.0/readme.txt

    r227214 r228033  
    55Tested up to: 6.5.2
    66Requires PHP: 5.6
    7 Stable tag: 1.0.9
    8 Version: 1.0.9
     7Stable tag: 1.1.0
     8Version: 1.1.0
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    127127@version 1.0.9
    128128* Block Style Improvements
     129
     130@version 1.1.0
     131* Woo Block Cart Style Improved
  • avenza/1.1.0/style.css

    r227214 r228033  
    66Description: Avenza is flexible, super fast, easily customizable, lightweight, modern multipurpose theme. Avenza 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 Avenza Pro https://www.nayrathemes.com/demo/pro/?theme=avenza
    77Template: avril
    8 Version: 1.0.9
     8Version: 1.1.0
    99Tested up to: 6.5
    1010Requires PHP: 5.6
     
    709709    top: 0;
    710710}
     711
     712div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
     713    font-weight: 700;
     714    font-size: 24px;
     715}
Note: See TracChangeset for help on using the changeset viewer.