Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release/25.4.2 into trunk #23746

Open
wants to merge 49 commits into
base: trunk
Choose a base branch
from

Commits on Sep 26, 2024

  1. Bump version number

    wpmobilebot committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    24e95d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f663e81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0079088 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfd6de1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b0fac6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    238d92a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    d0153e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550a919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb96f89 View commit details
    Browse the repository at this point in the history
  4. Bump version number

    wpmobilebot committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    64add0c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Remove alpha channel from WordPress light icon (Any Appearance)

    This was done to address an iTMS rejection:
    
      Asset validation failed (90717) Invalid large app icon.
      The large app icon in the asset catalog in “WordPress.app” can’t be transparent or contain an alpha channel.
      For details, visit: https://developer.apple.com/design/human-interface-guidelines/app-icons.
    
    See https://buildkite.com/automattic/wordpress-ios/builds/24053#019234f2-8086-4160-904a-328283175b3b
    
    This was done via Preview.app: Export... > PNG unticking the "Alpha"
    channel.
    mokagio committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    981727d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3691ab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ef5c7c View commit details
    Browse the repository at this point in the history
  4. Bump version number

    wpmobilebot committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    69ac3fb View commit details
    Browse the repository at this point in the history
  5. Bump version number

    wpmobilebot committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ac11096 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Stop handling WordPress.com links in the WordPress app (#23653)

    * Stop handling WordPress.com links in the WordPress app
    
    * Address a build failure in the tests because of unhandled `XCTSkip`
    
    ---------
    
    Co-authored-by: Gio Lodi <[email protected]>
    crazytonyli and mokagio authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    039ef74 View commit details
    Browse the repository at this point in the history
  2. feat: Synchronize content with GutenbergKit (#23631)

    * Merge release/25.4 into trunk (#23628)
    
    * Bump version number
    
    * Update draft release notes for 25.4.
    
    * Update draft release notes for 25.4.
    
    * Release Notes: add new section for next version (25.5)
    
    * Update strings for localization
    
    * feat: Persist GutenbergKit changes
    
    Ensure post changes are not lost.
    
    * fix: Persist changes if either post title or content changes
    
    The previous conditional erroneously ignored changes unless both values
    changed.
    
    * build: Update GutenbergKit ref
    
    * fix: Improve empty editor content check
    
    As noted in the code comment, this value lags behind reality. A race
    condition existed in production builds cause inaccurate values. This was
    removed to instead rely upon the existing `editorHasContent`
    implementation found in the `PostEditor` class.
    
    * build: Update GutenbergKit ref
    
    * build: Update GutenbergKit ref
    
    * build: Update GutenbergKit ref
    
    * Update GutenbergKit ref
    
    * Update GutenbergKit ref
    
    ---------
    
    Co-authored-by: WordPress Mobile Bot Account <[email protected]>
    Co-authored-by: Gerardo <[email protected]>
    Co-authored-by: Jeremy Massel <[email protected]>
    4 people authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ffeab7d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    8e2f9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11872f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d74521 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    f0598ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6306ae6 View commit details
    Browse the repository at this point in the history
  3. Enable TipKit FF (#23661)

    kean authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    945c911 View commit details
    Browse the repository at this point in the history
  4. Fix crash in TipKit (#23664)

    kean authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b1ff82a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a026059 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    850b3a3 View commit details
    Browse the repository at this point in the history
  7. Bump version number

    wpmobilebot committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6ab47dc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Merge 25.4 release notes to release/25.4 (#23672)

    * Add editorialized release notes for version
    
    * Update metadata strings
    
    * Update metadata strings
    
    ---------
    
    Co-authored-by: Automattic Release Bot <[email protected]>
    oguzkocer and wpmobilebot authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e7dda87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd014d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d79ec21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07ad19f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5528b0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7baa704 View commit details
    Browse the repository at this point in the history
  7. Bump version number

    wpmobilebot committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1260e24 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Bump version number

    wpmobilebot committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b1484e5 View commit details
    Browse the repository at this point in the history
  2. Fix crash in ImageDownloader

    kean committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    123bd42 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Revert split view changes

    kean committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1f847bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b12606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f762d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    435bcfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52bd1f3 View commit details
    Browse the repository at this point in the history
  6. Improve sharing

    kean committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    39373ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cd4769 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Bump version number

    wpmobilebot committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3b24a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f3e669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2834131 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f362acc View commit details
    Browse the repository at this point in the history
  5. Fix bar chart colors

    kean committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    19972d3 View commit details
    Browse the repository at this point in the history
  6. Fixes for 24.5.2 (#23731)

    kean authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    abcf66d View commit details
    Browse the repository at this point in the history