From 2e8a56d6790d3c668d7ec73c1bbdce9053b0d2ad Mon Sep 17 00:00:00 2001 From: Ortwin Pinke Date: Thu, 26 Jun 2025 20:00:56 +0200 Subject: [PATCH 1/3] add ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc8a670 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/* \ No newline at end of file From bdd28a62039c540770b3a86daacbe726febb78c7 Mon Sep 17 00:00:00 2001 From: Ortwin Pinke Date: Thu, 26 Jun 2025 20:01:18 +0200 Subject: [PATCH 2/3] php8 fix --- includes/config.autoloader.php | 3 +-- includes/config.plugin.php | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/includes/config.autoloader.php b/includes/config.autoloader.php index 138ec0b..253cdae 100644 --- a/includes/config.autoloader.php +++ b/includes/config.autoloader.php @@ -21,5 +21,4 @@ return array( 'cSmartyBackend' => $sAutoloadClassPath.'class.smarty.backend.php', 'cSmartyFrontend' => $sAutoloadClassPath.'class.smarty.frontend.php', 'cSmartyWrapper' => $sAutoloadClassPath.'class.smarty.wrapper.php' -); -?> \ No newline at end of file +); \ No newline at end of file diff --git a/includes/config.plugin.php b/includes/config.plugin.php index 281bd70..9d736e5 100644 --- a/includes/config.plugin.php +++ b/includes/config.plugin.php @@ -1,4 +1,5 @@ getFile(), $e->getLine(), $e->getMessage()); -} -?> \ No newline at end of file +} \ No newline at end of file From 2f80a087f96320adb36b820d9aeb1ff4b7390ad7 Mon Sep 17 00:00:00 2001 From: Ortwin Pinke Date: Thu, 26 Jun 2025 20:01:45 +0200 Subject: [PATCH 3/3] increase version --- cl_plugin.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cl_plugin.xml b/cl_plugin.xml index a7809ef..cfee191 100644 --- a/cl_plugin.xml +++ b/cl_plugin.xml @@ -1,4 +1,4 @@ - + Smarty Wrapper @@ -9,11 +9,11 @@ (c) 2017 Ortwin Pinke, PHP-Backoffice.de info@php-backoffice.de http://php-backoffice.de - 1.0.2 + 1.1.0 GNU Lesser General Public License - - + + \ No newline at end of file