Releases: sajdoko/tallpress
Releases · sajdoko/tallpress
v1.2.2
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
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
v1.0.0 First release