Skip to content
This repository was archived by the owner on May 2, 2018. It is now read-only.

Commit c937f90

Browse files
committed
bump the version
1 parent e521c3a commit c937f90

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: http://codeat.com/
44
Tags: glossary, vocabulary, dictionary, tooltips, terms,
55
Requires at least: 4.2
66
Tested up to: 4.4
7-
Stable tag: 1.0.4
7+
Stable tag: 1.0.5
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -77,6 +77,12 @@ Yes, we love Genesis Framework and we care about other Genesis fans. SEO, Layout
7777

7878
== Changelog ==
7979

80+
= 1.0.5 =
81+
82+
* Fix for A2Z archive during the search for terms
83+
* Fix before the global search use only terms and posts
84+
* Enhancement for tooltip text by Rasmus Taarnby
85+
8086
= 1.0.4 =
8187
* Fix to scan unlimit glossary terms
8288
* New filters `glossary_tooltip_html` and `glossary_excerpt`

glossary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Glossary
1212
* Plugin URI: http://codeat.co/glossary
1313
* Description: Easily add and manage a glossary with auto-link, tooltips and more. Improve your internal link building for a better SEO.
14-
* Version: 1.0.4
14+
* Version: 1.0.5
1515
* Author: Codeat
1616
* Author URI: http://codeat.co
1717
* Text Domain: glossary

public/class-glossary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Glossary {
2424
*
2525
* @var string
2626
*/
27-
const VERSION = '1.0.2';
27+
const VERSION = '1.0.5';
2828

2929
/**
3030
* Unique identifier for your plugin.

0 commit comments

Comments
 (0)