Today after updating Discourse this great plugin shows some deprecations, one also on the page itself for admins:
[Admin-Hinweis] Plug-in âdiscourse-locationsâ enthält Code, der aktualisiert werden muss. (ID:discourse.jquery-autocomplete) (mehr erfahren)
Others in the developer console of the browser:
DEPRECATION: [PLUGIN discourse-locations] The
userproperty path was used in thediscourse/plugins/discourse-locations/discourse/templates/connectors/user-card-location-and-website/replace-location.hbstemplate without usingthis. This fallback behavior has been deprecated, all properties must be looked up onthiswhen used in the template: {{this.user}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See Resolving the `this-property-fallback` deprecation for more details.
DEPRECATION: [PLUGIN discourse-locations] The
showUserLocationproperty path was used in thediscourse/plugins/discourse-locations/discourse/templates/connectors/user-card-location-and-website/replace-location.hbstemplate without usingthis. This fallback behavior has been deprecated, all properties must be looked up onthiswhen used in the template: {{this.showUserLocation}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See Resolving the `this-property-fallback` deprecation for more details.
DEPRECATION: [PLUGIN discourse-locations] The
linkWebsiteproperty path was used in thediscourse/plugins/discourse-locations/discourse/templates/connectors/user-card-location-and-website/replace-location.hbstemplate without usingthis. This fallback behavior has been deprecated, all properties must be looked up onthiswhen used in the template: {{this.linkWebsite}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See Resolving the `this-property-fallback` deprecation for more details.
DEPRECATION: [PLUGIN discourse-locations] The
removeNoFollowproperty path was used in thediscourse/plugins/discourse-locations/discourse/templates/connectors/user-card-location-and-website/replace-location.hbstemplate without usingthis. This fallback behavior has been deprecated, all properties must be looked up onthiswhen used in the template: {{this.removeNoFollow}} [deprecation id: ember-this-fallback.this-property-fallback] This will be removed in ember-this-fallback n/a. See Resolving the `this-property-fallback` deprecation for more details.