Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmrt committed Aug 15, 2024
1 parent b0339ef commit 62a2638
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes for SAML SP

## 4.3.0 - 2024-08-14

### Added
- https://github.com/flipboxfactory/saml-sp/pull/216

## 4.2.0 - 2024-05-14

### Fix
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flipboxfactory/saml-sp",
"description": "SAML Service Provider",
"version": "4.2.0",
"version": "4.3.0",
"type": "craft-plugin",
"license": "proprietary",
"keywords": [
Expand Down Expand Up @@ -39,22 +39,22 @@
}
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"support": {
"email": "support@flipboxfactory.com",
"issues": "https://github.com/flipboxfactory/saml-sp/issues?state=open",
"source": "https://github.com/flipboxfactory/saml-sp",
"docs": "https://github.com/flipboxfactory/saml-sp",
"rss": "https://github.com/flipboxfactory/saml-sp/commits/master.atom"
"docs": "https://github.com/flipboxfactory/saml-sp",
"rss": "https://github.com/flipboxfactory/saml-sp/commits/master.atom"
},
"extra": {
"name": "SAML Service Provider",
"version":"4.2.0",
"schemaVersion":"2.1.0",
"version": "4.3.0",
"schemaVersion": "2.1.0",
"handle": "saml-sp",
"class": "flipbox\\saml\\sp\\Saml",
"developer": "Flipbox Digital",
Expand Down

0 comments on commit 62a2638

Please sign in to comment.