feat: update version to 1.9.2 and set custom API base URL in SitiWebUpdater
Some checks failed
Build & Release Plugin / release (push) Failing after 5s

This commit is contained in:
2026-02-01 00:44:55 +00:00
parent 5f1dcaf352
commit 4383982fb2
2 changed files with 30 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
/**
* Plugin Name: SitiAI Product Teksten
* Description: Genereer productteksten met diverse AI-aanbieders rechtstreeks vanuit WooCommerce.
* Version: 1.9.1
* Version: 1.9.2
* Author: Roberto Guagliardo | SitiWeb
* Author URI: https://sitiweb.nl/
* Text Domain: siti-ai-product-content-generator
@@ -79,6 +79,7 @@ if( ! class_exists( 'SitiWebUpdater' ) ){
$updater = new SitiWebUpdater( __FILE__ );
$updater->set_username( 'SitiWeb' );
$updater->set_repository( 'siti-ai-product-content-generator' );
$updater->set_api_base_url( 'https://git.robert.ooo/api/v1' );
$updater->initialize();