diff --git a/README.md b/README.md
index 6ade6ac5..8b7763a0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# Nightingale 2.4.10
-
+# Nightingale 2.4.11
+
diff --git a/composer.json b/composer.json
index c7c91813..2dfc7160 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "nhsleadership/nightingale",
- "version": "2.4.10",
+ "version": "2.4.11",
"description": " NHSUK Frontend style theme for WordPress",
"repositories":[{"type":"composer","url":"https://wpackagist.org"}],
"type": "wordpress-theme",
diff --git a/functions.php b/functions.php
index a9794111..aa8dbd2f 100644
--- a/functions.php
+++ b/functions.php
@@ -5,7 +5,7 @@
* @link https://developer.wordpress.org/themes/basics/theme-functions/
* @package Nightingale
* @copyright NHS Leadership Academy, Tony Blacker
- * @version 2.4.10 09 jan 2023
+ * @version 2.4.11 11 jan 2023
*/
/**
diff --git a/index.php b/index.php
index 70adbf05..badc0aa3 100644
--- a/index.php
+++ b/index.php
@@ -9,7 +9,7 @@
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
* @package Nightingale
* @copyright NHS Leadership Academy, Tony Blacker
- * @version 2.4.10 9th January 2023
+ * @version 2.4.11 11th January 2023
*/
get_header();
diff --git a/readme.txt b/readme.txt
index 960be5da..e9ad4c60 100644
--- a/readme.txt
+++ b/readme.txt
@@ -6,7 +6,7 @@ Requires PHP: 5.6
License: GPL v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Theme URI: https://digital.leadershipacademy.nhs.uk/digital-capabilities/websites/nightingale-theme-user-guide/
-Version: 2.4.10
+Version: 2.4.11
Stable tag: 2.4
@@ -43,6 +43,9 @@ one level only. To show further levels, we recommend using the right (or left) h
== Changelog
+=2.4.11=
+* Button style fix for gravity forms with legacy markup enabled
+
=2.4.10=
* Style fixes for learndash version 4
* Breadcrumb fix in category pages
diff --git a/style.css b/style.css
index cec9710e..bbaa6b28 100644
--- a/style.css
+++ b/style.css
@@ -2,7 +2,7 @@
/*
Theme Name: Nightingale
Text Domain: nightingale
-Version: 2.4.10
+Version: 2.4.11
Requires at least: 5.0
Tested up to: 6
Requires PHP: 5.2.4
diff --git a/style.scss b/style.scss
index 14ec10e9..c958f45f 100644
--- a/style.scss
+++ b/style.scss
@@ -2,7 +2,7 @@
/*
Theme Name: Nightingale
Text Domain: nightingale
-Version: 2.4.10
+Version: 2.4.11
Requires at least: 5.0
Tested up to: 6
Requires PHP: 5.2.4