diff --git a/Changes.md b/Changes.md index 45063e9..e772f2d 100644 --- a/Changes.md +++ b/Changes.md @@ -1,8 +1,9 @@ Version Information =================== -Version 3.7.0.4 +Version 3.7.1.0 - 29/09/2019 1. Put back collapsible block functionality. 2. Improve login page opacity. + 3. Stable version. Version 3.7.0.3 1. Fix no popup layout #4. diff --git a/version.php b/version.php index fb2cc63..e2e9ca5 100644 --- a/version.php +++ b/version.php @@ -28,8 +28,8 @@ $plugin->version = 2019051403; $plugin->requires = 2019052000.00; // 3.7 (Build: 20190520). $plugin->component = 'theme_foundation'; -$plugin->maturity = MATURITY_BETA; -$plugin->release = '3.7.0.4'; +$plugin->maturity = MATURITY_STABLE; +$plugin->release = '3.7.1.0'; $plugin->dependencies = array( - 'theme_boost' => 2019052000, + 'theme_boost' => 2019052000 );