Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPetr committed Aug 22, 2016
1 parent d76e6ba commit e0e79fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.0

- Release

## 0.9.1

- Remove `debug: true` from autocomplete menu
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This extension replaces the default search of Magento with a typo-tolerant, fast

See features and benefits of [Algolia Search Extension for Magento](https://community.algolia.com/magento).

![Latest version](https://img.shields.io/badge/latest-0.9.1-green.svg)
![Latest version](https://img.shields.io/badge/latest-1.0.0-green.svg)
![Magento 2.0.X](https://img.shields.io/badge/Magento-2.0.X-blue.svg)
![PHP >= 5.5.22](https://img.shields.io/badge/PHP-%3E=5.5.22-green.svg)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "algolia/algoliasearch-magento-2",
"description": "Algolia Search integration for Magento 2",
"type": "magento2-module",
"version": "0.9.1",
"version": "1.0.0",
"license": ["MIT"],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Algolia_AlgoliaSearch" setup_version="0.9.1">
<module name="Algolia_AlgoliaSearch" setup_version="1.0.0">
</module>
</config>

0 comments on commit e0e79fa

Please sign in to comment.