diff --git a/crouton.php b/crouton.php
index 1e64a3b..f3aceef 100644
--- a/crouton.php
+++ b/crouton.php
@@ -5,7 +5,7 @@
Description: A tabbed based display for showing meeting information.
Author: bmlt-enabled
Author URI: https://bmlt.app
-Version: 3.20.7
+Version: 3.20.8
*/
/* Disallow direct access to the plugin file */
if (basename($_SERVER['PHP_SELF']) == basename(__FILE__)) {
diff --git a/croutonjs/src/templates/meetings.hbs b/croutonjs/src/templates/meetings.hbs
index 853ea12..ac165c0 100644
--- a/croutonjs/src/templates/meetings.hbs
+++ b/croutonjs/src/templates/meetings.hbs
@@ -52,7 +52,7 @@
{{this.share_word}}
{{/canShare}}
{{#reportUpdateEnabled this}}
- {{this.report_update_word}}
+ {{this.report_update_word}}
{{/reportUpdateEnabled}}
{{> offerIcsButton}}
diff --git a/readme.txt b/readme.txt
index 9ce6ce9..8cef21d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -5,7 +5,7 @@ Tags: na, meeting list, meeting finder, maps, recovery, addiction, webservant, b
Requires at least: 4.0
Required PHP: 8.0
Tested up to: 6.6.2
-Stable tag: 3.20.7
+Stable tag: 3.20.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
crouton implements a Tabbed UI for BMLT.
@@ -36,6 +36,9 @@ https://demo.bmlt.app/crouton
== Changelog ==
+= 3.20.8 =
+* Add a class for edit button.
+
= 3.20.7 =
* Assure "Fetching" message is deleted.
* Remove unnecessary call to root server.