From 121b869256a2cbb9fd3bfad0592f0ea3336dd0fa Mon Sep 17 00:00:00 2001 From: BadPixxel Date: Wed, 8 Jan 2025 11:45:43 +0100 Subject: [PATCH] FIX: Invoices Paid Status --- grumphp.yml | 2 +- modules/splashsync/splashsync.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grumphp.yml b/grumphp.yml index 5bc837de..6c7af111 100644 --- a/grumphp.yml +++ b/grumphp.yml @@ -37,7 +37,7 @@ parameters: # For Building Splash Module mod-src: '/modules/splashsync' mod-target: 'splashsync/' - mod-file: "splashsync.2.8.10" + mod-file: "splashsync.2.8.11" # For Building Splash Manifest yml-enable: false diff --git a/modules/splashsync/splashsync.php b/modules/splashsync/splashsync.php index 64de62eb..d4b81fae 100644 --- a/modules/splashsync/splashsync.php +++ b/modules/splashsync/splashsync.php @@ -74,7 +74,7 @@ public function __construct() // Init Module Main Information Fields $this->name = 'splashsync'; $this->tab = 'administration'; - $this->version = '2.8.10'; + $this->version = '2.8.11'; $this->author = 'SplashSync'; $this->need_instance = 0; $this->ps_versions_compliancy = array('min' => '1.7', 'max' => '8.99.99');