Commit Graph

111 Commits

Author SHA1 Message Date
Alexander Makarov
d6a48353cc
release version 2.0.32 2020-01-22 01:38:32 +03:00
Robert Korulczyk
d9dd911eee Update PHP requirements after bumping Codeception (#219) 2019-12-24 13:09:46 +03:00
Alexander Makarov
eaabb0fdb4
prepare for next release 2019-12-18 16:02:55 +03:00
Alexander Makarov
a3534702cd
release version 2.0.31 2019-12-18 16:02:37 +03:00
Gintautas Miselis
660ebb41df Upgrade to Codeception 4.0 (#218)
* Use modular Codeception 4.0
* Moved bootstrap setting to top level

Because old location is deprecated
See https://bit.ly/2YrRzVc

* Use stringContainsString instead of contains

Because using assertContains() with string haystacks is deprecated and will not be supported in PHPUnit 9.

* Removed 5.4 and 5.5
2019-11-22 22:02:47 +03:00
Alexander Makarov
ff3baf4d3a
prepare for next release 2019-09-04 00:45:12 +03:00
Alexander Makarov
928e0b6b82
release version 2.0.26 2019-09-04 00:44:59 +03:00
Alexander Makarov
fc049dda12
prepare for next release 2019-07-02 23:48:17 +03:00
Alexander Makarov
4223df0b86
release version 2.0.22 2019-07-02 23:48:04 +03:00
Alexander Makarov
14ae163345
prepare for next release 2019-05-21 19:04:19 +03:00
Alexander Makarov
0adae663e1
release version 2.0.19 2019-05-21 19:03:57 +03:00
Alexander Makarov
088c23462d
prepare for next release 2019-04-23 15:52:21 +03:00
Alexander Makarov
03697217bc
release version 2.0.18 2019-04-23 15:52:05 +03:00
Alexander Makarov
b4b51a3fb9
Fixed composer.json syntax 2019-04-23 15:06:04 +03:00
Alexander Makarov
4a41e3f53d
Fixes #204: Allow using older swiftmailer dependency 2019-04-23 15:02:20 +03:00
Alexander Makarov
87ef329035
prepare for next release 2019-03-23 00:41:15 +03:00
Alexander Makarov
e063a26253
release version 2.0.17 2019-03-23 00:40:51 +03:00
Alexander Makarov
8dc9732134
Fixes #198: Updated dependencies to make sure codeception tests pass right after install 2019-03-22 23:45:06 +03:00
Craig London
3479193c9b master: Update composer.json to use Yii2 Debug & Gii v2.1.0 (#199) 2019-03-22 16:23:34 +01:00
Carsten Brandt
603f13964b prepare for next release 2019-01-31 01:01:20 +01:00
Carsten Brandt
ceb7d42013
release version 2.0.16 2019-01-31 01:00:58 +01:00
Ricardo Pérez
cfe07e705d Bump codeception/specify, codeception/verify versions (#173) 2018-12-04 22:05:40 +03:00
SilverFire - Dmitry Naumenko
9245d033e4 prepare for next release 2018-02-19 00:36:21 +02:00
SilverFire - Dmitry Naumenko
dfd0a02b50
release version 2.0.14 2018-02-19 00:35:59 +02:00
Nikola Kovacs
a6bc6e9c87
Disable composer-asset-plugin if it's installed
Refs #149
2017-11-09 11:09:30 +01:00
Carsten Brandt
812d8d5178
Update composer.json
updated yii2 constraint for #151
2017-11-06 15:10:58 +01:00
Alexander Makarov
217f9230d8
prepare for next release 2017-11-03 01:39:17 +03:00
Alexander Makarov
6699ce788a
release version 2.0.13 2017-11-03 01:38:39 +03:00
SilverFire - Dmitry Naumenko
395e9c7fae
Removed fxp/cap as default package installation method 2017-11-02 21:37:12 +02:00
Tobias Munk
120d35506e Updated asset-plugin options (#145) 2017-11-01 02:47:09 +03:00
SilverFire - Dmitry Naumenko
8e05ff8651 minor 2017-08-09 22:14:58 +03:00
SilverFire - Dmitry Naumenko
1fd8921fbf Fixed generateCookieValidationKey 2017-08-09 22:07:23 +03:00
SilverFire - Dmitry Naumenko
fc2ec7dfee Switched to asset-packagist.org 2017-06-17 17:23:21 +03:00
Carsten Brandt
927398596b
prepare for next release 2017-06-05 20:32:36 +02:00
Carsten Brandt
591a3ca78c
release version 2.0.12 2017-06-05 20:32:14 +02:00
Andrey Subbota
56ea7f9699 Fix The "extra.asset-installer-paths" option is deprecated (#121) 2017-05-28 20:17:09 +05:00
Carsten Brandt
0453b5afb1
prepare for next release 2017-02-01 17:56:30 +01:00
Carsten Brandt
5bb6386a5e
release version 2.0.11 2017-02-01 17:55:52 +01:00
Carsten Brandt
15851900c6 prepare for next release 2016-10-20 14:10:54 +02:00
Carsten Brandt
fd3391bbcd release version 2.0.10 2016-10-20 14:10:38 +02:00
Carsten Brandt
6cdf2bc5a0 updated version constraint in extension template
avoid unbound constraints

yiisoft/yii2#12154
2016-09-05 14:47:44 +02:00
Alexander Makarov
d7df546502 Fixed version constraints, adjusted readme, fixed formatting 2016-07-25 23:41:30 +03:00
Alexander Makarov
0c5eb8ba82 Merge branch 'master' of https://github.com/notgosu/yii2-app-basic into notgosu-master 2016-07-25 23:33:12 +03:00
Davert
3be9b8507d added codeception to deps 2016-07-25 02:25:42 +03:00
Davert
95bd8f4409 added tests for amLoggedIn method 2016-07-18 20:33:45 +03:00
Gintautas Miselis
3214a14ebf Added codeception/specify to require-dev (#72)
It was an indirect dependency and #57 made Codeception builds with --prefer-lowest fail: https://travis-ci.org/Codeception/Codeception/jobs/145152589#L1653
2016-07-17 22:31:32 +03:00
Davert
0ef627f7de refactored tests 2016-07-16 04:13:51 +03:00
Davert
b1015559e0 refactoring 2016-07-14 21:03:28 +03:00
Davert
71ee8a08a0 dependencies should be stable 2016-07-14 17:20:08 +03:00
Carsten Brandt
548af0eacd prepare for next release 2016-07-11 15:43:58 +02:00