Ghost/core/frontend
Rish 886f564dc4 Updated default visibility in foreach for posts to all
closes https://github.com/TryGhost/Team/issues/485

In order to loop over all posts, we currently need to pass a visibility="all" flag to a foreach as default for all items in current `visibility` helper is set to `public`. For a post, this behaviour is unintuitive, and inconsistent with the API. Instead, the default visibility should be "all" for the posts. The update allows themes to get all posts directly without passing in visibility -

```
{{#get "posts"}}
    {{#foreach posts}}
        //Loops over all posts, not just `public`
    {{/foreach}}
{{/get}}
```
2021-03-02 15:44:19 +05:30
..
apps 💡 Renamed the cookie used for the private mode 2021-02-02 16:12:10 +00:00
helpers Updated default visibility in foreach for posts to all 2021-03-02 15:44:19 +05:30
meta Updated twitter/og structured data rules 2021-02-05 18:50:11 +13:00
services 🐛 Fixed theme preview not decoding values properly 2021-03-01 11:54:50 +00:00
views Updated unsubscribe copy 2019-11-26 11:03:14 +01:00