Skip to content

Commit

Permalink
release 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
falkenhawk committed Nov 23, 2020
1 parent fd0c379 commit 8e1040b
Show file tree
Hide file tree
Showing 82 changed files with 247 additions and 236 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
## Changelog:

### 1.13.3
### 1.13.4 - 2020-11-23
- zend-db
- Fix Zend_Db_Adapter_Pdo_Pgsql being broken on Postgres 12 that removed d.adsrc ([#29])
- zend-xml
- fix version comparison operator ([#26])
- php 8 compatibility: wrap deprecated libxml_disable_entity_loader() ([#27])

[#26]: https://github.com/zf1s/zf1/pull/26
[#27]: https://github.com/zf1s/zf1/pull/27
[#29]: https://github.com/zf1s/zf1/pull/29

### 1.13.3 - 2020-08-26
- zend-locale
- Add Croatia to the European Union ([#21](https://github.com/zf1s/zf1/pull/21))
- zend-validate
- fixed Zend_Validate_Barcode_IntelligentMail class name for psr-0 autoloading compatibility with composer 2.0 ([#24](https://github.com/zf1s/zf1/pull/24))

### 1.13.2
### 1.13.2 - 2020-05-25
- zend-search-lucene
- fixed "Trying to access array offset on value of type int" when passed a non-string value to `Zend_Search_Lucene_Index_Term` ([#19](https://github.com/zf1s/zf1/pull/19))
- zend-service-rackspace
- restore back `array_key_exists` in place of `isset` - reverted unnecessary changes from [#16](https://github.com/zf1s/zf1/pull/16/files#diff-7d8cdc4dbd5afcd88fca225eaf9a353f)

### 1.13.1
### 1.13.1 - 2019-12-16
- general
- php 7.4 compatibility ([#16](https://github.com/zf1s/zf1/pull/16))
- zend-crypt
Expand All @@ -23,7 +34,7 @@
- zend-view
- fix @method annotations in Zend_View_Helper_Navigation ([#13](https://github.com/zf1s/zf1/pull/13))

### 1.13.0
### 1.13.0 - 2019-05-28
- general
- re-introduce original tests suite and adjust it to run on php 5.3-7.3 (using modded [zf1s/phpunit](https://github.com/zf1s/phpunit))
- tests adjustments
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Original README: [click](README.orig.md)
2. Bump interdependencies of packages to the next version

```bash
../monorepo-builder/bin/monorepo-builder bump-interdependency "^1.13.3"
../monorepo-builder/bin/monorepo-builder bump-interdependency "^1.13.5"
```

3. Add git tag and push to this monorepo
Expand All @@ -133,7 +133,7 @@ Original README: [click](README.orig.md)

Split operation:
```bash
../monorepo-builder/bin/monorepo-builder split --max-processes=1 --tag=1.13.3
../monorepo-builder/bin/monorepo-builder split --max-processes=1 --tag=1.13.5
```

_Note: I had no success splitting this repo on win os, so unix-based system is recommended. (or WSL)
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-acl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3"
"zf1s/zend-exception": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
6 changes: 3 additions & 3 deletions packages/zend-amf/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-server": "^1.13.3",
"zf1s/zend-xml": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-server": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zend-application/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-controller": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-controller": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"zf1s/zend-exception": "^1.13.3"
"zf1s/zend-exception": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zend-barcode/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-validate": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-validate": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3"
"zf1s/zend-exception": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
10 changes: 5 additions & 5 deletions packages/zend-captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"require": {
"php": ">=5.3.3",
"ext-gd": "*",
"zf1s/zend-crypt": "^1.13.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-service-recaptcha": "^1.13.3",
"zf1s/zend-text": "^1.13.3",
"zf1s/zend-validate": "^1.13.3"
"zf1s/zend-crypt": "^1.13.4",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-service-recaptcha": "^1.13.4",
"zf1s/zend-text": "^1.13.4",
"zf1s/zend-validate": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
8 changes: 4 additions & 4 deletions packages/zend-cloud/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-loader": "^1.13.3",
"zf1s/zend-http": "^1.13.3",
"zf1s/zend-queue": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-http": "^1.13.4",
"zf1s/zend-queue": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zend-codegenerator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-reflection": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-reflection": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zend-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-xml": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-console-getopt/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3"
"zf1s/zend-exception": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
14 changes: 7 additions & 7 deletions packages/zend-controller/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"php": ">=5.3.3",
"ext-reflection": "*",
"ext-session": "*",
"zf1s/zend-config": "^1.13.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-loader": "^1.13.3",
"zf1s/zend-registry": "^1.13.3",
"zf1s/zend-uri": "^1.13.3",
"zf1s/zend-view": "^1.13.3",
"zf1s/zend-xml": "^1.13.3"
"zf1s/zend-config": "^1.13.4",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-registry": "^1.13.4",
"zf1s/zend-uri": "^1.13.4",
"zf1s/zend-view": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-crypt/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3"
"zf1s/zend-exception": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zend-currency/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"require": {
"php": ">=5.3.3",
"ext-iconv": "*",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-locale": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-locale": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zend-date/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-locale": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-locale": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zend-db/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-loader": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
10 changes: 5 additions & 5 deletions packages/zend-dojo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-form": "^1.13.3",
"zf1s/zend-json": "^1.13.3",
"zf1s/zend-registry": "^1.13.3",
"zf1s/zend-view": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-form": "^1.13.4",
"zf1s/zend-json": "^1.13.4",
"zf1s/zend-registry": "^1.13.4",
"zf1s/zend-view": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zend-dom/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-xml": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zend-eventmanager/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-stdlib": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-stdlib": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
12 changes: 6 additions & 6 deletions packages/zend-feed/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"ext-dom": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-http": "^1.13.3",
"zf1s/zend-loader": "^1.13.3",
"zf1s/zend-uri": "^1.13.3",
"zf1s/zend-version": "^1.13.3",
"zf1s/zend-xml": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-http": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-uri": "^1.13.4",
"zf1s/zend-version": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-file-transfer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3"
"zf1s/zend-exception": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
8 changes: 4 additions & 4 deletions packages/zend-filter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"require": {
"php": ">=5.3.3",
"ext-reflection": "*",
"zf1s/zend-crypt": "^1.13.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-loader": "^1.13.3",
"zf1s/zend-validate": "^1.13.3"
"zf1s/zend-crypt": "^1.13.4",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-validate": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
6 changes: 3 additions & 3 deletions packages/zend-form/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-filter": "^1.13.3",
"zf1s/zend-validate": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-filter": "^1.13.4",
"zf1s/zend-validate": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
10 changes: 5 additions & 5 deletions packages/zend-gdata/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"php": ">=5.3.3",
"ext-ctype": "*",
"ext-dom": "*",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-http": "^1.13.3",
"zf1s/zend-mime": "^1.13.3",
"zf1s/zend-version": "^1.13.3",
"zf1s/zend-xml": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-http": "^1.13.4",
"zf1s/zend-mime": "^1.13.4",
"zf1s/zend-version": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
6 changes: 3 additions & 3 deletions packages/zend-http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"require": {
"php": ">=5.3.3",
"ext-ctype": "*",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-loader": "^1.13.3",
"zf1s/zend-uri": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-uri": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
8 changes: 4 additions & 4 deletions packages/zend-json/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"require": {
"php": ">=5.3.3",
"ext-reflection": "*",
"zf1s/zend-exception": "^1.13.3",
"zf1s/zend-loader": "^1.13.3",
"zf1s/zend-server": "^1.13.3",
"zf1s/zend-xml": "^1.13.3"
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-server": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zend-layout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.13.3"
"zf1s/zend-exception": "^1.13.4"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit 8e1040b

Please sign in to comment.