diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4f45f..b417135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## UNRELEASED - 2022-02-17 + +### Added +- /js/main.js file +- Alert the user if he tries to submit Manual Sync or Settings Form without selection a Group + ## [2.0.2] - 2022-02-08 ### Fixed @@ -40,6 +46,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - Add German translation +[unrealeased]: https://github.com/mailrelay/wordpress/compare/v2.0.1...head [2.0.2]: https://github.com/mailrelay/wordpress/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/mailrelay/wordpress/compare/v2.0...v2.0.1 [2.0]: https://github.com/mailrelay/wordpress/compare/v1.8.1...v2.0 diff --git a/src/inc/class-mailrelaypages.php b/src/inc/class-mailrelaypages.php index 43fb4b7..120267a 100644 --- a/src/inc/class-mailrelaypages.php +++ b/src/inc/class-mailrelaypages.php @@ -106,7 +106,7 @@ public function render_admin_page() { settings_errors(); ?> -