From eefca3e4c66b20661b3032c6fae57b4d465e1662 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 May 2018 06:36:05 +0200 Subject: v1.1.0 --- REFLECTION | 11 +++++++++-- php-pecl-xlswriter.spec | 5 ++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 1714ef1..bdd0c37 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #169 xlswriter version 1.0.2 ] { +Extension [ extension #169 xlswriter version 1.1.0 ] { - Classes [3] { Class [ class Vtiful\Kernel\Exception extends Exception implements Throwable ] { @@ -74,7 +74,7 @@ Extension [ extension #169 xlswriter version 1.0.2 ] { Property [ private $fileName ] } - - Methods [14] { + - Methods [15] { Method [ public method __construct ] { - Parameters [1] { @@ -89,6 +89,13 @@ Extension [ extension #169 xlswriter version 1.0.2 ] { } } + Method [ public method addSheet ] { + + - Parameters [1] { + Parameter #0 [ $sheet_name ] + } + } + Method [ public method constMemory ] { - Parameters [1] { diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 35910dc..e7ad3c1 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -29,7 +29,7 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.2 +Version: 1.1.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -238,6 +238,9 @@ cd .. %changelog +* Thu May 31 2018 Remi Collet - 1.1.0-1 +- update to 1.1.0 + * Sun May 27 2018 Remi Collet - 1.0.2-1 - update to 1.0.2 (no change) -- cgit