Skip to content

Commit

Permalink
Session 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Dec 23, 2021
1 parent 3916c4d commit 9afb5ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="3.0.0"></a>
# [3.0.0](https://github.com/glowyphp/session) (2021-12-23)
* Released under Glowy PHP Organization
* Add PHP 8.1 support
* Updated dependencies.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/glowyphp/session) (2021-02-19)
* Move to PHP 7.4
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Session Component</h1>
<h1 align="center">Session Package</h1>
<p align="center">
Session Component provide a fluent, object-oriented interface for working with Session.
Session Package provide a fluent, object-oriented interface for working with Session.
</p>
<p align="center">
<a href="https://github.com/glowyphp/session/releases"><img alt="Version" src="https://img.shields.io/github/release/glowyphp/session.svg?label=version&color=green"></a> <a href="https://github.com/glowyphp/session"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=green" alt="License"></a> <a href="https://packagist.org/packages/glowy/session"><img src="https://poser.pugx.org/glowy/session/downloads" alt="Total downloads"></a> <img src="https://github.com/glowyphp/session/workflows/Static%20Analysis/badge.svg?branch=dev"> <img src="https://github.com/glowyphp/session/workflows/Tests/badge.svg">
Expand All @@ -18,7 +18,7 @@ composer require glowy/session
```

### Resources
* [Documentation](https://digital.flextype.org/glowyphp/components/session)
* [Documentation](https://digital.flextype.org/glowyphp/packages/session)

### Tests

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "glowy/session",
"description": "Session Component provides basic methods to work with session.",
"description": "Session Package provides basic methods to work with session.",
"license": "MIT",
"keywords": [
"Session", "session", "php-session", "php", "glowyphp", "glowy"
"Session", "session", "php-session", "php", "glowyphp", "glowy", "php-package", "package"
],
"support": {
"source": "https://github.com/glowyphp/session",
Expand Down

0 comments on commit 9afb5ac

Please sign in to comment.