Skip to content

Commit 032b194

Browse files
committed
fix(translatorApi): only start session if not already started
1 parent 344d964 commit 032b194

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
6+
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.2] - 2021-05-28
9+
10+
### Fixed
11+
- only start session if not already started
612

713
## [1.0.1] - 2020-03-06
814
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pleinx/php-multilang-any",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"type": "library",
55
"description": "Handles easy your translations for your multi language PHP Project.",
66
"keywords": [

0 commit comments

Comments
 (0)