Skip to content

Release v0.2

Choose a tag to compare

@github-actions github-actions released this 13 Jan 11:22
· 48 commits to main since this release

Release v0.2

Changes in this release:

  • Bump version to 0.2 (3c7296d)
  • Add GitHub Auto-Update functionality and release workflow (66f22ea)
  • Fixes the Error: Before: The entire function ran on wp_footer, trying to enqueue jQuery too late, causing "jQuery is not defined" After: jQuery is enqueued early on wp_enqueue_scripts, then our custom code runs in wp_footer after jQuery is loaded (554ce3e)
  • What This Fixes: Frontend now works: jQuery is properly enqueued, and all scripts load correctly on the frontend Admin bar buttons don't show on dashboard: Buttons only appear when viewing frontend pages Better positioning: Sidebar adjusts correctly whether admin bar is present or not Cleaner code: Removed unnecessary admin-related code since plugin is frontend-only (55c9a98)
  • Features Implemented: Core Functionality: Visual commenting system - Click anywhere on a page to add comments Admin bar buttons - "Add Comment" and "Comments" buttons in the WordPress admin bar Marker system with user initials, numbers, or icons 300px toggleable sidebar on the left showing all page comments Threaded replies - Multi-user collaboration on each comment Popup interface - Read and reply to comments without opening sidebar Admin Settings Page: Located under Settings > Client Comments: (b73c395)
  • . (12d84b4)

Full Changelog: https://github.com/sinanisler/snn-client-comments/commits/v0.2