Skip to content

Commit

Permalink
feat(ss4.1): Update to SilverStripe 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco (Valandur) committed May 31, 2018
1 parent 76dfc5c commit 2250174
Show file tree
Hide file tree
Showing 26 changed files with 2,028 additions and 101 deletions.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions _config/config.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
Name: pagesections
---
FlxLabs\PageSections\PageElement:
FLXLabs\PageSections\PageElement:
extensions:
- SilverStripe\Versioned\Versioned
FlxLabs\PageSections\PageElementSelfRel:
FLXLabs\PageSections\PageElementSelfRel:
extensions:
- SilverStripe\Versioned\Versioned
FlxLabs\PageSections\PageSectionPageElementRel:
FLXLabs\PageSections\PageSectionPageElementRel:
extensions:
- SilverStripe\Versioned\Versioned
47 changes: 25 additions & 22 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
{
"name": "flxlabs/silverstripe-pagesections",
"version": "0.1.2",
"description": "Adds configurable page sections and elements to your SilverStripe project.",
"type": "silverstripe-module",
"homepage": "http://github.com/flxlabs/silverstripe-pagesections",
"keywords": ["silverstripe", "sections", "elements", "page sections", "page elements"],
"license": "MIT",
"authors": [
{
"name": "Marco Crespi",
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/flxlabs/silverstripe-pagesections/issues"
},
"require": {
"silverstripe/framework": "^4.0.1"
},
"extra": {
"installer-name": "pagesections"
}
"name": "flxlabs/silverstripe-pagesections",
"version": "0.1.2",
"description": "Adds configurable page sections and elements to your SilverStripe project.",
"type": "silverstripe-module",
"homepage": "http://github.com/flxlabs/silverstripe-pagesections",
"keywords": ["silverstripe", "sections", "elements", "page sections", "page elements"],
"license": "MIT",
"authors": [{
"name": "Marco Crespi",
"email": "[email protected]"
}],
"support": {
"issues": "http://github.com/flxlabs/silverstripe-pagesections/issues"
},
"require": {
"silverstripe/framework": "^4.0.1",
"symbiote/silverstripe-gridfieldextensions": "^3"
},
"extra": {
"installer-name": "pagesections",
"expose": [
"css",
"javascript"
]
}
}
Loading

0 comments on commit 2250174

Please sign in to comment.