Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
change version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiloc committed May 6, 2015
1 parent 9d8961e commit df05f1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
version 0.0.5
- Fix Firefox bug

version 0.0.4
- update php & js client
- fix various bug
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This plugin replaces the default search of Wordpress with an Algolia realtime search. It has been designed in a generic way to support plugins like WooCommerce in addition to the standard blog system.

![Latest version](https://img.shields.io/badge/latest-0.0.4-green.svg)
![Latest version](https://img.shields.io/badge/latest-0.0.5-green.svg)
![MIT](http://img.shields.io/badge/license-MIT-green.svg?style=flat-square)
![Wordpress 4.2](https://img.shields.io/badge/wordpress-4.2.x-blue.svg)
![Wordpress 4.1](https://img.shields.io/badge/wordpress-4.1.x-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion algolia.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
require_once(plugin_dir_path(__FILE__).'/AlgoliaPlugin.php');
require_once(plugin_dir_path(__FILE__).'/AlgoliaPluginAuto.php');

\AlgoliaSearch\Version::$custom_value = " WORDPRESS (0.0.4)";
\AlgoliaSearch\Version::$custom_value = " WORDPRESS (0.0.5)";


new AlgoliaPlugin();
Expand Down

0 comments on commit df05f1c

Please sign in to comment.