-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Pull Master into lost 1.0.9 commits (#227)
* 🔖 1.0.8 Release * 🎨 spelling * 🔧 amended composer build scripts * 📝 added some campaign details to links * 🔖 1.9.0 release (#225) * 🔖 1.9.0 release (#224) * 🔧 setting version to 1.0.9-dev * 🐛 Fix for issue #209 (#210) * ✅ (TDD) amending test case for #209 * 🐛 fixed uri parsing * Apply fixes from StyleCI * 🐛 #! uri now supported * 📝 adding changelog for #209 * Apply fixes from StyleCI * ✨ double dot extension support added (#214) * ✅ TDD for #208 * ✨ Files with multiple ext no longer have their dots converted to dashes * 📝 adding changelog for #208 * 🚨 Apply fixes from StyleCI (#215) * ✨ implement --auto-publish flag (#216) * ✨ added --auto-publish flag * ✨ finished --auto-publish functionality * 📝 added changelog for #146 * 🚨 Apply fixes from StyleCI (#217) * 🔀 Solves issue #209 with bugfix (#220) * 📝 added changelog for #219 * 🐛 bugfix solves issue #129 * 🚨 Apply fixes from StyleCI (#221) * 🔀 Add permalink duplication warning for #156 (#222) * 📝 adding changelog for issue #156 * ✅ TDD for issue #156 * 🚚 unfinished adding of functionality * ✨ functionality for #156 complete * 🚨 Apply fixes from StyleCI (#223) * 🔧 updating version for 1.0.9 * 🎨 Tidy up of todo's for #61 (#226) * 🔧 setting version to 1.0.9-dev * 🎨 tidy up old todo items for #61
- Loading branch information
1 parent
c3fe0b7
commit 343be8e
Showing
14 changed files
with
105 additions
and
20 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
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
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
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 |
---|---|---|
|
@@ -40,6 +40,6 @@ public function register() | |
*/ | ||
public function boot() | ||
{ | ||
// TODO: Implement boot() method. | ||
// ... | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
permalink: file-clash.html | ||
--- | ||
Hello world from File A |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
permalink: file-clash.html | ||
--- | ||
Hello world from File B |