Make WordPress Themes

Changeset 299584


Ignore:
Timestamp:
11/21/2025 06:39:56 AM (3 days ago)
Author:
themedropbox
Message:

New version of Neek - 15.9

Location:
neek/15.9
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • neek/15.9/functions.php

    r298063 r299584  
    11<?php
    22
    3 define( 'NEEK_THEME_VERSION', '15.8' );
     3define( 'NEEK_THEME_VERSION', '15.9' );
    44
    55function neek_css() {
  • neek/15.9/readme.txt

    r298063 r299584  
    55Tested up to: 6.8.1
    66Requires PHP: 5.6
    7 Stable tag: 15.8
    8 Version: 15.8
     7Stable tag: 15.9
     8Version: 15.9
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9494##Changelog
    9595
     96@version 15.9
     97* Form Style Issue Fixed
     98
    9699@version 15.8
    97100* Block Style Issue Fixed
  • neek/15.9/style.css

    r298063 r299584  
    66Description: Neek is a trending WordPress theme with lots of powerful features, instantly giving a professional look to your online presence. Neek 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 Neek Premium https://demo.speciatheme.com/pro/?theme=neek
    77Template: specia
    8 Version: 15.8
     8Version: 15.9
    99Tested up to: 6.8
    1010Requires PHP: 5.6
     
    964964   border: none;
    965965}
     966
     967select:focus,
     968.form-control:focus {
     969    border-color: rgb(255, 33, 79);
     970    box-shadow: 0 0 5px rgba(255, 33, 79, 1);
     971}
Note: See TracChangeset for help on using the changeset viewer.