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
055cb65c
Commit
055cb65c
authored
5 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Make a start on changelog/upgrade notes for 20
parent
9f51b86d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/simplesamlphp-changelog.md
+9
-0
9 additions, 0 deletions
docs/simplesamlphp-changelog.md
docs/simplesamlphp-upgrade-notes-2.0.md
+12
-0
12 additions, 0 deletions
docs/simplesamlphp-upgrade-notes-2.0.md
with
21 additions
and
0 deletions
docs/simplesamlphp-changelog.md
+
9
−
0
View file @
055cb65c
...
...
@@ -6,6 +6,15 @@ SimpleSAMLphp changelog
This document lists the changes between versions of SimpleSAMLphp.
See the upgrade notes for specific information about upgrading.
## Version 2.0.0
*
Support for certificate fingerprints was removed
*
Support for SAML 1.1 was removed
*
Old-style PHP templates were removed
*
Old-style dictionaries were removed
Released TBD
## Version 1.19.0
Released TBD
...
...
This diff is collapsed.
Click to expand it.
docs/simplesamlphp-upgrade-notes-2.0.md
0 → 100644
+
12
−
0
View file @
055cb65c
Upgrade notes for SimpleSAMLphp 2.0
====================================
-
The minimum PHP version required is now PHP 7.2.
-
Old JSON-formatted dictionaries have been replaced by gettext / .po-files;
You can find a migration guide here: https://github.com/simplesamlphp/simplesamlphp/wiki/Migrating-translations-(pre-migration)
-
Old PHP templates have been replaced by Twig-templates; you can find a migration
guide here: https://github.com/simplesamlphp/simplesamlphp/wiki/Twig:-Migrating-templates
-
The source was completely typehinted; if you have custom authsources or authproc filters,
make sure you change them to reflect the method signatures of the base classes.
-
If you used some of the modules that were shipped with SimpleSAMLphp, you now have to manually install them using Composer;
For example, to use the ldap-module: bin/composer.phar require simplesamlphp/simplesamlphp-module-ldap --update-no-dev
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