Skip to content

Commit

Permalink
Merge pull request #344 from DivyaNarhe411/develop
Browse files Browse the repository at this point in the history
Add changelog v4.9.3
  • Loading branch information
pallavic27 committed Dec 13, 2023
2 parents fa916f8 + 847d921 commit 13d2614
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Expand Up @@ -8,6 +8,13 @@ Changelog Legend:
[x] = Deleted
[!] = Bugs

(14/12/2023) = Added - Version 4.9.3
[!] = Fixed = Minor Bug Fixes.
[+] = Feature = Added separator icon options to Breadcrumbs settings.
[*] = Changed = Minor UI Changes.
[*] = Changed = Improved use of javascript in theme for better performance.


(12/04/2023) = Added - Version 4.9.2
[+] = Feature = Introducing performance based modules for Typograpy, Colors and Backgrounds, WooCommerce. With the introduction of modules, you can enable/disable settings from Responsive Pro plugin as required.
[!] = Fixed = Minor Bug Fixes.
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -11,7 +11,7 @@
/**
* Define constants.
*/
define( 'RESPONSIVE_THEME_VERSION', '4.9.2' );
define( 'RESPONSIVE_THEME_VERSION', '4.9.3' );
define( 'RESPONSIVE_THEME_DIR', trailingslashit( get_template_directory() ) );
define( 'RESPONSIVE_THEME_URI', trailingslashit( esc_url( get_template_directory_uri() ) ) );
define( 'RESPONSIVE_PRO_OLDER_VERSION_CHECK', '2.4.2' );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: cyberchimps
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 5.6
Stable tag: 4.9.2
Stable tag: 4.9.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13d2614

Please sign in to comment.