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: newfold-labs/wp-module-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.6.9
Choose a base ref
...
head repository: newfold-labs/wp-module-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.6.10
Choose a head ref
  • 17 commits
  • 10 files changed
  • 4 contributors

Commits on Dec 4, 2024

  1. Add created_at to the Events

    mr-vara committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    8b1883a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Remove time from the events

    mr-vara committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    ec6e826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01088a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. fix(transient): prevent PHP notices by ensuring valid array structure

    Added a check to ensure that the value returned by get_option($key) is a valid array containing the 'expires_at' and 'value' keys. If the value is not a valid array, set $value to false to prevent PHP notices when accessing non-existent keys. This improves the robustness of the code by handling unexpected or corrupted data in the database.
    dev-leonunes committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    3f69df0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

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

Commits on Feb 6, 2025

  1. Use pre_update_option hook

    wpscholar committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    eb2a8a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3468c5 View commit details
    Browse the repository at this point in the history
  3. Exclude phpunit cache

    wpscholar committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    0af7798 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    204e7ef View commit details
    Browse the repository at this point in the history
  5. Set REMOTE_ADDR

    wpscholar committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    9b7fa0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83a480e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81395d0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #115 from newfold-labs/fix/event-timestamps

    Add created_at timestamp to the Events
    circlecube authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    71f1393 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #123 from dev-leonunes/main

    fix(transient): prevent PHP notices by ensuring valid array structure
    circlecube authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    5ae2df7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #125 from newfold-labs/fix/woopay-events

    Use pre_update_option hook
    circlecube authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    2912356 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bad41e0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #126 from newfold-labs/release/2.6.10

    Prep for 2.6.10 release
    circlecube authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    ddafe7e View commit details
    Browse the repository at this point in the history
Loading