=== Sublime Business ===

Contributors: sublimetheme
Tags: blog, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, wide-blocks, footer-widgets, custom-header, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, rtl-language-support, translation-ready, theme-options
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.5
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

== Description ==

Are you planning on moving your business into the digital space? Look no further; Sublime Business is here. Sublime Business is a free multipurpose WordPress theme crafted for all businesses like corporate, fashion, consultancy, finance, travel, real estate, sales, and marketing. Sublime Business truly understands the need for 100% performance on your site. It mainly focuses on making it an easy to use, speed-optimized theme. Moreover, it's mobile-friendly, SEO-friendly, and translation friendly. Such optimized features help your websites to rank higher in SEO engines quickly. Even though it's a free version, the theme is WooCommerce compatible and fully supports all the modern features to promote your online shop. For instance, it offers social media integration and unique choices of various page templates. Most important of all, Sublime Business is an Elementor based theme. Thus, you can make any type of changes you want via simple drag and drop. Additionally, there are multiple options of customizations via the inbuilt theme customizer to design the site as you dreamt. Sublime Business Free theme keeps flexibility and versatile functionings in mind. Also, you can rely on their secured codes and dedicated support team. Don't just go with the words; try the theme here at: https://demo.sublimetheme.com/sublime-business/. And find its full-fledged documentation here: https://sublimetheme.com/docs/sublime-business/ and reliable support here: https://sublimetheme.com/support/.

== Installation ==

1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.

== Copyright ==

Sublime Business WordPress Theme, Copyright 2022 SublimeTheme
Sublime Business is distributed under the terms of the GNU GPL

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

Sublime Business bundles the following third-party resources:

normalize.css, Copyright 2012-2016 Nicolas Gallagher and Jonathan Neal
License: MIT
Source: https://necolas.github.io/normalize.css/

Sifter, Copyright 2013-2015 Brian Reavis & Contributors
License: Apache License, Version 2.0
Source: https://github.com/brianreavis/sifter.js/

Microplugin, Copyright 2013 Brian Reavis & Contributors
License: Apache License, Version 2.0
Source: https://github.com/brianreavis/microplugin.js

Selectize, Copyright 2013-2016 Brian Reavis & Contributors
License: Apache License, Version 2.0
Source: https://github.com/selectize/selectize.js

Swiper, Copyright 2014-2021 Vladimir Kharlampidi
License : MIT
Source  : https://github.com/nolimits4web/swiper/blob/master/LICENSE

TGMPA, Copyright (c) 2011, Thomas Griffin
License: GPL-2.0+
Source: http://tgmpluginactivation.com/

Customizer Controls from Kirki, Copyright (c) 2017 Aristeides Stathopoulos
License: https://github.com/aristath/kirki/blob/develop/LICENSE
Source: https://github.com/aristath/kirki

Webfont loader, Copyright (c) 2020 WPTT
License: MIT
Source: https://github.com/WPTT/webfont-loader

Modal Accessibility taken form TwentyTwenty theme - https://wordpress.org/themes/twentytwenty/.
Pro theme section from https://github.com/justintadlock/trt-customizer-pro
Elementor Global color taken from Astra theme - https://wordpress.org/themes/astra/

Images used in screenshot.
Source: https://stocksnap.io/photo/business-man-DAAZROYMQN
License: CC0, https://stocksnap.io/license

Source: https://svgporn.com/
License: CC0, https://github.com/gilbarbara/logos/blob/master/LICENSE.txt

== Changelog ==
    == 1.0.5 => 05-24-2026
    * [Compatibility] WordPress 7.0 compatibility — Tested up to WP 7.0.
    * [Updated] Minimum WordPress version raised to 6.0; minimum PHP version raised to 7.4.
    * [Added] `navigation-widgets` to HTML5 theme support (WP 5.5+).
    * [Added] `editor-styles` theme support and registered editor stylesheet for the block editor.
    * [Updated] Script loading strategy to use WP 6.3+ `array('strategy'=>'defer')` API.
    * [Fixed] Critical bug: admin notice dismissal used assignment `=` instead of comparison `==`.
    * [Fixed] Admin notice dismissal now verifies a nonce to prevent CSRF.
    * [Fixed] Escaped `$byline` output in `sublime_business_posted_by()` using `wp_kses_post()`.
    * [Fixed] Added `aria-label` to primary navigation `<nav>` element for screen readers.
    * [Fixed] Added `aria-label` to scroll-to-top button for screen readers.
    * [Updated] Footer copyright uses `wp_date()` instead of deprecated `date_i18n()` for the year.
    * [Added] `ABSPATH` guard to `functions.php`.
    * [Fixed] JS: `slider_auto` was leaking as implicit global variable.
    * [Fixed] JS: Replaced deprecated `keyCode` with `e.key` (with `keyCode` fallback for old browsers).
    * [Fixed] JS: Corrected `nput[type="email"]` typo to `input[type="email"]`.
    * [Fixed] JS: Use `removeAttr('tabindex')` instead of `.attr('tabIndex','')` to properly clear the attribute.
    * [Fixed] Removed `add_editor_style()` call that was double-loading editor-block.css (already loaded via enqueue_block_editor_assets with SCRIPT_DEBUG support).
    * [Removed] `wp_body_open()` compatibility shim — dead code since minimum WP is now 6.0 (shim was only needed below WP 5.2).
    * [Updated] WooCommerce compatibility: bumped `woocommerce/single-product/related.php` to template version 10.3.0.
    * [Fixed] `related.php`: added lazy-loading media count optimization (WC 10.3.0 addition).
    * [Fixed] `related.php`: replaced deprecated `=&` reference assignment with `=` in `setup_postdata()` (PHP 8.x fix).
    * [Fixed] Removed `global $woocommerce` and redundant `version_compare( ..., '3.0' )` check in WooCommerce support function — gallery features now declared unconditionally.
    * [Added] WooCommerce HPOS (`custom_order_tables`) and Cart/Checkout Blocks (`cart_checkout_blocks`) compatibility declarations via `FeaturesUtil`.
    * [Fixed] Elementor: replaced obsolete `rest_request_after_callbacks` color injection with the official `elementor/globals/colors/items` filter (Elementor 3.x+/4.x API).
    * [Fixed] Elementor: removed broken `sublime_business_display_global_colors_front_end()` — `rest_ensure_response()` accepted only one argument so every individual color request incorrectly returned primarycolor data.
    * [Fixed] Footer copyright default text was rendered as `&copy; Copyright` (literal) instead of `© Copyright` because `esc_html_e()` double-encodes named HTML entities; replaced with `wp_kses_post( __(...) )`.
    * [Fixed] Added `aria-label` to footer `<nav>` element for screen readers (matching fix already applied to primary nav).

    == 1.0.4 => 06-03-2025
    * [Update] WooCommerce single product related page outdated template
    * Changes Slider Type description.
    * Fixed typo.

    == 1.0.3 => 12-26-2023
    * Fix: Fixed TGMPA issue for PHP 8. 

    == 1.0.2 => 27-09-2022
    * Added: Feature to load the google font locally.

    == 1.0.1 => 04-08-2022
    * Added Theme colors in Elementor Global Color Palette.
    * Fixed blog page pagination arrow design.
    * Fixed BreadCrumb in Elementor pages.

    == 1.0.0 => 04-06-2022
    * Initial release.