Update WHats new link
This commit is contained in:
		| @@ -14,7 +14,7 @@ class StartupUserMessagesManager { | ||||
|   bool _supportAppDevelopmentMessageShown; | ||||
|   bool _whatsNewMessageShown; | ||||
|   static final _supportAppDevelopmentMessageKey = "user-message-shown-support-development_3"; | ||||
|   static final _whatsNewMessageKey = "user-message-shown-whats-new-706"; | ||||
|   static final _whatsNewMessageKey = "user-message-shown-whats-new-804"; | ||||
|  | ||||
|   void checkMessagesToShow() async { | ||||
|     SharedPreferences prefs = await SharedPreferences.getInstance(); | ||||
|   | ||||
| @@ -24,7 +24,7 @@ class _WhatsNewPageState extends State<WhatsNewPage> { | ||||
|       error = ""; | ||||
|     }); | ||||
|     http.Response response; | ||||
|     response = await http.get("http://ha-client.app/service/whats_new_0.7.0.md"); | ||||
|     response = await http.get("http://ha-client.app/service/whats_new_0.8.md"); | ||||
|     if (response.statusCode == 200) { | ||||
|       setState(() { | ||||
|         data = response.body; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user