[PR #1182] [MERGED] Merge tag v2.2.0 into 2.x #1322

Closed
opened 2026-02-25 21:37:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1182
Author: @Shadow243
Created: 8/20/2024
Status: Merged
Merged: 8/21/2024
Merged by: @kroky

Base: 2.xHead: merge-v2-2-0-with-2-x


📝 Commits (10+)

  • 23eb1d1 Add empty check to compose_delivery_receipt to avoid Undefined array key error
  • 9fbf1aa Merge pull request #997 from josaphatim/fixed-providers-that-doesnot-support-scripts-inclusion
  • 836adb5 Merge pull request #995 from josaphatim/fixed-issue-with-sieve-add-filter
  • c9c8ee2 Merge pull request #996 from jacob-js/fix-validate-method
  • 117f04b Merge pull request #1002 from jacob-js/fix-inline-resources
  • 936ce7a Remove broken link
  • a13a6ca Jason is unavailable these days
  • a741836 change the order of options for account creation
  • 2cf7a0a Remove trans while saving
  • e692515 Handle Unicode in folder names

📊 Changes

207 files changed (+7560 additions, -4044 deletions)

View changed files

.dockerignore (+2 -0)
📝 .env.example (+11 -6)
📝 .github/tests/.env (+6 -5)
📝 .github/tests/selenium/creds.py (+12 -1)
📝 .github/tests/setup.sh (+4 -4)
📝 .github/tests/test.sh (+2 -1)
📝 .github/workflows/Nightly-Image.yml (+1 -1)
📝 .github/workflows/Test-Build.yml (+3 -2)
.github/workflows/release.yml (+40 -0)
📝 .gitignore (+4 -1)
📝 .travis.yml (+4 -4)
📝 .travis/.env (+1 -1)
📝 .travis/phpunit.xml (+3 -0)
📝 .travis/run.sh (+1 -1)
📝 .travis/setup.sh (+3 -3)
📝 INSTALL (+1 -1)
Makefile (+35 -0)
📝 README.md (+8 -12)
📝 composer.json (+31 -18)
📝 composer.lock (+263 -363)

...and 80 more files

📄 Description

This PR is merging missing commits from tag 'v2.2.0' into 2.x


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1182 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 8/20/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `2.x` ← **Head:** `merge-v2-2-0-with-2-x` --- ### 📝 Commits (10+) - [`23eb1d1`](https://github.com/cypht-org/cypht/commit/23eb1d1d71b164e9dde73fe07b6fe1a263ef76c1) Add empty check to compose_delivery_receipt to avoid Undefined array key error - [`9fbf1aa`](https://github.com/cypht-org/cypht/commit/9fbf1aae82941cbedb92e754befa8a8bc65c3cb0) Merge pull request #997 from josaphatim/fixed-providers-that-doesnot-support-scripts-inclusion - [`836adb5`](https://github.com/cypht-org/cypht/commit/836adb5d0034888d3ef9318b0800f300e36f0cd7) Merge pull request #995 from josaphatim/fixed-issue-with-sieve-add-filter - [`c9c8ee2`](https://github.com/cypht-org/cypht/commit/c9c8ee231203c4b1c79bb9fa31019b0eda0666ff) Merge pull request #996 from jacob-js/fix-validate-method - [`117f04b`](https://github.com/cypht-org/cypht/commit/117f04b1c10ab3d6631525d4a03793d44f787227) Merge pull request #1002 from jacob-js/fix-inline-resources - [`936ce7a`](https://github.com/cypht-org/cypht/commit/936ce7a559eec08686d28b8465cb2feb2772396a) Remove broken link - [`a13a6ca`](https://github.com/cypht-org/cypht/commit/a13a6ca8dcc652479caa4186e9afea7261959c6b) Jason is unavailable these days - [`a741836`](https://github.com/cypht-org/cypht/commit/a741836a05761a8d1ba71a279ef062f7428caffc) change the order of options for account creation - [`2cf7a0a`](https://github.com/cypht-org/cypht/commit/2cf7a0ae88215e9ebc10935a0910290cec17fc5d) Remove trans while saving - [`e692515`](https://github.com/cypht-org/cypht/commit/e6925157048618769f845dfba0f8355cb5505c21) Handle Unicode in folder names ### 📊 Changes **207 files changed** (+7560 additions, -4044 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+2 -0) 📝 `.env.example` (+11 -6) 📝 `.github/tests/.env` (+6 -5) 📝 `.github/tests/selenium/creds.py` (+12 -1) 📝 `.github/tests/setup.sh` (+4 -4) 📝 `.github/tests/test.sh` (+2 -1) 📝 `.github/workflows/Nightly-Image.yml` (+1 -1) 📝 `.github/workflows/Test-Build.yml` (+3 -2) ➕ `.github/workflows/release.yml` (+40 -0) 📝 `.gitignore` (+4 -1) 📝 `.travis.yml` (+4 -4) 📝 `.travis/.env` (+1 -1) 📝 `.travis/phpunit.xml` (+3 -0) 📝 `.travis/run.sh` (+1 -1) 📝 `.travis/setup.sh` (+3 -3) 📝 `INSTALL` (+1 -1) ➕ `Makefile` (+35 -0) 📝 `README.md` (+8 -12) 📝 `composer.json` (+31 -18) 📝 `composer.lock` (+263 -363) _...and 80 more files_ </details> ### 📄 Description This PR is merging missing commits from tag 'v2.2.0' into 2.x --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1322
No description provided.