Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 4817f58

Browse files
author
Michael
committed
Update Libraries
1 parent 6a98a0c commit 4817f58

File tree

4 files changed

+164
-60
lines changed

4 files changed

+164
-60
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.4] - 2019-07-27
8+
### Fixed
9+
- Updated AceProject library. Now it uses https.
10+
711
## [0.0.4] - 2018-04-10
812
### Added
913
- `ace users` : get all users

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "millsoft/acetool",
33
"type": "project",
4-
"version" : "1.0.1",
4+
"version" : "1.0.4",
55
"require": {
66
"millsoft/aceproject": "^0",
77
"symfony/console": "^4.1"

composer.lock

Lines changed: 158 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.4

0 commit comments

Comments
 (0)