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.2
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.24.3
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 11, 2024

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

Commits on Nov 13, 2024

  1. Jetpack AI: add featured image styles support (#40113)

    * adapt guessStyle to recieve request type and pass down contextual content
    
    * append revised_prompt to image promise response
    
    * add initialPrompt and initialStyle for AI modal component, cleanup dependencies on hooks
    
    * only allow style guessing if handler is provided
    
    * add effect to be able to update prompt from props
    
    * add style parameter and adjust autostart handler to guess style on first generation. Fix all sort of shenanigans with typescript linter
    
    * changelog
    
    * pass down post title for context
    
    * add minPromptLength to validate/toggle button on prompt
    
    * fix a problem with contentEditable elements where browsers will add a default <br> when empty, hence preventing our data-placeholder to show up on seemingly empty input
    
    * allow ai modal to pass down minPromptLength validation
    
    * fix wrong parameter name for userPrompt
    
    * do not allow generation if post and prompt are empty
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11818115521
    
    Upstream-Ref: Automattic/jetpack@ebef826
    CGastrell authored and matticbot committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e877c38 View commit details
    Browse the repository at this point in the history
  2. General: Bump minimum PHP version to 7.2 (#40147)

    * Bump minimum WP version to 6.6
    
    * Match WP tested version to readme
    
    * Add changelogs
    
    * Remove 7.0 tests
    
    * Update comments with more recent data
    
    * Update composer.lock
    
    * Fix comment
    
    * Backup: Add next daily backup schedule time (#39914)
    
    * Set up react-query, moment and typescript
    
    * changelog
    
    * Add endpoint to fetch site backup schedule time
    
    * Setup react-query (queryClientProvider)
    
    * Add useScheduledTimeQuery hook to fetch schedule time
    
    * Add hook to parse and return the next backup schedule time
    
    * Add component to render the next scheduled backup message
    
    * Fix record Tracks event
    
    * Removing changelog for migration and core plugin
    
    * Bump `Automattic\Jetpack\Backup` namespace to V0005
    
    * changelog
    
    * Bump `Automattic\Jetpack\Transport_Helper` to V0005
    
    * Remove `between` to make `Modify` fit in the same line
    
    * Fix pnpm lock
    
    * Bump PHP 7.0 refs
    
    * Clean up false positive
    
    * setMethods → onlyMethods
    
    * Add changelogs
    
    * Bump PHP 7.0 refs
    
    * Clean up false positive
    
    * setMethods → onlyMethods
    
    * Add changelogs
    
    * More changelogs
    
    * Remove suppression for old PHP versions
    
    * Make PHPCS and Phan rules match
    
    * Docs tweak
    
    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    
    * Remove comment
    
    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    
    * Remove inaccurate changelogs
    
    * Make params explicitly nullable
    
    * Oops: onlyMethods → addMethods
    
    * Another onlyMethods → addMethods
    
    * Last one
    
    * Split existing and new methods to mock
    
    * Prevent error when not adding new methods
    
    * Update Phan baselines
    
    * Use a more recent theme
    
    * Remove unneeded @requires
    
    * Update composer.lock
    
    * Debug
    
    * More debug
    
    * Remove debug
    
    * Remove more debug
    
    * Oops, missed one
    
    * Add another changelog
    
    ---------
    
    Co-authored-by: Rafael Agostini <rafael.agostini@automattic.com>
    Co-authored-by: Brad Jorsch <anomiex@users.noreply.github.com>
    
    Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11822562293
    
    Upstream-Ref: Automattic/jetpack@e2ab2c1
    tbradsha authored and matticbot committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4efe298 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    b3f4181 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a9a194 View commit details
    Browse the repository at this point in the history
Loading