Skip to content

Releases: sajdoko/tallpress

v1.2.2

31 Oct 15:39

Choose a tag to compare

feat: Add social sharing settings and functionality

  • Introduced a new settings tab for social sharing in the admin panel.
  • Added options to enable/disable social sharing and select specific platforms (Facebook, Twitter, LinkedIn, Reddit, WhatsApp, Email).
  • Implemented view count tracking for posts, incrementing the count only once per session.
  • Updated post show and index views to display the number of views.
  • Added social share buttons on post show page, conditionally rendered based on settings.
  • Created tests for views count functionality and social sharing features.

Frontend Livewire Integration

31 Oct 11:07

Choose a tag to compare

feat: Implement comments and search functionality in TallPress

  • Added Livewire component for comments, allowing users to submit comments on posts.
  • Implemented validation for comment submission, including required fields and email format.
  • Created a search component to filter posts by query, category, and tag.
  • Added a search widget for quick post searches from any page.
  • Updated front-end views for comments and search functionality.
  • Created tests for comments and search components to ensure functionality and validation.

Full Changelog: v1.0.0...v1.1.0

First Release

30 Oct 16:55

Choose a tag to compare

v1.0.0

First release