From 55a1871a2505cfbe878154ee22c9fa2fbaab1a98 Mon Sep 17 00:00:00 2001 From: Duskell Date: Sat, 14 Mar 2026 19:32:34 +0100 Subject: [PATCH] forgot to change version number again --- partnerexpo-core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/partnerexpo-core.php b/partnerexpo-core.php index 6107480..31c37c3 100644 --- a/partnerexpo-core.php +++ b/partnerexpo-core.php @@ -9,7 +9,7 @@ * Plugin Name: PartnerExpo Core * Plugin URI: https://partnerexpo.eu * Description: A PartnerEXPO oldal belső pluginja - * Version: 1.1.8 + * Version: 1.1.9 * Author: Juhász Levente * Author URI: https://github.com/Duskell/ * License: GPL-2.0+ @@ -23,7 +23,7 @@ if ( ! defined( 'WPINC' ) ) { die; } -define( 'PARTNEREXPO_CORE_VERSION', '1.1.8' ); +define( 'PARTNEREXPO_CORE_VERSION', '1.1.9' ); function activate_partnerexpo_core() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php';