Changeset 299057
- Timestamp:
- 11/18/2025 01:12:37 PM (6 days ago)
- Location:
- boostify/17.9
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from boostify/17.8)
-
functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boostify/17.9/functions.php
r297718 r299057 6 6 * Define Theme Version 7 7 */ 8 define( 'BOOSTIFY_THEME_VERSION', '17. 8' );8 define( 'BOOSTIFY_THEME_VERSION', '17.9' ); 9 9 10 10 // Root path/URI. -
boostify/17.9/readme.txt
r297718 r299057 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 5.6 7 Stable tag: 17. 88 Version: 17. 87 Stable tag: 17.9 8 Version: 17.9 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 126 126 127 127 == Changelog == 128 129 @version 17.9 130 * Form Style Issue Fixed 128 131 129 132 @version 17.8 -
boostify/17.9/style.css
r297718 r299057 5 5 Author URI: https://www.nayrathemes.com/ 6 6 Description: 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. 87 Version: 17.9 8 8 Tested up to: 6.8 9 9 Requires PHP: 5.6 … … 715 715 border: none; 716 716 } 717 718 select: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.