Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: epicwp/epic-tracking
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.3
Choose a base ref
...
head repository: epicwp/epic-tracking
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.4
Choose a head ref
  • 5 commits
  • 19 files changed
  • 3 contributors

Commits on Mar 1, 2026

  1. chore: prepare plugin for WordPress.org submission

    Rewrite readme.txt, plugin header, and README.md with event tracking
    focus and "Easy event tracking for WordPress" messaging. Add
    WordPress.org assets (icon and banner in required sizes).
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Robbertvermeulen and claude committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    8ddac87 View commit details
    Browse the repository at this point in the history
  2. chore: fix cookie claims and sharpen event tracking focus

    Correct false "no cookies" claims — plugin uses a first-party cookie
    for visitor identification. Rewrite readme to lead with the visual
    event editor as the core value proposition, with analytics dashboard
    as a supporting feature.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Robbertvermeulen and claude committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    4214ddc View commit details
    Browse the repository at this point in the history
  3. chore: exclude .wordpress-org and screenshots from dist ZIP

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Robbertvermeulen and claude committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    2d90885 View commit details
    Browse the repository at this point in the history
  4. fix: resolve all Plugin Check warnings for WordPress.org submission

    - Remove trademarked "WordPress" from plugin title
    - Add wp_unslash() to all $_POST/$_SERVER/$_GET reads
    - Add sanitize_text_field() to unsanitized inputs
    - Add phpcs:ignore for legitimate patterns: direct DB queries on custom
      tables, nonce verification on admin page renders and public tracking
      endpoints, EPT_ constant prefix, template variable scope
    - Fix uninstall.php DROP TABLE phpcs annotations
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Robbertvermeulen and claude committed Mar 1, 2026
    Configuration menu
    Copy the full SHA
    f8225fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88e5920 View commit details
    Browse the repository at this point in the history
Loading