Make WordPress Themes

Changeset 294629 for webora


Ignore:
Timestamp:
10/24/2025 11:42:32 AM (4 weeks ago)
Author:
themedropbox
Message:

New version of Webora - 1.8

Location:
webora/1.8
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • webora/1.8/functions.php

    r293775 r294629  
    33 * Define Theme Version
    44 */
    5 define( 'WEBORA_THEME_VERSION', '1.7' );
     5define( 'WEBORA_THEME_VERSION', '1.8' );
    66
    77function webora_css() {
  • webora/1.8/readme.txt

    r293775 r294629  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 1.7
    8 Version: 1.7
     7Stable tag: 1.8
     8Version: 1.8
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    167167== Changelog ==
    168168
     169@version 1.8
     170* Padding Fixed
     171
    169172@version 1.7
    170173*  Style Issue Fixed
  • webora/1.8/style.css

    r293775 r294629  
    66Description: A powerful next generation theme for upcoming generations and traditional UI that focuses on the color combinations of solid and gradient colors, along with cool animations and attractive features. It’s perfect for any type of business. View the demo of Webora Pro https://www.nayrathemes.com/demo/pro/?theme=webora
    77Template: webique
    8 Version: 1.7
     8Version: 1.8
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    110110    list-style: disc;
    111111}
     112
     113.post .wp-block-archives li {
     114    padding-bottom: 0.625rem;
     115}
Note: See TracChangeset for help on using the changeset viewer.