Ghost

Independent technology for modern publishing, memberships, subscriptions and newsletters.

MIT License

Downloads
91.3K
Stars
45.6K
Committers
693

Bot releases are hidden (Show)

Ghost - 2.25.8

Published by naz over 5 years ago

  • 🐛 Fixed cache invalidation header on theme override - Rish
  • 🐛 Fixed import for tag without slugs that belongs to a post (#10917) - Naz Gargol

You can see the full change log for the details of every change included in this release.

Ghost - 2.25.7

Published by allouis over 5 years ago

  • 💡 Bumped minimum node v8.x version to v8.10.0 - Fabien O'Carroll
  • 🐛 Allowed administrators to change other users' passwords (#10891) - Vikas Potluri
  • 🐛 Fixed error message when get helper doesn't have API access (#10892) - Vikas Potluri

You can see the full change log for the details of every change included in this release.

Ghost - 2.25.6

Published by rishabhgrg over 5 years ago

  • 🐛 Fixed theme upload error when overriding existing theme - Rish

You can see the full change log for the details of every change included in this release.

Ghost - 2.25.5

Published by rishabhgrg over 5 years ago

  • 🐛 Fixed infinite redirect for amp when disabled - Hannah Wolfe
  • 🐛 Fixed unexpected image positions when re-ordering gallery images - Kevin Ansfield
  • ✨ Updated theme activation API to experimental - Hannah Wolfe
  • ✨ Added ability to drag images in and out of galleries - Kevin Ansfield

You can see the full change log for the details of every change included in this release.

Ghost - 2.25.4

Published by allouis over 5 years ago

  • 🐛 Allowed .ico files to be uploaded for icons. (#10820) - Jeffrey Fisher

Casper (the default theme) has been upgraded to 2.10.3:

You can see the full change log for the details of every change included in this release.

Ghost - 2.25.3

Published by kevinansfield over 5 years ago

  • 🐛 Fixed installation issues some users were experiencing with the rsa-keypair dependency

You can see the full change log for the details of every change included in this release.

Ghost - 2.25.2

Published by kevinansfield over 5 years ago

  • 🎨 Changed post/page date picker format to 'YYYY-MM-DD' (#1213) - Paul Perkins
  • 🐛 Fixed async helpers nested in template helpers - Fabien O'Carroll

You can see the full change log for the details of every change included in this release.

Ghost - 1.26.0

Published by kevinansfield over 5 years ago

  • 🔥 Dropped support for EOL node 6.x versions
  • 🚀 Added support for LTS node 10.x versions

You can see the full change log for the details of every change included in this release.

Ghost - 2.25.1

Published by allouis over 5 years ago

  • 🐛 Fixed error when opening editor after abandoning a new tag - Kevin Ansfield

You can see the full change log for the details of every change included in this release.

Ghost - 2.25.0

Published by allouis over 5 years ago

You can see the full change log for the details of every change included in this release.

Ghost - 2.23.4

Published by rishabhgrg over 5 years ago

  • 🚀 Speed up initial generation of /amp/ content with many images - Kevin Ansfield
  • 🐛 Fixed redirects to absolute URLs (#10777) - Timothy Stapleton

You can see the full change log for the details of every change included in this release.

Ghost - 2.23.3

Published by kevinansfield over 5 years ago

  • 🐛 Fixed server crash when AMP posts contain images with unescaped chars (#10775) - Kevin Ansfield

You can see the full change log for the details of every change included in this release.

Ghost - 2.23.2

Published by naz over 5 years ago

  • 🐛 Fixed markdown text expansion behaviour when similar unexpanded text is present - Kevin Ansfield
  • 🔥 Dropped Node v6 support in Ghost (#10771) - Naz Gargol
  • 🔥 Dropped Node v6 support in Ghost-Admin - Rishabh Garg

Casper (the default theme) has been upgraded to 2.10.2

You can see the full change log for the details of every change included in this release.

Ghost - 1.25.8

Published by rishabhgrg over 5 years ago

No major user-facing changes in this release.

You can see the full change log for the details of every change included in this release.

Ghost - 2.23.1

Published by kevinansfield over 5 years ago

  • ✨ Hid "feature this post" toggle when logged in as an Author or Contributor - Kevin Ansfield

You can see the full change log for the details of every change included in this release.

Ghost - 2.23.0

Published by kevinansfield over 5 years ago

  • ✨ Upgraded our Zapier integration to use API Keys and allow post creation - Kevin Ansfield

You can see the full change log for the details of every change included in this release.

Ghost - 2.22.3

Published by kevinansfield over 5 years ago

  • 🐛 Fixed editor crashing when leaving a markdown card's edit mode - Kevin Ansfield

You can see the full change log for the details of every change included in this release.

Ghost - 2.22.2

Published by allouis over 5 years ago

No user facing changes

You can see the full change log for the details of every change included in this release.

Ghost - 2.22.1

Published by allouis over 5 years ago

No user facing changes

Casper (the default theme) has been upgraded to 2.10.1:

You can see the full change log for the details of every change included in this release.

Ghost - 2.22.0

Published by naz over 5 years ago

  • ✨ Added caption support to code cards - Kevin Ansfield
  • ✨ Added language selection to code cards (#1180) - Kevin Ansfield
  • ✨ Added parsing of html cards when converting HTML via the v2 Admin API - Kevin Ansfield
  • ✨ Added caption and language extraction for code blocks when converting HTML via API - Kevin Ansfield
  • 🎨 Allowed protocol overwrite for canonical URLs (#10729) - Aileen Nowak
  • 🐛 Fixed password submission for private blogging - Fabien O'Carroll
  • 🐛 Fixed post scheduling on restart (#10726) - Katharina Irrgang
  • 🐛 Fixed Twitter card having wrong property when no feature image provided - Aileen Nowak
  • 🐛 Fixed postinstall script when running on Windows - Fabien O'Carroll
  • 🐛 Fixed meta schema for 'page' context in dynamic routing - Nazar Gargol
  • 🐛 Fixed 404 in collection index page if using data.slug - Nazar Gargol

Casper (the default theme) has been upgraded to 2.10.0:

  • ✨ Added support for code cards with captions (#575) - Kevin Ansfield

You can see the full change log for the details of every change included in this release.


Note on captioned code card support in themes:

Non-captioned code cards will continue to render as before:

<pre><code>....</code></pre>

Captioned code cards will be rendered inside a <figure> element and may require changes to theme styles for full support:

<figure class="kg-card kg-code-card">
    <pre><code>...</code></pre>
    <figcaption>...<figcaption>
</figure>

For an example of required styling changes see this PR on Casper