From 060ad7fbde2c245086be31114f645060e3aa59d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Oct 2021 15:23:27 +0200 Subject: update to 11.0.0 (Oct 22, 2021) --- .gitignore | 2 ++ PHPINFO | 2 +- REFLECTION | 2 +- php-ioncube-loader.spec | 10 ++++++++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc diff --git a/PHPINFO b/PHPINFO index c1ee743..f2776e3 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,7 +5,7 @@ For Loader updates visit www.ioncube.com/loaders.php For support visit support.ioncube.com This Loader also includes features for real-time error reporting and malware protection. Visit ioncube24.com for more details. -Loader version => 10.4.4 +Loader version => 11.0.0 ionCube24 features => unconfigured Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index e48a36c..26abb3b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #15 ionCube Loader version 10.4.4 ] { +Extension [ extension #15 ionCube Loader version 11.0.0 ] { - INI { Entry [ ic24.enable ] diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index 1fa6c58..de403e4 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-ioncube-loader # -# Copyright (c) 2012-2020 Remi Collet +# Copyright (c) 2012-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -30,7 +30,7 @@ Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files with ionCube 24 support -%global upstream_version 10.4.4 +%global upstream_version 11.0.0 #global upstream_prever beta2 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} @@ -216,6 +216,12 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid %changelog +* Mon Oct 25 2021 Remi Collet - 11.0.0-1 +- update to 11.0.0 (Oct 22, 2021) + +* Wed Nov 25 2020 Remi Collet - 10.4.5-1 +- update to 10.4.5 (Nov 24, 2020) + * Mon Oct 5 2020 Remi Collet - 10.4.4-1 - update to 10.4.4 (Oct 2, 2020) -- cgit