From e365c9d3f763b4f0f16815ac09d94e2a86aacc51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Apr 2018 16:46:43 +0200 Subject: v1.1.0 --- REFLECTION | 41 +++++++++++++++++++++++++++++++++++++++-- php-pecl-cmark.spec | 7 +++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 30a4617..62f4ddf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #79 cmark version 1.0.1 ] { +Extension [ extension #79 cmark version 1.1.0 ] { - Constants [13] { Constant [ integer CommonMark\Node\Lists\Delimit\Period ] { 1 } @@ -64,7 +64,7 @@ Extension [ extension #79 cmark version 1.0.1 ] { } } - - Classes [25] { + - Classes [26] { Interface [ interface CommonMark\Interfaces\IVisitor ] { - Constants [3] { @@ -2056,6 +2056,43 @@ Extension [ extension #79 cmark version 1.0.1 ] { } } } + + Class [ class CommonMark\CQL ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method __invoke ] { + + - Parameters [2] { + Parameter #0 [ CommonMark\Node $node ] + Parameter #1 [ callable $enter ] + } + } + + Method [ public method print ] { + + - Parameters [0] { + } + } + } + } } } diff --git a/php-pecl-cmark.spec b/php-pecl-cmark.spec index 6fc061d..e6089d6 100644 --- a/php-pecl-cmark.spec +++ b/php-pecl-cmark.spec @@ -22,7 +22,7 @@ Summary: CommonMark extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.1 +Version: 1.1.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -219,7 +219,10 @@ fi %changelog -* Thu Apr 10 2018 Remi Collet - 1.0.1-1 +* Fri Apr 20 2018 Remi Collet - 1.1.0-1 +- update to 1.1.0 (stable) + +* Tue Apr 10 2018 Remi Collet - 1.0.1-1 - update to 1.0.1 (stable) * Thu Mar 29 2018 Remi Collet - 1.0.0-1 -- cgit