[geany/geany-plugins] 0bf3f4: PairTagHighlighter: update version number to 1.1

Volodymyr Kononenko git-noreply at xxxxx
Wed Nov 20 09:15:15 UTC 2013


Branch:      refs/heads/master
Author:      Volodymyr Kononenko <vm at kononenko.ws>
Committer:   Volodymyr Kononenko <volodymyr.kononenko at globallogic.com>
Date:        Wed, 20 Nov 2013 09:15:15 UTC
Commit:      0bf3f45dc7a1e4845fdc777030e59404f4952876
             https://github.com/geany/geany-plugins/commit/0bf3f45dc7a1e4845fdc777030e59404f4952876

Log Message:
-----------
PairTagHighlighter: update version number to 1.1


Modified Paths:
--------------
    pairtaghighlighter/ChangeLog
    pairtaghighlighter/src/pair_tag_highlighter.c

Modified: pairtaghighlighter/ChangeLog
9 files changed, 9 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,12 @@
+Changes in v1.1                         Nov 19, 2013
+
+  * Add HTML empty tags support according to HTML5 standard.
+  * Add red and yellow colors to define if pair is found or tag is
+    empty.
+  * Enable XML support.
+  * Improved brackets search by ignoring php tags (<? <?php ?>) and
+    object operators (->). Thanks Peter Donin for bugreport!
+
 Changes in v1.0                         Apr 5, 2013
 
   * The first public version.


Modified: pairtaghighlighter/src/pair_tag_highlighter.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -34,7 +34,7 @@
 
 PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, _("Pair Tag Highlighter"),
                             _("Finds and highlights matching opening/closing HTML tag"),
-                            "1.0", "Volodymyr Kononenko <vm at kononenko.ws>")
+                            "1.1", "Volodymyr Kononenko <vm at kononenko.ws>")
 
 
 /* Searches tag brackets.



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list