Ghost

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

MIT License

Downloads
91.3K
Stars
45.6K
Committers
693

Bot releases are visible (Hide)

Ghost - 2.13.1

Published by kevinansfield over 5 years ago

  • πŸ’‘Reverted "empty-string to NULL" db migration (TryGhost/Ghost#10430)
  • πŸ› Returned 0 for word/image count when html is null
  • πŸ› Fixed plaintext attribute error when it is empty

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

Ghost - 2.13.0

Published by kevinansfield over 5 years ago

  • πŸ› Added migration to update empty strings to null (TryGhost/Ghost#10428)
  • πŸ› Fixed crash on startup when no active theme (TryGhost/Ghost#10426)
  • πŸ› Updated base model to store null instead of empty string (TryGhost/Ghost#10425)
  • πŸ› Fixed error for missing sharp install (TryGhost/Ghost#10423)
  • πŸ› Fixed drag-n-drop card reordering interfering with caption and markdown/html card text selection
  • πŸ› Fixed 404 for locked or suspended users
  • πŸ› Fixed eslint installation error when using node version < 8.10 and < 6.14

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

Ghost - 2.12.0

Published by kevinansfield almost 6 years ago

  • ✨ Added ability to configure Slack integration's username (TryGhost/Ghost-Admin#1084)
  • 🎨 Added post title to document title for easier tab location with multiple editor tabs (TryGhost/Ghost-Admin#1072)
  • 🎨 Improved borders in night shift when hovering elements (TryGhost/Ghost-Admin#1077)
  • πŸ› Fixed admin search results sometimes showing "No results" for valid queries
  • πŸ› Fixed {{img_url}} to work with protocol relative urls such as Gravatar images
  • πŸ› Fixed Content API not respecting a forced page filter
  • πŸ› Fixed {{prev/next_post}} helper when using Content API (TryGhost/Ghost#10397)
  • πŸ› Fixed sticky "Unsaved changes" modal when leaving editor
  • πŸ› Deleted associated roles_users rows when user is destroyed (TryGhost/Ghost#10243)

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

Ghost - 2.11.1

Published by allouis almost 6 years ago

  • πŸ› Fixed custom redirects to forward hashes correctly (TryGhost/Ghost#10319)
  • πŸ› Fixed 500 error for content with no collection
  • πŸ› Fixed uncaught exceptions from image fetches
  • πŸ› Fixed responsive images for .icos

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

Ghost - 2.11.0

Published by allouis almost 6 years ago

Upgrading Casper to 2.9.0 which uses Content API v2 as default Ghost API

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

Ghost - 2.10.2

Published by allouis almost 6 years ago

  • πŸ’‘ Removed Public API checkbox and disabled Public API by default for new installs
    • Please use the Content API instead, more info in the docs
  • πŸ’‘ Deprecated ghost_head & ghost_foot in favour of codeinjection_* for Settings API v2 (TryGhost/Ghost#10380)
  • 🎨 Removed auto hide/show navigation toggle (TryGhost/Ghost-Admin#1094)
  • πŸ› Updated v2 content API output to return null instead of β€œβ€ for empty fields (TryGhost/Ghost#10378)
  • πŸ› Fixed default resource ordering in Content API (TryGhost/Ghost#10371)
  • πŸ› Fixed API v2 Settings browse returns relative image path (TryGhost/Ghost#10370)
  • πŸ› Fixed infinite scroll on the team screen (TryGhost/Ghost-Admin#1095)
  • πŸ› Fixed filtering of page attribute when fields query param is used (TryGhost/Ghost#10352)
  • πŸ› Fixed re-sending of invites on team screen

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

Ghost - 2.10.1

Published by allouis almost 6 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.10.0

Published by naz almost 6 years ago

  • ✨ New & improved v2 Content API
  • ✨ Aliased {{@blog}} as {{@site}} in the theme API
  • 🎨 Use unoptimised image when possible for dynamic images (TryGhost/Ghost#10314)
  • πŸ› Fixed responsive images for gifs & svgs (TryGhost/Ghost#10315)

Casper (the default theme) has been upgraded to 2.8.1

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

Ghost - 2.9.1

Published by naz almost 6 years ago

πŸ› Fixed broken content import in Admin API v2 (#10299)

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

Ghost - 2.9.0

Published by kevinansfield almost 6 years ago

  • ✨ Added support for dynamic image resizing (TryGhost/Ghost#10184)
  • ✨ Added size attribute support to {{img_url}} helper (TryGhost/Ghost#10182)
  • ✨ Added drag-and-drop card re-ordering in the editor (TryGhost/Ghost-Admin#1085)
  • ✨ Added auto-scroll when dragging cards or gallery images (TryGhost/Ghost-Admin#1083)
  • πŸ› Fixed URL is not a constructor for Node v6 (TryGhost/Ghost#10289)
  • πŸ› Removed duplicate shortcut icon link on amp pages (TryGhost/Ghost#10254)
  • πŸ› Fixed multiple authors on amp pages (TryGhost/Ghost#10253)
  • πŸ› Fixed get helper when API v0.1 is disabled (TryGhost/Ghost#10270)

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

Ghost - 2.8.0

Published by kirrg001 almost 6 years ago

This release contains a database migration to support future functionality.
Furthermore, we've replaced our filter plugin. If you encounter any unexpected behaviour with filtering data, please raise an issue.

  • ✨ Added drag-n-drop re-ordering of images within gallery cards (TryGhost/Ghost-Admin#1073)
  • πŸ› Added CORS support to the v2 Content API (TryGhost/Ghost#10257)
  • πŸ› Fixed all known filter limitations (TryGhost/Ghost#10159)
  • πŸ› Fixed ability to submit invite form with a missing role (TryGhost/Ghost-Admin#1080)

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

Ghost - 2.7.1

Published by allouis almost 6 years ago

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

  • πŸ› Fixed broken link in docs
Ghost - 2.7.0

Published by allouis almost 6 years ago

  • ✨ Added new theme directory links to Ghost Admin (TryGhost/Ghost-Admin#1078)
  • πŸ›Fixed auto redirect for extra data queries on post and page resources (TryGhost/Ghost#9828)
  • πŸ›Removed user reference warning from importer report if post is a draft (TryGhost/Ghost#10169)
  • πŸ› Fixed edit permission of the common article by multiple authors (TryGhost/Ghost#10214)
  • πŸ› Fixed the link for Markdown guide documentation. (TryGhost/Ghost-Admin#1076)
  • πŸ› Fixed site changed webhook not triggered for scheduled posts

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

Ghost - 2.6.2

Published by rishabhgrg almost 6 years ago

  • ✨ Added "Recently updated" sorting option to Stories screen (TryGhost/Ghost-Admin#1023)
  • πŸ› Fixed missing 404 for unknown API routes (TryGhost/Ghost#10070)
  • πŸ› Protected Ghost blog against invalid uploaded routes.yaml (TryGhost/Ghost#10100)

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

Ghost - 2.6.1

Published by naz almost 6 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.6.0

Published by kevinansfield almost 6 years ago

  • ✨ Highlight new integrations directory (TryGhost/Ghost-Admin#1070)
  • πŸ› Fixed "last seen" info for users (TryGhost/Ghost#10141)
  • πŸ› Fixed order being ignored in routes.yaml file (TryGhost/Ghost#10146)
  • πŸ› Fixed image optimisation where "optimised" image ended up larger than the uploaded image
  • πŸ› Fixed administrators not being able to edit webhooks

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

Ghost - 0.11.14

Published by kirrg001 almost 6 years ago

  • πŸ› Fixed sanitization of user invited emails for notification message
  • πŸ› Fixed redirect issue with private sites
  • πŸ› Fixed sanitization issue in subscribers
  • πŸ› Updated private-sites to not redirect to full urls

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

Ghost - 2.5.0

Published by kirrg001 almost 6 years ago

  • πŸ“Œ Pinned Node v10 to ^10.13.0 (TryGhost/Ghost#10125)
  • 🎨 Changed tags list, filter dropdown, and select input to sort alphabetically (TryGhost/Ghost-Admin#1066)
  • πŸ› Fixed editor undo states for card contents (TryGhost/Ghost-Admin#1064)

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


The release contains breaking changes for the Content API v2. We will announce v2 as soon as we are ready.

Ghost - 1.25.6

Published by allouis almost 6 years ago

  • πŸ› Fixed sanitization of user invited emails for notification message
  • πŸ› Fixed sanitization issue in subscribers
  • πŸ› Fixed redirect issue with private sites
  • πŸ› Updated private-sites to not redirect to full urls

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

Ghost - 2.4.0

Published by allouis almost 6 years ago

  • πŸ› Fixed missing filename when exporting subscribers csv
  • πŸ› Fixed pagination for subscribers
  • πŸ› Fixed cardWidth being lost on 2.0 imports (TryGhost/Ghost#10068)
  • πŸ› Corrected 'Content-Length' header by using Buffer.byteLength
  • ✨ Added Node v10 Support (TryGhost/Ghost#10058)

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