Skip to content

Commit 4f4cb79

Browse files
committed
release 1.15.2
1 parent efdb6ea commit 4f4cb79

82 files changed

Lines changed: 241 additions & 232 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog:
22

3+
### 1.15.2 - 2023-02-19
4+
- zend-ldap
5+
- php 8.1 compatibility fixes ([#159])
6+
- zend-session
7+
- `Zend_Session_SaveHandler_DbTable` - fix "Failed to write session data using user defined save handler" warning on php 7+ ([#164])
8+
9+
[#159]: https://github.com/zf1s/zf1/pull/159
10+
[#164]: https://github.com/zf1s/zf1/pull/164
11+
312
### 1.15.1 - 2022-12-12
413
- general
514
- php 8.1 compatibility fixes ([#149])

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Original README: [click](README.orig.md)
133133
2. Bump interdependencies of packages to the next version
134134

135135
```bash
136-
../monorepo-builder/bin/monorepo-builder bump-interdependency "^1.15.2"
136+
../monorepo-builder/bin/monorepo-builder bump-interdependency "^1.15.3"
137137
```
138138

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

148148
Split operation:
149149
```bash
150-
../monorepo-builder/bin/monorepo-builder split --max-processes=1 --tag=1.15.2
150+
../monorepo-builder/bin/monorepo-builder split --max-processes=1 --tag=1.15.3
151151
```
152152

153153
_Note: I had no success splitting this repo on win os, so unix-based system is recommended. (or WSL)

packages/zend-acl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "BSD-3-Clause",
77
"require": {
88
"php": ">=5.3.3",
9-
"zf1s/zend-exception": "^1.15.1"
9+
"zf1s/zend-exception": "^1.15.2"
1010
},
1111
"autoload": {
1212
"psr-0": {

packages/zend-amf/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"require": {
88
"php": ">=5.3.3",
99
"ext-dom": "*",
10-
"zf1s/zend-exception": "^1.15.1",
11-
"zf1s/zend-server": "^1.15.1",
12-
"zf1s/zend-xml": "^1.15.1"
10+
"zf1s/zend-exception": "^1.15.2",
11+
"zf1s/zend-server": "^1.15.2",
12+
"zf1s/zend-xml": "^1.15.2"
1313
},
1414
"autoload": {
1515
"psr-0": {

packages/zend-application/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "BSD-3-Clause",
77
"require": {
88
"php": ">=5.3.3",
9-
"zf1s/zend-exception": "^1.15.1",
10-
"zf1s/zend-controller": "^1.15.1"
9+
"zf1s/zend-exception": "^1.15.2",
10+
"zf1s/zend-controller": "^1.15.2"
1111
},
1212
"autoload": {
1313
"psr-0": {

packages/zend-auth/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"php": ">=5.3.3",
99
"ext-ctype": "*",
10-
"zf1s/zend-exception": "^1.15.1"
10+
"zf1s/zend-exception": "^1.15.2"
1111
},
1212
"autoload": {
1313
"psr-0": {

packages/zend-barcode/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "BSD-3-Clause",
77
"require": {
88
"php": ">=5.3.3",
9-
"zf1s/zend-exception": "^1.15.1",
10-
"zf1s/zend-validate": "^1.15.1"
9+
"zf1s/zend-exception": "^1.15.2",
10+
"zf1s/zend-validate": "^1.15.2"
1111
},
1212
"autoload": {
1313
"psr-0": {

packages/zend-cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "BSD-3-Clause",
77
"require": {
88
"php": ">=5.3.3",
9-
"zf1s/zend-exception": "^1.15.1"
9+
"zf1s/zend-exception": "^1.15.2"
1010
},
1111
"autoload": {
1212
"psr-0": {

packages/zend-captcha/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"require": {
88
"php": ">=5.3.3",
99
"ext-gd": "*",
10-
"zf1s/zend-crypt": "^1.15.1",
11-
"zf1s/zend-exception": "^1.15.1",
12-
"zf1s/zend-service-recaptcha": "^1.15.1",
13-
"zf1s/zend-text": "^1.15.1",
14-
"zf1s/zend-validate": "^1.15.1"
10+
"zf1s/zend-crypt": "^1.15.2",
11+
"zf1s/zend-exception": "^1.15.2",
12+
"zf1s/zend-service-recaptcha": "^1.15.2",
13+
"zf1s/zend-text": "^1.15.2",
14+
"zf1s/zend-validate": "^1.15.2"
1515
},
1616
"autoload": {
1717
"psr-0": {

packages/zend-cloud/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"license": "BSD-3-Clause",
77
"require": {
88
"php": ">=5.3.3",
9-
"zf1s/zend-exception": "^1.15.1",
10-
"zf1s/zend-loader": "^1.15.1",
11-
"zf1s/zend-http": "^1.15.1",
12-
"zf1s/zend-queue": "^1.15.1"
9+
"zf1s/zend-exception": "^1.15.2",
10+
"zf1s/zend-loader": "^1.15.2",
11+
"zf1s/zend-http": "^1.15.2",
12+
"zf1s/zend-queue": "^1.15.2"
1313
},
1414
"autoload": {
1515
"psr-0": {

0 commit comments

Comments
 (0)