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

Release Aug 26 #1627

Merged
merged 24 commits into from
Aug 26, 2024
Merged

Release Aug 26 #1627

merged 24 commits into from
Aug 26, 2024

Commits on Aug 5, 2024

  1. chore(deps-dev): bump lint-staged from 15.2.7 to 15.2.8

    Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.7 to 15.2.8.
    - [Release notes](https://github.com/lint-staged/lint-staged/releases)
    - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
    - [Commits](lint-staged/lint-staged@v15.2.7...v15.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2aa246c View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @wordpress/browserslist-config from 6.1.0 to 6.4.0

    Bumps [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) from 6.1.0 to 6.4.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/browserslist-config)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/browserslist-config"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ed4fe84 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix: human-readable timestamp of sent newsletters (#1590)

    * fix: human-readable timestamp of sent newsletters
    
    * Update includes/class-newspack-newsletters.php
    
    Co-authored-by: Miguel Peixe <[email protected]>
    
    * Update includes/class-newspack-newsletters.php
    
    Co-authored-by: Miguel Peixe <[email protected]>
    
    * fix: check for publish or private status
    
    ---------
    
    Co-authored-by: Miguel Peixe <[email protected]>
    dkoo and miguelpeixe authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c3ddd29 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    cc097f2 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @wordpress/browserslist-config from 6.4.0 to 6.5.0

    Bumps [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) from 6.4.0 to 6.5.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/browserslist-config)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/browserslist-config"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ab30422 View commit details
    Browse the repository at this point in the history
  3. feat: consolidate data flows (#1602)

    * feat: refactor add_contact
    
    * feat: add methods that were in mailchimp data connector
    
    * test: fix tests
    
    * fix: fix delete_user_subscription method
    
    * feat: add changes from #1567
    
    * feat: deprecate update_contact_lists
    
    In the last PR this method was forgotten
    
    * feat: add logging POC
    
    * feat: update calls to the new method
    
    * feat: move RAS specific code to main plugin
    
    * feat: remove redundant code
    
    * Revert "feat: remove redundant code"
    
    This reverts commit 83e9ed1.
    
    * feat: add logging context to calls
    
    * feat: remove result from logs - too verbose
    
    * fix: method signature
    
    * fix: passed arguments
    
    * feat: update call on newspack_registered_reader
    
    * feat: add mailchimp notes logging
    
    * test: fix tests
    
    * Update includes/service-providers/mailchimp/class-newspack-newsletters-mailchimp-notes.php
    
    Co-authored-by: Claudiu Lodromanean <[email protected]>
    
    * feat: improve message in mailchimp notes
    
    * Update includes/class-newspack-newsletters-contacts.php
    
    Co-authored-by: Derrick Koo <[email protected]>
    
    * feat: introduce "subscribe" method (#1593)
    
    * fix: "My Account" newsletters subscription (#1601)
    
    * fix: only send status_if_new when informed
    
    * fix: improve code readability
    
    * fix: hook on mailchimp notes
    
    * feat: update status stragegy
    
    * test: fix mock class
    
    ---------
    
    Co-authored-by: dkoo <[email protected]>
    Co-authored-by: Claudiu Lodromanean <[email protected]>
    Co-authored-by: Derrick Koo <[email protected]>
    Co-authored-by: Miguel Peixe <[email protected]>
    Co-authored-by: Miguel Peixe <[email protected]>
    6 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dd56ab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    750b8b4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump qs from 6.12.1 to 6.13.0

    Bumps [qs](https://github.com/ljharb/qs) from 6.12.1 to 6.13.0.
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.12.1...v6.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f9539eb View commit details
    Browse the repository at this point in the history
  3. Feat/linter contacts methods (#1611)

    * feat: add php sniffer for contact methods
    
    * fix: leave error message mor generic
    leogermani authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    86477f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    b4de251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0b440 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1614 from Automattic/fix/fallback-preview-text

    fix: add preview text fallback to make sure HTML is removed
    laurelfulford authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    02cfcea View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    4d5b6d0 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump brainmaestro/composer-git-hooks

    Bumps [brainmaestro/composer-git-hooks](https://github.com/BrainMaestro/composer-git-hooks) from 2.8.5 to 3.0.0.
    - [Release notes](https://github.com/BrainMaestro/composer-git-hooks/releases)
    - [Commits](BrainMaestro/composer-git-hooks@v2.8.5...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: brainmaestro/composer-git-hooks
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and adekbadek committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7032beb View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump @wordpress/icons from 10.2.0 to 10.5.0

    Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 10.2.0 to 10.5.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/icons/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/icons)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/icons"
      dependency-type: indirect
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    55f4f79 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump axios from 1.7.2 to 1.7.4

    Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
    - [Commits](axios/axios@v1.7.2...v1.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: axios
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3d52fa9 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump dealerdirect/phpcodesniffer-composer-installer

    Bumps [dealerdirect/phpcodesniffer-composer-installer](https://github.com/Dealerdirect/phpcodesniffer-composer-installer) from 0.7.2 to 1.0.0.
    - [Release notes](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases)
    - [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/.github_changelog_generator)
    - [Commits](PHPCSStandards/composer-installer@v0.7.2...v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: dealerdirect/phpcodesniffer-composer-installer
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and adekbadek committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a9713ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23e9c86 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1617 from Automattic/trunk

    Alpha release Aug 15
    adekbadek authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3768cf6 View commit details
    Browse the repository at this point in the history
  8. chore(release): 3.1.0-alpha.1 [skip ci]

    # [3.1.0-alpha.1](v3.0.0...v3.1.0-alpha.1) (2024-08-15)
    
    ### Bug Fixes
    
    * add preview text fallback to make sure HTML is removed ([b4de251](b4de251))
    * human-readable timestamp of sent newsletters ([#1590](#1590)) ([c3ddd29](c3ddd29))
    * **subscription-block:** remove default list when misconfigured ([#1608](#1608)) ([6d0b440](6d0b440))
    
    ### Features
    
    * consolidate data flows ([#1602](#1602)) ([dd56ab8](dd56ab8)), closes [#1567](#1567) [#1593](#1593) [#1601](#1601)
    semantic-release-bot committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a350f31 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. chore(deps-dev): bump lint-staged from 15.2.8 to 15.2.9

    Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.8 to 15.2.9.
    - [Release notes](https://github.com/lint-staged/lint-staged/releases)
    - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
    - [Commits](lint-staged/lint-staged@v15.2.8...v15.2.9)
    
    ---
    updated-dependencies:
    - dependency-name: lint-staged
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    49d63c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6768bb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    597b51d View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.0-alpha.2 [skip ci]

    # [3.1.0-alpha.2](v3.1.0-alpha.1...v3.1.0-alpha.2) (2024-08-20)
    
    ### Bug Fixes
    
    * **mailchimp:** selecting mailchimp segments with groups ([#1600](#1600)) ([a698aaa](a698aaa))
    semantic-release-bot committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    01edbed View commit details
    Browse the repository at this point in the history