Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zendframework/zend-captcha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release-2.8.0
Choose a base ref
...
head repository: zendframework/zend-captcha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-2.9.0
Choose a head ref
  • 11 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 24, 2018

  1. 2.8.0 readiness

    weierophinney committed Apr 24, 2018
    Copy the full SHA
    4234b5b View commit details
  2. Copy the full SHA
    6650e2b View commit details
  3. Bumped version

    weierophinney committed Apr 24, 2018
    Copy the full SHA
    99e540f View commit details
  4. Bumped version

    weierophinney committed Apr 24, 2018
    Copy the full SHA
    0058afd View commit details

Commits on Dec 15, 2018

  1. Copy the full SHA
    5f86bb3 View commit details

Commits on Dec 16, 2018

  1. Copy the full SHA
    ad4bb50 View commit details

Commits on Dec 23, 2018

  1. Removes support for zend-stdlib v2 releases

    We keep support for zend-stdlib v3 only as it supports PHP 7.3.
    michalbundyra committed Dec 23, 2018
    Copy the full SHA
    5c6abc4 View commit details
  2. Copy the full SHA
    b0b7973 View commit details

Commits on Jun 18, 2019

  1. Merge branch 'feature/42' into develop

    Close #42
    Xerkus committed Jun 18, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Xerkus Aleksei Khudiakov
    Copy the full SHA
    2b5121b View commit details
  2. Merge branch 'develop'

    Xerkus committed Jun 18, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Xerkus Aleksei Khudiakov
    Copy the full SHA
    6eebc1a View commit details
  3. 2.9.0 readiness

    Xerkus committed Jun 18, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Xerkus Aleksei Khudiakov
    Copy the full SHA
    4272f3d View commit details
Showing with 49 additions and 18 deletions.
  1. +9 −2 .travis.yml
  2. +22 −0 CHANGELOG.md
  3. +3 −3 composer.json
  4. +15 −13 composer.lock
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: php

cache:
@@ -53,6 +51,15 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
- php: 7.3
env:
- DEPS=locked
- php: 7.3
env:
- DEPS=latest

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.9.0 - 2019-06-18

### Added

- [#42](https://github.com/zendframework/zend-captcha/pull/42) adds support for PHP 7.3.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- [#42](https://github.com/zendframework/zend-captcha/pull/42) removes support for zend-stdlib v2 releases.

### Fixed

- Nothing.

## 2.8.0 - 2018-04-24

### Added
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"require": {
"php": "^5.6 || ^7.0",
"zendframework/zend-math": "^2.7 || ^3.0",
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
"zendframework/zend-stdlib": "^3.2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
@@ -50,8 +50,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev",
"dev-develop": "2.9.x-dev"
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
}
},
"scripts": {
28 changes: 15 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.