-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maksim Naumov
committed
Dec 17, 2013
1 parent
540ede4
commit 01afd2d
Showing
8 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,10 @@ | |
* Maintenance | ||
* @author Mark Safronov <[email protected]> | ||
* @version 2.0.0 | ||
* | ||
* Maintenance | ||
* @author Maksim Naumov <[email protected]> | ||
* @version 2.1.0 | ||
*/ | ||
|
||
/** | ||
|
@@ -341,7 +345,7 @@ protected function registerJsPackagesIfEnabled() | |
*/ | ||
public function getVersion() | ||
{ | ||
return '2.0.0'; | ||
return '2.1.0'; | ||
} | ||
|
||
/** | ||
|
@@ -431,6 +435,7 @@ protected function setAssetsRegistryIfNotDefined() | |
|
||
/** | ||
* @param CEvent $event | ||
* @since 2.1.0 | ||
*/ | ||
public function resolveUiConflict($event = null) | ||
{ | ||
|
@@ -966,6 +971,7 @@ protected function tryGetInfoForPlugin($name, $key) | |
|
||
/** | ||
* @param Bootstrap $value | ||
* @since 2.1.0 | ||
*/ | ||
public static function setBooster($value) | ||
{ | ||
|
@@ -976,6 +982,7 @@ public static function setBooster($value) | |
|
||
/** | ||
* @return Bootstrap | ||
* @since 2.1.0 | ||
*/ | ||
public static function getBooster() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?php | ||
|
||
/** | ||
* @since 2.1.0 | ||
*/ | ||
class BootstrapClientScript extends CClientScript | ||
{ | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters