Skip to content

Commit

Permalink
Add README & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet committed Aug 30, 2021
1 parent d340da5 commit 068fac3
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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).

## [1.2.5] - 2021-08-30
### Added
- Add issue & pull request templates
- Add coding standard fixers & gitignore file
- Add README & CHANGELOG

### Changed
- Add PHP 7.1 dependency
- Add `link` & `filter` module dependencies
- Fix code style, deprecations

### Fixed
- Add cache metadata to render array in `VideoEmbedder`
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Wieni Video
======================

[![Latest Stable Version](https://poser.pugx.org/wieni/wmvideo/v/stable)](https://packagist.org/packages/wieni/wmvideo)
[![Total Downloads](https://poser.pugx.org/wieni/wmvideo/downloads)](https://packagist.org/packages/wieni/wmvideo)
[![License](https://poser.pugx.org/wieni/wmvideo/license)](https://packagist.org/packages/wieni/wmvideo)

> Converting a YouTube or Vimeo URL to an embedded player
## Installation

This package requires PHP 7.1 and Drupal 8 or higher. It can be
installed using Composer:

```bash
composer require wieni/wmvideo
```

## Changelog
All notable changes to this project will be documented in the
[CHANGELOG](CHANGELOG.md) file.

## Security
If you discover any security-related issues, please email
[security@wieni.be](mailto:security@wieni.be) instead of using the issue
tracker.

## License
Distributed under the MIT License. See the [LICENSE](LICENSE) file
for more information.

0 comments on commit 068fac3

Please sign in to comment.