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

Version 1.3.4 #170

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open

Version 1.3.4 #170

wants to merge 51 commits into from

Commits on Oct 12, 2023

  1. Removed 1.3.2.2 warning

    soup-bowl authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b9a388f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f1d51 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

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

Commits on Dec 29, 2023

  1. Update readme.md

    soup-bowl authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0c70cdb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Create dependabot.yml

    soup-bowl authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4ae584e View commit details
    Browse the repository at this point in the history
  2. 3 Configuration menu
    Copy the full SHA
    fa174bf View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update .gitignore

    soup-bowl authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    bbec254 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Codelinting

    soup-bowl committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8a818e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Bump the dev-dependencies group with 5 updates

    Bumps the dev-dependencies group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `8.5.33` | `9.6.15` |
    | [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) | `6.8.0` | `6.9.1` |
    | [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) | `5.5.0` | `5.6.0` |
    | [dealerdirect/phpcodesniffer-composer-installer](https://github.com/Dealerdirect/phpcodesniffer-composer-installer) | `0.7.2` | `1.0.0` |
    | [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards) | `2.3.0` | `3.0.1` |
    
    
    Updates `phpunit/phpunit` from 8.5.33 to 9.6.15
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.15/ChangeLog-9.6.md)
    - [Commits](sebastianbergmann/phpunit@8.5.33...9.6.15)
    
    Updates `phpmailer/phpmailer` from 6.8.0 to 6.9.1
    - [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
    - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
    - [Commits](PHPMailer/PHPMailer@v6.8.0...v6.9.1)
    
    Updates `vlucas/phpdotenv` from 5.5.0 to 5.6.0
    - [Release notes](https://github.com/vlucas/phpdotenv/releases)
    - [Commits](vlucas/phpdotenv@v5.5.0...v5.6.0)
    
    Updates `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)
    
    Updates `wp-coding-standards/wpcs` from 2.3.0 to 3.0.1
    - [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases)
    - [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md)
    - [Commits](WordPress/WordPress-Coding-Standards@2.3.0...3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dev-dependencies
    - dependency-name: phpmailer/phpmailer
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: vlucas/phpdotenv
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: dealerdirect/phpcodesniffer-composer-installer
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dev-dependencies
    - dependency-name: wp-coding-standards/wpcs
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3ac57be View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge pull request #155 from soup-bowl/dependabot/composer/dev-depend…

    …encies-e669f76228
    
    Bump the dev-dependencies group with 5 updates
    soup-bowl authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d8e7f7e View commit details
    Browse the repository at this point in the history
  2. Wordpress Coding Linting

    soup-bowl committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    41e50bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce273e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Bump the dev-dependencies group with 1 update

    Bumps the dev-dependencies group with 1 update: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).
    
    
    Updates `phpunit/phpunit` from 9.6.15 to 9.6.16
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.16/ChangeLog-9.6.md)
    - [Commits](sebastianbergmann/phpunit@9.6.15...9.6.16)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8f0309f View commit details
    Browse the repository at this point in the history
  2. Automatic changelog.

    soup-bowl authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6252eb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c9e881 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #158 from soup-bowl/dependabot/composer/dev-depend…

    …encies-0dd5e1819a
    
    Bump the dev-dependencies group with 1 update
    soup-bowl authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a50c35e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c08967 View commit details
    Browse the repository at this point in the history
  6. Update deploy.yml

    soup-bowl authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0a72724 View commit details
    Browse the repository at this point in the history
  7. Update deploy.yml

    soup-bowl authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    077f80a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c019a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80c2040 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Update deploy.yml

    soup-bowl authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f0e8cc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from soup-bowl/soup-bowl/wpcs-lint-2024-2

    WordPress Coding Standards Linting
    soup-bowl authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    947548f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #159 from soup-bowl/soup-bowl/autochangelog

    Automatic Changelog
    soup-bowl authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    77f3099 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #160 from soup-bowl/soup-bowl/151

    Pipeline replacement for asset upload
    soup-bowl authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1763279 View commit details
    Browse the repository at this point in the history
  5. automatic versioning

    soup-bowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c0e9bbe View commit details
    Browse the repository at this point in the history
  6. Colour debug indicators.

    soup-bowl committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c81edf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Update readme.md

    soup-bowl authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    577802f View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    soup-bowl authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    9631312 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Bump the dev-dependencies group with 2 updates

    Bumps the dev-dependencies group with 2 updates: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards).
    
    
    Updates `phpunit/phpunit` from 9.6.16 to 9.6.18
    - [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.18/ChangeLog-9.6.md)
    - [Commits](sebastianbergmann/phpunit@9.6.16...9.6.18)
    
    Updates `wp-coding-standards/wpcs` from 3.0.1 to 3.1.0
    - [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases)
    - [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md)
    - [Commits](WordPress/WordPress-Coding-Standards@3.0.1...3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    - dependency-name: wp-coding-standards/wpcs
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    66593fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #163 from soup-bowl/dependabot/composer/dev-depend…

    …encies-670cbe7ac8
    
    Bump the dev-dependencies group with 2 updates
    soup-bowl authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0baa49a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    30b6a79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2faf01e View commit details
    Browse the repository at this point in the history
  3. Translation-friendlier adjustments

    Thanks to @kebbet for pointing this out.
    soup-bowl committed Apr 3, 2024
    2 Configuration menu
    Copy the full SHA
    a082b98 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 8, 2024

  1. Bump phpunit/phpunit from 9.6.18 to 9.6.19 in the dev-dependencies group

    Bumps the dev-dependencies group with 1 update: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).
    
    
    Updates `phpunit/phpunit` from 9.6.18 to 9.6.19
    - [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.19/ChangeLog-9.6.md)
    - [Commits](sebastianbergmann/phpunit@9.6.18...9.6.19)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6dd0b8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #167 from soup-bowl/dependabot/composer/dev-depend…

    …encies-1e4a911f2b
    
    Bump phpunit/phpunit from 9.6.18 to 9.6.19 in the dev-dependencies group
    soup-bowl authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bfe4501 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    b49757e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d1730b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    c854309 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into 168-logserviceprune_logs-removes-old-post…

    …s-from-custom-post-type
    soup-bowl authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    13a0838 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Merge pull request #165 from soup-bowl/soup-bowl/log-expiry

    Change log expiry via hook & expiry visibility
    soup-bowl authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    b6a6573 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #169 from soup-bowl/168-logserviceprune_logs-remov…

    …es-old-posts-from-custom-post-type
    
    Verify post type before executing delete
    soup-bowl authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4bb86da View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Bump vlucas/phpdotenv from 5.6.0 to 5.6.1 in the dev-dependencies group

    Bumps the dev-dependencies group with 1 update: [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv).
    
    
    Updates `vlucas/phpdotenv` from 5.6.0 to 5.6.1
    - [Release notes](https://github.com/vlucas/phpdotenv/releases)
    - [Commits](vlucas/phpdotenv@v5.6.0...v5.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: vlucas/phpdotenv
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e5406d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    daf458a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from soup-bowl/dependabot/composer/dev-depend…

    …encies-dfa7cffd6c
    
    Bump vlucas/phpdotenv from 5.6.0 to 5.6.1 in the dev-dependencies group
    soup-bowl authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3139543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38724d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    7763591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f5a02d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Added SonarQube.

    soup-bowl committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6723e8a View commit details
    Browse the repository at this point in the history