Skip to content

Commit 34f4c00

Browse files
committed
rename CreateBootstrap part to Bootstrap part
1 parent a7ac033 commit 34f4c00

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

lib/Webforge/Setup/Installer/CreateBootstrapPart.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class CreateBootstrapPart extends ContainerAwarePart {
1010

1111
public function __construct() {
12-
parent::__construct('CreateBootstrap');
12+
parent::__construct('Bootstrap');
1313
}
1414

1515
public function installTo(Dir $target, Installer $installer) {

migrate-1.7.x.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Migrate to 1.7.x
22

3-
- the Framework\Project interface was updated with new methods (configurationUpdate)
4-
- the Framework\Package\Package interface was update with new methods (defineDirectory)
3+
- the Framework\Project interface was updated with new methods (configurationUpdate, defineDirectory, getNamespaceDirectory)
4+
- the Framework\Package\Package interface was update with new methods (defineDirectory)
5+
6+
## parts
7+
- installTestSuite is now TestSuite
8+
- CreateBootstrap is now Bootstrap

resources/installTemplates/bootstrap.template.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
require_once __DIR__.$ds.'lib'.$ds.'package.boot.php';
1313
$bootLoader = new BootLoader(__DIR__);
1414
$bootLoader->loadComposer();
15-
$bootLoader->registerCMSContainer();
15+
$bootLoader->registerContainer();
1616
//$bootLoader->registerPackageRoot();

0 commit comments

Comments
 (0)