Skip to content

Instantly share code, notes, and snippets.

@naz
naz / changelog-2.14.2.md
Created February 13, 2019 15:11
Changelog 2.14.2
@naz
naz / changelog-2.14.3.md
Created February 14, 2019 11:10
Changelog 2.14.3
  • f33dab29a Updated Ghost-Admin to 2.14.3 - Nazar Gargol
  • 790f2faad Version bump to 2.14.3 - Nazar Gargol
  • 3877f532e Version bump to 2.14.3 - Nazar Gargol
  • 5f7c2b4d8 Improved error messaging returned from JSON Schema validations - Nazar Gargol
  • fa42a7118 🐛 Fixed validation error when adding tag from PSM - Nazar Gargol
  • c2b352065 Removed id restriction for posts relations in Admin API v2 (TryGhost/Ghost#10489) - Katharina Irrgang
  • 6bdeeaba1 Added apiType property to frame for {Content,Admin} API (TryGhost/Ghost#10487) - Fabien O'Carroll
@naz
naz / changelog-2.17.0.md
Created March 12, 2019 13:09
Changelog 2.17.0
  • a0b1c1329 Version bump to 2.17.0 - Nazar Gargol
  • 458a57b09 Version bump to 2.17.0 - Nazar Gargol
  • 1da55a384 Updated Ghost-Admin to 2.17.0 - Nazar Gargol
  • 8381cd9f9 Upgrading Casper to 2.9.4 - Nazar Gargol
  • ef7151ca3 🐛 Fixed author names not appearing in Facebook open-graph preview - Kevin Ansfield
  • 334eb4e6a Fixed error when opening meta/facebook/twitter settings with a new post - Kevin Ansfield
  • 7c2664f78 Switched Travis dist to xenial (TryGhost/Admin#1113) - Kevin Ansfield
  • fef0aa44d 🐛 Fixed meta twitter_image output when using `data: post.{slug
@naz
naz / changelog-2.17.2.md
Created March 13, 2019 11:07
Changelog 2.17.2
  • 754968dc9 Version bump to 2.17.2 - Nazar Gargol
  • 223fd4515 Updated Ghost-Admin to 2.17.2 - Nazar Gargol
  • 1d64090f5 Version bump to 2.17.2 - Nazar Gargol
  • f64af762e 🐛 Fixed "Cannot read property 'feature_image' of undefined" (TryGhost/Ghost#10602) - Katharina Irrgang
  • 7bac1824c Added regression test for editing a scheduled post - kirrg001
@naz
naz / changelog-2.19.4.md
Created April 9, 2019 12:10
Changelog 2.19.4
  • f08072160 Updated Ghost-Admin to 2.19.4 - Nazar Gargol
  • a7385f5e1 Version bump to 2.19.4 - Nazar Gargol
  • 7429fe5c3 Version bump to 2.19.4 - Nazar Gargol
  • 095d022a5 Updated Casper to 2.9.9 - Nazar Gargol
  • 45a2b5233 Update dependency ember-infinity to v1.4.1 (#1146) - renovate[bot]
  • 35c4da710 🐛 Fixed sitemap generation with correct date and images value (#10668) - Rishabh Garg
  • 87b37556c Improved error context usage (#10669) - Naz Gargol
  • 47692b108 🐛 Fixed last paragraph not rendering on front-end when it's styled - Kevin Ansfield
  • [3df6b7160](https://github.com/Try
@naz
naz / changelog-2.22.0.md
Created May 7, 2019 11:19
Changelog 2.22.0
@naz
naz / changelog-2.23.2.md
Created June 4, 2019 11:24
Changelog 2.23.2
  • dd30d7a9c Updated Ghost-Admin to 2.23.2 - Nazar Gargol
  • c101f51fc Updated Casper to 2.10.2 - Nazar Gargol
  • 74d5bf382 Version bump to 2.23.2 - Nazar Gargol
  • 11eb46f14 Version bump to 2.23.2 - Nazar Gargol
  • 1f6b925af 🔥 Dropped Node v6 support (#1218) - Rishabh Garg
  • d6324ec16 🐛 Fixed markdown text expansion behaviour when similar unexpanded text is present - Kevin Ansfield
  • acdcadc39 🔥 Dropped Node v6 support (#10771) - Naz Gargol
  • 525c2753e Update dependency @tryghost/html-to-mobiledoc to v0.4.1 - Kevin Ansfield
  • [d21c5f37d](https://github.com/TryGhost/Ghost-
@naz
naz / changelog-2.25.8.md
Created July 17, 2019 16:20
Changelog 2.25.8
  • fd546c087 Version bump to 2.25.8 - Nazar Gargol
  • d3ca12056 Version bump to 2.25.8 - Nazar Gargol
  • 987d497e7 Updated Ghost-Admin to 2.25.8 - Nazar Gargol
  • 01ea872af 🐛 Fixed cache invalidation header on theme override - Rish
  • 9f82ee852 Updated word break for name and email in navbar - Peter Zimon
  • 46706646e Refactored authentication controller v0.1 (#10893) - Naz Gargol
  • e37020d33 Lock file maintenance - Renovate Bot
  • 9dcc17a01 🐛 Fixed import for tag without slugs that belongs to a post (#10917) - Naz Gargol
  • [ac5f772c0](https://github.com/TryGhost/Ghost-Admin
@naz
naz / bookself_bug_investigation.js
Last active March 5, 2020 09:19
Script that closely resembles Ghost User model update process which aimed to help tracking down the bug when using 'edit' method and 'password' attribute not being update
/**
* First create following schema in the db
CREATE TABLE `users` (
`id` varchar(24) NOT NULL,
`email` varchar(191) NOT NULL,
`password` varchar(60) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `users_email_unique` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
*/
@naz
naz / changelog-2.31.1.md
Created September 23, 2019 15:57
Changelog 2.31.1
  • f1a795a85 Version bump to 2.31.1 - Nazar Gargol
  • aa7f9ddbe Version bump to 2.31.1 - Nazar Gargol
  • 1ae491b56 Updated Ghost-Admin to 2.31.1 - Nazar Gargol
  • 3712e6e01 Bumped gscan to 2.9.0 - Nazar Gargol
  • 34b6d5eb7 🐛 Fixed tag with # not generating "hash-" prefix at tag screen - Rish
  • de106728a Reverted .travis.yml using std notifications - Rish
  • 36db3ce66 Added tests for x-request-id handling - Hannah Wolfe
  • 93e04b0a4 Update dependency @tryghost/members-api to v0.5.3 - Renovate Bot
  • b89e3650f Update dependency no