diff --git a/app/NestedPages.php b/app/NestedPages.php
index 156c597..45a83cb 100644
--- a/app/NestedPages.php
+++ b/app/NestedPages.php
@@ -12,7 +12,7 @@ public static function init()
$np_env = 'live';
global $np_version;
- $np_version = '3.2.9';
+ $np_version = '3.2.10';
if ( is_admin() ) $app = new NestedPages\Bootstrap;
if ( !is_admin() ) $app = new NestedPages\FrontEndBootstrap;
diff --git a/app/Views/settings/partials/nav-menu-settings.php b/app/Views/settings/partials/nav-menu-settings.php
index 24d4d89..0712a06 100644
--- a/app/Views/settings/partials/nav-menu-settings.php
+++ b/app/Views/settings/partials/nav-menu-settings.php
@@ -43,7 +43,7 @@
?>
-
+
@@ -63,11 +63,11 @@
-
+
-
-
+
+
@@ -90,9 +90,9 @@
-
-
-
+
+
+
/>
diff --git a/nestedpages.php b/nestedpages.php
index 7c5cb2b..aee7386 100755
--- a/nestedpages.php
+++ b/nestedpages.php
@@ -3,7 +3,7 @@
Plugin Name: Nested Pages
Plugin URI: http://nestedpages.com
Description: Provides an intuitive drag and drop interface for managing pages in the Wordpress admin, while enhancing quick edit. Includes an auto-generated menu to match the nested interface, support for all post types and more.
-Version: 3.2.9
+Version: 3.2.10
Tested up to: 6.7
Author: Kyle Phillips
Author URI: https://github.com/kylephillips
diff --git a/readme.txt b/readme.txt
index d252ad2..bfb8f87 100755
--- a/readme.txt
+++ b/readme.txt
@@ -107,6 +107,9 @@ No. The menu synchronization currently only works within the pages post type.
== Changelog ==
+= 3.2.10 =
+* Security update addressing XSS code vulnerability
+
= 3.2.9 =
* Security update addressing XSS code vulnerability (Thanks to Artyom Krugov from CleanTalk and Animesh Gaurav from Automaticc)