Make WordPress Themes

Changeset 299065


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

New version of MetaSoft - 17.9

Location:
metasoft/17.9
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • metasoft/17.9/functions.php

    r297738 r299065  
    66 * Define Theme Version
    77 */
    8 define( 'METASOFT_THEME_VERSION', '17.8' );
     8define( 'METASOFT_THEME_VERSION', '17.9' );
    99
    1010// Root path/URI.
  • metasoft/17.9/readme.txt

    r297738 r299065  
    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
     
    101101
    102102== Changelog ==
     103
     104@version 17.9
     105* Form Style Issue Fixed
    103106
    104107@version 17.8
  • metasoft/17.9/style.css

    r297738 r299065  
    55Author URI: https://www.nayrathemes.com/
    66Description: MetaSoft – is a Powerful & Modern IT Solutions, IT Business, Consulting, SaaS & Software, Startup, Technology, etc. WordPress theme created with latest design trends according to all your needs to create professional and high performance website. View the demo of MetaSoft Pro https://www.nayrathemes.com/demo/pro/?theme=metasoft
    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.