From eacd54f11f4d6d9bb33f368fa6e17dd6b34d6e98 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Oct 2019 07:58:02 +0200 Subject: v1.3.1 --- PHPINFO | 2 +- REFLECTION | 21 ++++++++++++++++++--- php-pecl-xlswriter.spec | 5 ++++- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4783694..89126d3 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xlswriter xlswriter support => enabled -Version => 1.3.0 +Version => 1.3.1 libxlsxwriter headers version => 0.8.7 libxlsxwriter library version => 0.8.7 libxlsxio headers version => 0.2.21 diff --git a/REFLECTION b/REFLECTION index 964af7a..8c0147b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #173 xlswriter version 1.3.0 ] { +Extension [ extension #173 xlswriter version 1.3.1 ] { - Classes [4] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -95,7 +95,7 @@ Extension [ extension #173 xlswriter version 1.3.0 ] { Property [ private $read_row_type ] } - - Methods [25] { + - Methods [26] { Method [ public method __construct ] { - Parameters [1] { @@ -247,6 +247,14 @@ Extension [ extension #173 xlswriter version 1.3.0 ] { } } + Method [ public method freezePanes ] { + + - Parameters [2] { + Parameter #0 [ $row ] + Parameter #1 [ $column ] + } + } + Method [ public method openFile ] { - Parameters [1] { @@ -362,7 +370,7 @@ Extension [ extension #173 xlswriter version 1.3.0 ] { - Properties [0] { } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [1] { @@ -407,6 +415,13 @@ Extension [ extension #173 xlswriter version 1.3.0 ] { } } + Method [ public method font ] { + + - Parameters [1] { + Parameter #0 [ $font ] + } + } + Method [ public method fontSize ] { - Parameters [1] { diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 4892581..f2203b3 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,7 +27,7 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -250,6 +250,9 @@ cd .. %changelog +* Sat Oct 12 2019 Remi Collet - 1.3.1-1 +- update to 1.3.1 + * Wed Sep 25 2019 Remi Collet - 1.3.0-1 - update to 1.3.0 -- cgit