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: Codeinwp/themeisle-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1ae68c
Choose a base ref
...
head repository: Codeinwp/themeisle-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a657eae
Choose a head ref
  • 17 commits
  • 15 files changed
  • 11 contributors

Commits on May 14, 2026

  1. Sync branch [skip ci]

    pirate-bot authored May 14, 2026
    Configuration menu
    Copy the full SHA
    eceb046 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2026

  1. Configuration menu
    Copy the full SHA
    902ff74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f15c01 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. Configuration menu
    Copy the full SHA
    b045e63 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2026

  1. Potential fix for pull request finding

    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    harshitarora-in and Copilot authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    bbf68ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d56ebb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    196d4ca View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2026

  1. Configuration menu
    Copy the full SHA
    709e19a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c4032c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. fix: repoint notice-dismiss callback to the method that exists

    Promotions::load() registered the notice-dismiss AJAX handler against
    `ThemeisleSDK\Modules\Notification::regular_dismiss`, a method that does
    not exist anywhere in the SDK (the real handler is `Notification::dismiss`,
    which the SDK already references for this same action elsewhere).
    
    On a non-Neve site (`themeisle_sdk_promotions_neve_installed !== true`)
    the gated branch registers this callback. When it is reached as a user
    dismisses a review/promo notice, WordPress invokes it via WP_Hook
    (call_user_func_array) and PHP fatals:
    
        Uncaught TypeError: call_user_func_array(): Argument #1 ($callback)
        must be a valid callback, class ThemeisleSDK\Modules\Notification
        does not have a method "regular_dismiss"
    
    The result is an HTTP 500 / blank admin page on dismiss. Introduced in
    644c183 (#175) and never had a matching method definition; affects every
    product bundling the SDK. Neve sites are spared only because the gate
    closes before the registration.
    
    Fix: point the callback at the existing `Notification::dismiss`. It is
    idempotent with the registration in `Notification::load()` (same static
    callback + priority de-dupes in WP_Hook), so behaviour is unchanged on
    sites that were never hitting the bug.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    ineagu and claude committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    4022c8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #317 from Codeinwp/fix/notification-dismiss-callback

    fix: repoint notice-dismiss callback to Notification::dismiss (regular_dismiss does not exist)
    ineagu authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    9a85ada View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2026

  1. Merge pull request #315 from Codeinwp/bugfix/1984

    Fixed dashboard widget header
    abaicus authored Jun 17, 2026
    Configuration menu
    Copy the full SHA
    835b5cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    586ec8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea6bfd6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #316 from Codeinwp/feat/about-us-services-section

    Feat/about us services section
    abaicus authored Jun 17, 2026
    Configuration menu
    Copy the full SHA
    b30a457 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2026

  1. release: v3.3.53

    - Fixes dashboard widget header placement on latest WordPress core version;
    - Adds about us services section;
    - Fixes notice dismiss using wrong function name as callback;
    HardeepAsrani authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    71a0be9 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.3.53 [skip ci]

    ##### [Version 3.3.53](Codeinwp/themeisle-sdk-main@v3.3.52...v3.3.53) (2026-06-18)
    
    - Fixes dashboard widget header placement on latest WordPress core version;
    - Adds about us services section;
    - Fixes notice dismiss using wrong function name as callback;
    pirate-bot committed Jun 18, 2026
    Configuration menu
    Copy the full SHA
    a657eae View commit details
    Browse the repository at this point in the history
Loading