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

The type attribute is unnecessary for JavaScript resources #102

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,69 @@
## Changelog:

### 1.14.0 - 2021-09-??

- zend-acl
- Increase Performance in unsetting rules in ACL ([#60])
- PHP 8.0 compatibility
- Remove default values from method signatures ([#78])
- Fix iterators usage ([#82])
- Fix Zend_Form_ElementTest ([#81])
- Enforce types for PHP 8.0 ([#80])
- Fix vsprintf TypeError for php 8.0 ([#79])
- Fixed reflection deprecations for php 8.0 ([#76])
- Make Zend_Validate_Date work as expected under PHP 8.0 ([#75])
- Remove openssl deprecation for php 8.0 ([#73])
- Remove libxml deprecations for php 8.0 ([#65])
- Missing default values caused errorHandlerIgnore to fail under PHP 8.0 ([#63])
- Replace version_compare on PHP_VERSION with PHP_VERSION_ID check ([#53])
- Do not check get_magic_quotes_gpc value for php 5.4+ ([#56])
- Remove usage of $php_errormsg ([#42])
- Drop tests covering php older than 5.3.3 ([#55])
- Drop code supporting php older than 5.3.3 ([#54])
- Security
- Backport of fix for CVE-2021-3007 in Zend_Http_Response_Stream ([#43])
- Infrastructure
- Restore locales before calling test assertions ([#45])
- Enable "fail-fast" env for setup-php ([#52])
- Move MySQL testing from Travis to GitHub Actions ([#49])
- Use ubuntu-16.04 by default for faster setup-php ([#72])
- Add php 8.0 to GitHub Actions ignoring its errors ([#59])
- Allow newer php-parallel-lint/php-parallel-lint for php 8.0 ([#58])
- Move composer.json validate of sub-packages to GitHub Actions ([#40])
- Use parallel-lint for GitHub actions ([#50])
- Move memcache testing from Travis to GitHub Actions ([#47])
- GitHub Actions: Install composer dependencies ([#41])
- Use staabm/annotate-pull-request-from-checkstyle to report violatons in GitHub ([#66])

[#40]: https://github.com/zf1s/zf1/pull/40
[#41]: https://github.com/zf1s/zf1/pull/41
[#42]: https://github.com/zf1s/zf1/pull/42
[#43]: https://github.com/zf1s/zf1/pull/43
[#45]: https://github.com/zf1s/zf1/pull/45
[#47]: https://github.com/zf1s/zf1/pull/47
[#49]: https://github.com/zf1s/zf1/pull/49
[#50]: https://github.com/zf1s/zf1/pull/50
[#52]: https://github.com/zf1s/zf1/pull/52
[#53]: https://github.com/zf1s/zf1/pull/53
[#54]: https://github.com/zf1s/zf1/pull/54
[#55]: https://github.com/zf1s/zf1/pull/55
[#56]: https://github.com/zf1s/zf1/pull/56
[#58]: https://github.com/zf1s/zf1/pull/58
[#59]: https://github.com/zf1s/zf1/pull/59
[#60]: https://github.com/zf1s/zf1/pull/60
[#63]: https://github.com/zf1s/zf1/pull/63
[#65]: https://github.com/zf1s/zf1/pull/65
[#66]: https://github.com/zf1s/zf1/pull/66
[#72]: https://github.com/zf1s/zf1/pull/72
[#73]: https://github.com/zf1s/zf1/pull/73
[#75]: https://github.com/zf1s/zf1/pull/75
[#76]: https://github.com/zf1s/zf1/pull/76
[#78]: https://github.com/zf1s/zf1/pull/78
[#79]: https://github.com/zf1s/zf1/pull/79
[#80]: https://github.com/zf1s/zf1/pull/80
[#81]: https://github.com/zf1s/zf1/pull/81
[#82]: https://github.com/zf1s/zf1/pull/82

### 1.13.4 - 2020-11-23
- zend-db
- Fix Zend_Db_Adapter_Pdo_Pgsql being broken on Postgres 12 that removed d.adsrc ([#29])
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.4"
"zf1s/zend-exception": "^1.14.0"
},
"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.4",
"zf1s/zend-server": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-server": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"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.4",
"zf1s/zend-controller": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-controller": "^1.14.0"
},
"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.4"
"zf1s/zend-exception": "^1.14.0"
},
"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.4",
"zf1s/zend-validate": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-validate": "^1.14.0"
},
"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.4"
"zf1s/zend-exception": "^1.14.0"
},
"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.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"
"zf1s/zend-crypt": "^1.14.0",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-service-recaptcha": "^1.14.0",
"zf1s/zend-text": "^1.14.0",
"zf1s/zend-validate": "^1.14.0"
},
"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.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-http": "^1.13.4",
"zf1s/zend-queue": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-http": "^1.14.0",
"zf1s/zend-queue": "^1.14.0"
},
"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.4",
"zf1s/zend-reflection": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-reflection": "^1.14.0"
},
"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.4",
"zf1s/zend-xml": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"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.4"
"zf1s/zend-exception": "^1.14.0"
},
"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.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"
"zf1s/zend-config": "^1.14.0",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-registry": "^1.14.0",
"zf1s/zend-uri": "^1.14.0",
"zf1s/zend-view": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"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.4"
"zf1s/zend-exception": "^1.14.0"
},
"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.4",
"zf1s/zend-locale": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-locale": "^1.14.0"
},
"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.4",
"zf1s/zend-locale": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-locale": "^1.14.0"
},
"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.4",
"zf1s/zend-loader": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0"
},
"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.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"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-form": "^1.14.0",
"zf1s/zend-json": "^1.14.0",
"zf1s/zend-registry": "^1.14.0",
"zf1s/zend-view": "^1.14.0"
},
"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.4",
"zf1s/zend-xml": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"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.4",
"zf1s/zend-stdlib": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-stdlib": "^1.14.0"
},
"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.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",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-http": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-uri": "^1.14.0",
"zf1s/zend-version": "^1.14.0",
"zf1s/zend-xml": "^1.14.0",
"symfony/polyfill-php70": "^1.19"
},
"autoload": {
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.4"
"zf1s/zend-exception": "^1.14.0"
},
"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.4",
"zf1s/zend-exception": "^1.13.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-validate": "^1.13.4"
"zf1s/zend-crypt": "^1.14.0",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-validate": "^1.14.0"
},
"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.4",
"zf1s/zend-filter": "^1.13.4",
"zf1s/zend-validate": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-filter": "^1.14.0",
"zf1s/zend-validate": "^1.14.0"
},
"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.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",
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-http": "^1.14.0",
"zf1s/zend-mime": "^1.14.0",
"zf1s/zend-version": "^1.14.0",
"zf1s/zend-xml": "^1.14.0",
"symfony/polyfill-php70": "^1.19"
},
"autoload": {
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.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-uri": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-uri": "^1.14.0"
},
"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.4",
"zf1s/zend-loader": "^1.13.4",
"zf1s/zend-server": "^1.13.4",
"zf1s/zend-xml": "^1.13.4"
"zf1s/zend-exception": "^1.14.0",
"zf1s/zend-loader": "^1.14.0",
"zf1s/zend-server": "^1.14.0",
"zf1s/zend-xml": "^1.14.0"
},
"autoload": {
"psr-0": {
Expand Down
Loading