Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Updated to 1.1.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Nov 1, 2017
1 parent d46f226 commit d0d35f2
Show file tree
Hide file tree
Showing 13 changed files with 548 additions and 558 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.1.9 - 2017-11-01

* Fixed error in options page when activating sensitive case.

* Full support for `UTF-8` has been implemented and now searchable in any language.

* An error was provisionally patched when the plugin rating was displayed.

## 1.1.8 - 2017-08-28

* Deprecated `SearchInside\Controller\Admin\Page\Options\Options::init()` method.
Expand Down
6 changes: 5 additions & 1 deletion README-ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Con Search Inside ahora puedes realizar búsquedas dentro de tus publicaciones o

¡No olvides activar el modo sensible a mayúsculas y minúsculas si lo necesitas!

**Search Inside posee soporte completo para codificación UTF-8 y puede realizar búsquedas en cualquier idioma.**

![image](resources/search-inside-1.1.9.png)

### Instalación

Puedes instalar este plugin desde el [repositorio oficial](https://es.wordpress.org/plugins/search-inside/) en WordPress.
Expand Down Expand Up @@ -77,7 +81,7 @@ Una vez activado:

### Requisitos

Este plugin es soportado por versiones de PHP 5.3 o superiores y es compatible con versiones de HHVM 3.0 o superiores.
Este plugin es soportado por versiones de PHP 5.6 o superiores y es compatible con versiones de HHVM 3.0 o superiores.

### Imágenes

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ With Search Inside now you can search within your posts or pages.

Don't forget to turn on case sensitive mode if you need it!

**Search Inside has full support for UTF-8 encoding and can search in any language.**

![image](resources/search-inside-1.1.9.png)

### Installation

You can download this plugin from the [official repository](https://es.wordpress.org/plugins/search-inside/) in WordPress.
Expand Down Expand Up @@ -77,7 +81,7 @@ Once Activated:

### Requirements

This pluggin is supported by PHP versions 5.3 or higher and is compatible with HHVM versions 3.0 or higher.
This pluggin is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.

### Images

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "josantonius/search-inside",
"version": "1.1.8",
"version": "1.1.9",
"description": "Easily search text within your pages or blog posts",
"type": "wordpress-plugin",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions config/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
return [

'slug' => dirname(dirname(plugin_basename( __FILE__))),
'version' => '1.1.7',
'minimum_wp_version' => '3.8',
'minimum_php_version' => '5.3',
'version' => '1.1.9',
'minimum_wp_version' => '4.0',
'minimum_php_version' => '5.6',
];
Loading

0 comments on commit d0d35f2

Please sign in to comment.