Make WordPress Themes

Changeset 299057


Ignore:
Timestamp:
11/18/2025 01:12:37 PM (6 days ago)
Author:
themedropbox
Message:

New version of Boostify - 17.9

Location:
boostify/17.9
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • boostify/17.9/functions.php

    r297718 r299057  
    66 * Define Theme Version
    77 */
    8 define( 'BOOSTIFY_THEME_VERSION', '17.8' );
     8define( 'BOOSTIFY_THEME_VERSION', '17.9' );
    99
    1010// Root path/URI.
  • boostify/17.9/readme.txt

    r297718 r299057  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 17.8
    8 Version: 17.8
     7Stable tag: 17.9
     8Version: 17.9
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    126126
    127127== Changelog ==
     128
     129@version 17.9
     130* Form Style Issue Fixed
    128131
    129132@version 17.8
  • boostify/17.9/style.css

    r297718 r299057  
    55Author URI: https://www.nayrathemes.com/
    66Description: Boostify is flexible, super fast, easily customizable, lightweight, modern multipurpose theme. Boostify 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 Boostify Pro https://www.nayrathemes.com/demo/pro/?theme=boostify
    7 Version: 17.8
     7Version: 17.9
    88Tested up to: 6.8
    99Requires PHP: 5.6
     
    715715   border: none;
    716716}
     717
     718select:focus,
     719.form-control:focus {
     720    border-color: rgb(255, 33, 79);
     721    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
     722}
Note: See TracChangeset for help on using the changeset viewer.