Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
5d16bc93
Commit
5d16bc93
authored
2 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Mention lib/ > src/ migration in the update notes
parent
a345bce0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simplesamlphp-upgrade-notes-2.0.md
+3
-0
3 additions, 0 deletions
docs/simplesamlphp-upgrade-notes-2.0.md
with
3 additions
and
0 deletions
docs/simplesamlphp-upgrade-notes-2.0.md
+
3
−
0
View file @
5d16bc93
...
@@ -66,6 +66,9 @@ Configuration options that have been removed:
...
@@ -66,6 +66,9 @@ Configuration options that have been removed:
The following changes are relevant for those having custom developed modules, authentication
The following changes are relevant for those having custom developed modules, authentication
processing filters or interface with the SimpleSAMLphp development API.
processing filters or interface with the SimpleSAMLphp development API.
-
We expect your source-files to exist in the src/ directory within your module. This used to be the
lib/ directory, so you have to rename the directory and for composer-modules you have to update
your composer.json file (specifically the psr-0 and psr-4 entries if you have them).
-
Old JSON-formatted dictionaries have been replaced by gettext / .po-files; see
[
migration guide
][
1
]
-
Old JSON-formatted dictionaries have been replaced by gettext / .po-files; see
[
migration guide
][
1
]
-
Old PHP templates have been replaced by Twig-templates; see
[
migration guide
][
2
]
-
Old PHP templates have been replaced by Twig-templates; see
[
migration guide
][
2
]
-
The source was completely typehinted; if you have custom authsources or authproc filters,
-
The source was completely typehinted; if you have custom authsources or authproc filters,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment