fixed tags on endpoint

This commit is contained in:
2026-02-01 14:42:36 +01:00
parent 5b8b187143
commit 587ab0da9c
2 changed files with 4 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
* Plugin Name: PartnerExpo Core
* Plugin URI: https://partnerexpo.eu
* Description: A PartnerEXPO oldal belső pluginja
* Version: 1.0.7
* Version: 1.0.8
* 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.0.7' );
define( 'PARTNEREXPO_CORE_VERSION', '1.0.8' );
function activate_partnerexpo_core() {
require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php';