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: Automattic/jetpack-ai-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.3
Choose a base ref
...
head repository: Automattic/jetpack-ai-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 18, 2024

  1. Janitorial: Disparate cleanup tasks (#40200)

    * Remove Phan suppression now that PHPDoc is correct in supported WP versions
    
    * Remove WP 6.5 polyfill (see #38428)
    
    * Remove is_callable check for wp_trigger_error()
    
    * setMethods → onlyMethods
    
    * static → const property
    
    * Add type hinting
    
    * Throw exception instead of triggering deprecation notice
    
    * Remove now-unneeded CSS
    
    * Updated comment
    
    * Add future todo
    
    * Remove fallbacks
    
    * Add changelogs
    
    * Remove composer downgrade logic
    
    * CRM requires PHP 7.4 already
    
    * Super Cache has previously required WP 6.5
    
    * Vaultpress has previous required WP 5.2
    
    * Get realpath of temp dir
    
    * Fix changelogger tests
    
    * Add changelogs
    
    * Fix typo
    
    * Adjust comment
    
    * Simplify logic
    
    * See if this sates tests
    
    * Jetpack::is_connection_ready has been around in its current state since JP 9.7
    
    * Remove checks for more long-present calls
    
    * Clean up Phan suppressions
    
    * Update changelog
    
    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    
    * Update changelog
    
    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    
    * Remove old comment
    
    ---------
    
    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11897114078
    
    Upstream-Ref: Automattic/jetpack@d4ff610
    tbradsha authored and matticbot committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9bcb796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce7231 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Jetpack AI: split component disabled prop (#40210)

    * changelog
    
    * remove prompt evaluation logic from shared component, it should be provided by props
    
    * update logo generator conditions to disable action button
    
    * move up the logic for disabling conditions and prompt state management, update handler's params to use prop provided prompt
    
    * implement and simplify prompt state logic and disabling conditions on featured image modal
    
    * rename param to make linter happy
    
    * implement and simplify prompt state logic and disabling conditions on general image modal
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11913636199
    
    Upstream-Ref: Automattic/jetpack@0cb4776
    CGastrell authored and matticbot committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    244df17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b85e890 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update wordpress monorepo (#40288)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11957107408
    
    Upstream-Ref: Automattic/jetpack@88204ab
    anomiex authored and matticbot committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    05eddea View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Update to-test.md for Jetpack 14.1. (#40331)

    * Update to-test.md.
    
    * changelog.
    
    * Update projects/plugins/jetpack/to-test.md
    
    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12014272644
    
    Upstream-Ref: Automattic/jetpack@d8887f6
    zinigor authored and matticbot committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    29a3db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4be428 View commit details
    Browse the repository at this point in the history
Loading