From f34732e28aa6123e020e4edc874cae855dd321db Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 14 Jun 2026 06:47:09 +0200 Subject: update to 2.0.3 --- PHPINFO | 2 +- REFLECTION | 13 ++++++++++--- php-pecl-xlswriter.spec | 5 ++++- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 64d1445..399a436 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,6 +2,6 @@ xlswriter xlswriter support => enabled -Version => 2.0.2 +Version => 2.0.3 bundled libxlsxwriter version => 1.1.6 bundled libxlsxreader version => self-maintained diff --git a/REFLECTION b/REFLECTION index febd69b..e22125f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #138 xlswriter version 2.0.2 ] { +Extension [ extension #139 xlswriter version 2.0.3 ] { - Functions { Function [ function xlswriter_get_version ] { @@ -213,7 +213,7 @@ Extension [ extension #138 xlswriter version 2.0.2 ] { Property [ private $read_row_type = NULL ] } - - Methods [94] { + - Methods [95] { Method [ public method __construct ] { - Parameters [1] { @@ -460,6 +460,13 @@ Extension [ extension #138 xlswriter version 2.0.2 ] { } } + Method [ public method autoSize ] { + + - Parameters [1] { + Parameter #0 [ $range = ] + } + } + Method [ public method getCurrentLine ] { - Parameters [0] { @@ -1171,7 +1178,7 @@ Extension [ extension #138 xlswriter version 2.0.2 ] { - Parameters [2] { Parameter #0 [ $pattern ] - Parameter #1 [ $color ] + Parameter #1 [ $color = ] } } } diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index f22903e..bf648ff 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -27,7 +27,7 @@ Name: %{?scl_prefix}php-pecl-%{pecl_name} Summary: An efficient and fast xlsx file extension License: BSD-2-Clause -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -200,6 +200,9 @@ cd .. %changelog +* Sun Jun 14 2026 Remi Collet - 2.0.3-1 +- update to 2.0.3 + * Wed Jun 3 2026 Remi Collet - 2.0.2-1 - update to 2.0.2 -- cgit