Ghost/core/server
kirrg001 357ea3dffd 🐛 Fixed showing old release notifications in the about page
no issue

- reported in slack (https://ghost.slack.com/files/U8QV8DXQB/F8TSBQ532/image.png)
- do not expose old release notification
  - e.g. you are on 1.20.0
  - you receive a notification for 1.20.1 to update
  - you update to 1.20.1
- ensure we protect exposing the release notification (compare against blog version)
- protect against wrong formats
- @TODO: the notifications could store a `version` property
  - by that we could use `notification.version` and don't have to match the version in the message
2018-01-18 12:19:55 +01:00
..
adapters Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
api 🐛 Fixed showing old release notifications in the about page 2018-01-18 12:19:55 +01:00
apps Moved make-absolute-urls to url service 2017-12-14 22:34:37 +01:00
config Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00
controllers Moved tokens, url safe and safe string utility to lib/security 2017-12-14 13:38:00 +01:00
data Backup endpoint improvements (#9365) 2018-01-11 16:03:21 +01:00
helpers Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
lib 🐛 Reload translations if active theme get's overridden (#9392) 2018-01-12 09:19:28 +00:00
models Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00
public 🛠 🙈 Rename ghost-url.js to ghost-sdk.js (#8767) 2017-07-28 18:23:32 +04:00
services 🐛 Reload translations if active theme get's overridden (#9392) 2018-01-12 09:19:28 +00:00
translations Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web Fixed bad references to common.i18n (#9402) 2018-01-17 17:28:42 +01:00
analytics-events.js Cleared out old unused events 2017-12-13 09:08:25 +00:00
filters.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
ghost-server.js Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
index.js Theme translations and blog localisation (#8437) 2018-01-09 14:50:57 +01:00
overrides.js Set Promise to be Bluebird globally 2017-12-13 20:57:11 +01:00
update-check.js Update Notification improvements (#9123) 2018-01-09 15:20:00 +01:00