Make WordPress Themes

Changeset 291332 for webora


Ignore:
Timestamp:
10/03/2025 12:52:01 PM (7 weeks ago)
Author:
themedropbox
Message:

New version of Webora - 1.5

Location:
webora/1.5
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • webora/1.5/functions.php

    r290442 r291332  
    33 * Define Theme Version
    44 */
    5 define( 'WEBORA_THEME_VERSION', '1.4' );
     5define( 'WEBORA_THEME_VERSION', '1.5' );
    66
    77function webora_css() {
  • webora/1.5/readme.txt

    r290442 r291332  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 1.4
    8 Version: 1.4
     7Stable tag: 1.5
     8Version: 1.5
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    167167== Changelog ==
    168168
     169@version 1.5
     170* Button Color Fixed
     171
    169172@version 1.4
    170173* Block Style Improvement
  • webora/1.5/style.css

    r290442 r291332  
    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.4
     8Version: 1.5
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    101101    border-radius: 100%;
    102102}
     103
     104a.wp-block-button__link:focus {
     105    color: #fff;
     106    text-decoration: none;
     107}
Note: See TracChangeset for help on using the changeset viewer.