Skip to content

Release v0.3

Choose a tag to compare

@github-actions github-actions released this 13 Jan 12:24
· 31 commits to main since this release

Release v0.3

Changes in this release:

  • Bump version to 0.3 (a09a4d1)
  • release (afd9708)
  • . (2f3ae7c)
  • Add post_id column to comments table and update related functions for improved comment retrieval (65c39f0)
  • ✅ See comment markers - All users see markers from logged-in users AND guests ✅ See sidebar comments - All users see all comments in the sidebar list ✅ Open and read comments - Any user can click any marker or sidebar item to read the full comment and replies ✅ Reply to anyone - Users can reply to any comment from any user ✅ Edit/Delete own only - Users can only edit/delete their own comments (ownership is verified via user_id or guest_token) (1db77d3)
  • Logged-in admin adds a comment → Guest client can see it, read it, and reply to it Guest client adds a comment → Logged-in admin can see it, read it, and reply to it Guest A adds a comment → Guest B (with same shared link) can see it and read it (but cannot edit/delete it) (d6c277e)
  • ++ (2a53646)
  • ++ (6a18ad2)
  • . (ef93d2b)
  • fix (44bcded)
  • ++ (2ee7a96)
  • Remove guest token from URL for consistent page identification in AJAX requests (9f4bebd)
  • Add guest commenting share link functionality and regenerate token option (87e41a7)
  • Logged-in users: See the admin bar with the Comments menu (existing functionality) Guest users with valid token: See two floating circular buttons at the bottom-left corner: 📍 Add Comment button: Enters click mode to place comments 📋 View Comments button: Opens the sidebar to view all comments Both button types control the same features seamlessly (c9c3e50)
  • Line 81 - Removed from default options in snn_cc_create_tables() Line 111 - Removed from registered settings in snn_cc_register_settings() Line 132 - Removed from save logic in snn_cc_settings_page() Line 144 - Removed variable assignment in snn_cc_settings_page() Lines 172-179 - Settings UI now only shows "Show in frontend" checkbox (removed the admin checkbox) Line 258 - Removed from snn_cc_add_admin_bar_button() function Line 420 - Removed from snn_cc_enqueue_scripts() function Code Status The plugin is now properly configured as a frontend-only commenting system: (9f182c1)
  • Enable Guest Commenting Setting - Added a new checkbox in the admin settings panel (Settings → Client Comments) that allows you to enable/disable guest commenting functionality. (507bd11)
  • readme (e0aee9a)

Full Changelog: v0.2...v0.3