Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
6580b608
Commit
6580b608
authored
Nov 04, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x
parent
9da53b70
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.md
extensions/bootstrap/CHANGELOG.md
+1
-0
composer.json
extensions/bootstrap/composer.json
+1
-1
CHANGELOG.md
framework/CHANGELOG.md
+2
-1
No files found.
extensions/bootstrap/CHANGELOG.md
View file @
6580b608
...
...
@@ -6,6 +6,7 @@ Yii Framework 2 bootstrap extension Change Log
-
Bug #5570:
`yii\bootstrap\Tabs`
would throw an exception if
`content`
is not set for one of its
`items`
(RomeroMsk)
-
Enh #5735: Added
`yii\bootstrap\Tabs::renderTabContent`
to support manually rendering tab contents (RomeroMsk)
-
Chg #5874: Upgraded Twitter Bootstrap to 3.3.x (samdark)
2.0.0 October 12, 2014
...
...
extensions/bootstrap/composer.json
View file @
6580b608
...
...
@@ -19,7 +19,7 @@
],
"require"
:
{
"yiisoft/yii2"
:
"*"
,
"bower-asset/bootstrap"
:
"3.2.* | 3.1.*"
"bower-asset/bootstrap"
:
"3.
3.* | 3.
2.* | 3.1.*"
},
"autoload"
:
{
"psr-4"
:
{
...
...
framework/CHANGELOG.md
View file @
6580b608
...
...
@@ -31,7 +31,8 @@ Yii Framework 2 Change Log
-
Enh #5806: Allow
`Html::encode()`
to be used when the application is not started (qiangxue)
-
Enh:
`Console::confirm()`
now uses
`Console::stdout()`
instead of
`echo`
to be consistent with all other functions (cebe)
-
Chg #3630:
`yii\db\Command::queryInternal()`
is now protected (samdark)
-
Chg #5508: Dropped the support for the
`--append`
option for the
`fixture`
command (qiangxue)
-
Chg #5508: Dropped the support for the
`--append`
option for the
`fixture`
command (qiangxue)
-
Chg #5874: Upgraded Twitter Bootstrap to 3.3.x (samdark)
2.
0.0 October 12, 2014
----------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment