Skip to content

Commit e2af5ae

Browse files
author
Carlos Fernando Avila Gratz
committed
Checking in changes prior to tagging of version 0.04.
Changelog diff is: diff --git a/Changes b/Changes index bb86157..6b29554 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery {{$NEXT}} +0.04 2016-07-08T13:20:18Z + [COMPATIBILITY FIX] - each() callback now receives an element instead of jQuery object
1 parent 5fc4ed0 commit e2af5ae

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Revision history for Perl extension XML::LibXML::jQuery
22

33
{{$NEXT}}
44

5+
0.04 2016-07-08T13:20:18Z
6+
57
[COMPATIBILITY FIX]
68
- each() callback now receives an element instead of jQuery object
79

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"web" : "https://github.com/cafe01/xml-libxml-jquery"
6767
}
6868
},
69-
"version" : "0.03",
69+
"version" : "0.04",
7070
"x_authority" : "cpan:CAFEGRATZ"
7171
}

lib/XML/LibXML/jQuery.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use HTML::Selector::XPath qw/selector_to_xpath/;
1010
use Carp qw/ confess /;
1111
use JSON qw/ decode_json /;
1212

13-
our $VERSION = "0.03";
13+
our $VERSION = "0.04";
1414

1515
our @EXPORT_OK = qw/ j fn /;
1616
our @EXPORT = qw/ j /;

0 commit comments

Comments
 (0)