This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Commit d24f56c
committed
Merge branch 'release/1.11.0'
* release/1.11.0:
document PR against develop-branch
update readme and version strings for 1.11.0 release
sets new Phile homepage in docblock
Improve code quality
adds storage_dir config to persistence storage plugin
sets error handler from class constant in config
refactors plugin loading
use Whoops as error handler
house everything after bootstrap in try block again
remove "display_error" setting
don't run lint in every travis-ci env, the code doesn't change
use Phile specified PHPUnit on travis-ci
replaces custom Phile core autoloader with composer autoloadingFile tree
88 files changed
+923
-932
lines changed- .github
- config
- lib/Phile
- Core
- Exception
- Gateway
- Http
- Model
- Plugin
- Repository
- ServiceLocator
- Test
- plugins/phile
- errorHandler
- Classes
- tests
- parserMarkdown/Classes
- Parser
- parserMeta/Classes
- Parser
- phpFastCache
- Classes
- setupCheck/Classes
- simpleFileDataPersistence
- Classes
- Persistence
- templateTwig/Classes
- Template
- tests
- Phile
- Core
- FilterIterator
- Plugin
- Repository
- fixture
- content
- sub
- plugins/phile
- testPluginNotPluginAbstract/Classes
- testPlugin
- Classes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 files changed
+923
-932
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 32 | + | |
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
43 | 38 | | |
44 | 39 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 40 | + | |
| 41 | + | |
48 | 42 | | |
49 | | - | |
50 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
51 | 46 | | |
52 | 47 | | |
53 | 48 | | |
54 | | - | |
55 | | - | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | | - | |
41 | 46 | | |
42 | | - | |
43 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | | - | |
46 | 51 | | |
47 | | - | |
48 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
0 commit comments