Skip to content

Commit

Permalink
1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Sep 25, 2017
1 parent d2c4498 commit a7fe695
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Changelog
=========

## Unreleased
## 1.0.0-beta.7 - 2017-09-25
### Changed
- Registering twig variables using latest Craft event.
- Explicitly calling `->all()` on Query objects

## 1.0.0-beta.6 - 2017-7-20
## 1.0.0-beta.6 - 2017-07-20
### Added
- Content migration for `1.0.0-beta.5` release

## 1.0.0-beta.5 - 2017-7-19
## 1.0.0-beta.5 - 2017-07-19
### Changed
- Content tables use the field Id instead of the field handle to add flexibility and eliminate duplicates.

## 1.0.0-beta.4 - 2017-7-13
## 1.0.0-beta.4 - 2017-07-13
### Fixed
- Sort order not persisting after field save [#1](https://github.com/flipbox/meta/issues/1)
- the `siteId` property was not getting set properly when deleting an element.
Expand Down
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Meta Field Type for Craft CMS
[![Latest Version](https://img.shields.io/github/release/flipbox/meta.svg?style=flat-square)](https://github.com/flipbox/meta/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/flipbox/meta/master.svg?style=flat-square)](https://travis-ci.org/flipbox/meta)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/flipbox/meta.svg?style=flat-square)](https://scrutinizer-ci.com/g/flipbox/meta/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/flipbox/meta.svg?style=flat-square)](https://scrutinizer-ci.com/g/flipbox/meta)
[![Total Downloads](https://img.shields.io/packagist/dt/flipboxdigital/meta.svg?style=flat-square)](https://packagist.org/packages/flipboxdigital/meta)

## Installation

To install, use composer:

```
composer require flipboxdigital/meta
```

## Testing

``` bash
$ ./vendor/bin/phpunit
```

## Contributing

Please see [CONTRIBUTING](https://github.com/flipbox/meta/blob/master/CONTRIBUTING.md) for details.


## Credits

- [Flipbox Digital](https://github.com/flipbox)

## License

The MIT License (MIT). Please see [License File](https://github.com/flipbox/meta/blob/master/LICENSE) for more information.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flipboxdigital/meta",
"description": "A simple, repeatable field type",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"type": "craft-plugin",
"minimum-stability": "beta",
"prefer-stable": true,
Expand Down

0 comments on commit a7fe695

Please sign in to comment.