Commit Graph
16 Commits
Author SHA1 Message Date
Naz b59893091c Removed conditions which used @labs.members helper
refs https://github.com/TryGhost/Team/issues/332
refs https://github.com/TryGhost/gscan/commit/870a09b109a2747b9fd570f49df88f0d4c457d91

- The {{@labs.members}} always evaluates to "true" starting with Ghost 4.0 and will be "null" coercing to "false" starting Ghost 5.0
- Enabled all conditionals be default to pass the build in main Ghost repository. These changes should be reviewed - special attentio to the left out RSS feed which was surrounded with {{unless @labs.members}} condition
2021-03-01 19:44:07 +13:00
Naz 1ea3ad649b Updated ghost-engine to v4
refs https://github.com/TryGhost/Team/issues/221
https://github.com/TryGhost/Ghost/commit/26e20d223decd9c6e7351e059f7a5ab49c6de2d5

- The default engine for Casper shipping with Ghost v4 has to match up.
This way it uses all the correct APIs
2021-02-25 03:17:07 +13:00
Nazar Gargol fee94ba192 3.0.5 2019-12-04 20:39:08 +07:00
Nazar Gargol 4c7fced3aa 3.0.3 2019-11-11 18:55:36 +07:00
Naz Gargol 392626f3b2 Bumped Gscan and made rule check explicit to v2 set (#622)
* Bumped gscan to v3.0.0

* Added explicit v2 version check for gscan command
2019-10-20 12:21:27 +05:30
Nazar Gargol fa54c4713f 2.10.2 2019-06-04 13:01:40 +02:00
Nazar Gargol 43b8f3d11a Substituted deprecated {{each}} helper with recommended {{foreach}}
refs https://github.com/TryGhost/gscan/issues/123

- As documentation says (https://docs.ghost.org/api/handlebars-themes/helpers/foreach/)  {{foreach}} should always be used instead of native {{each}} helper
- Deprecation warning was implemented in gscan and  will prompt when uploading the theme
2019-05-07 15:37:14 +02:00
Nazar Gargol 21d097d530 2.10.0 2019-05-07 12:37:29 +02:00
Nazar Gargol fef2307d6d 2.9.9 2019-04-09 19:30:37 +08:00
Nazar Gargol 4464d5809b Fixed deprecated {{lang}} helper usage
no issue

- {{lang}} helper was deprecated in favor of {{@site.lang}} with https://github.com/TryGhost/gscan/commit/73e008270d04034a8ea310766947c106ea9ad70e
2019-04-02 12:39:00 +08:00
Nazar Gargol 2da714ef2e Upgrading Casper to 2.9.4 2019-03-12 20:23:45 +08:00
Nazar Gargol b2322157d5 Migrated from @blog -> @site
no issue

- This rename is due to new {{@site}} alias introduced in Ghost (https://github.com/TryGhost/Ghost/commit/dd1cf5ffc7140c81e955c622d8c526daebdec2cc) as {{@blog}} variable is deprecated now, and will be removed in v3
2019-01-08 17:37:14 +00:00
Naz Gargol 3b8f3f1eac Bumped default Ghost API version to v2
no issue

- This change is due to Content API becoming stable https://github.com/TryGhost/Ghost/releases/tag/2.10.0
2019-01-08 14:30:22 +00:00
Nazar Gargol 7d080d564f Upgrading Casper to 2.8.1 2019-01-08 11:48:06 +00:00
Nazar Gargol 36971db512 Upgrading Casper to 2.6.4 2018-10-09 16:06:07 +02:00
Nazar Gargol fa18115aa6 Upgrading Casper to 2.6.2 2018-09-11 13:42:34 +02:00