最新服务器上的版本,以后用这个
wangzhenxin
2023-11-19 bc164b8bdbfbdf1d8229a5ced6b08d7cb8db7361
commit | author | age
2207d6 1 Yii Framework 2 composer extension Change Log
W 2 =============================================
3
4 2.0.7 July 05, 2018
5 -------------------
6
7 - Bug #18: Fixed an error that would occur if the Zend OPcache extension was installed, but its "restrict_api" setting was enabled (angrybrad)
8
9
10 2.0.6 March 21, 2018
11 --------------------
12
13 - Bug #16: Upgrade notes were not shown when upgrading from a patch version (cebe)
14
15
16 2.0.5 December 20, 2016
17 -----------------------
18
19 - Bug #11: `generateCookieValidationKey()` now saves config file only when `cookieValidationKey` was generated (rob006)
20 - Enh #10: Added `yii\composer\Installer::postInstall()` method (rob006)
21 - Enh #12: Added `yii\composer\Installer::copyFiles()` method (rob006)
22 - Enh #14: A note about yii UPGRADE notes file is shown after upgrading Yii to make user aware of it (cebe)
23
24
25 2.0.4 February 06, 2016
26 -----------------------
27
28 - Bug #7735: Composer failed to install extensions with multiple base paths in "psr-4" autoload section (cebe)
29 - Enh #2: Better error handling for the case when installer is unable to change permissions (dbavscc)
30 - Enh #3: `loadExtensions()` and `saveExtensions()` now access `EXTENSION_FILE` constant with late static binding (karneds)
31
32
33 2.0.3 March 01, 2015
34 --------------------
35
36 - no changes in this release.
37
38
39 2.0.2 January 11, 2015
40 ----------------------
41
42 - no changes in this release.
43
44
45 2.0.1 December 07, 2014
46 -----------------------
47
48 - no changes in this release.
49
50
51 2.0.0 October 12, 2014
52 ----------------------
53
54 - no changes in this release.
55
56
57 2.0.0-rc September 27, 2014
58 ---------------------------
59
60 - Bug #3438: Fixed support for non-lowercase package names (cebe)
61 - Chg: Added `yii\composer\Installer::postCreateProject()` and modified the syntax of calling installer methods in composer.json (qiangxue)
62
63 2.0.0-beta April 13, 2014
64 -------------------------
65
66 - Bug #1480: Fixed issue with creating extensions.php when php opcache is enabled (cebe)
67 - Enh: Added support for installing packages conforming to PSR-4 standard (qiangxue)
68
69 2.0.0-alpha, December 1, 2013
70 -----------------------------
71
72 - Initial release.