Skip to content

Commit

Permalink
Adding CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfischer committed Jan 23, 2020
1 parent e400d74 commit 4b94eb6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.1] - 2020-01-23
### Added
- Changelog

### Changed
- Changed PHP requirement to `>=7.1`

## [1.0.0] - 2020-01-21
### Added
- New class to check if the internet is currently available `\lfischer\internet\Internet`
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Internet check

A small component to check if the internet is accessible. Original idea by [Stackoverflow #4860365](http://stackoverflow.com/questions/4860365/determine-in-php-script-if-connected-to-internet).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# Usage

Expand Down

0 comments on commit 4b94eb6

Please sign in to comment.