fixed company-head shortcode

This commit is contained in:
2026-03-14 12:52:18 +01:00
parent fdc2498bf4
commit cdc45c2114
3 changed files with 9 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
* Plugin Name: PartnerExpo Core
* Plugin URI: https://partnerexpo.eu
* Description: A PartnerEXPO oldal belső pluginja
* Version: 1.1.7
* Version: 1.1.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.1.7' );
define( 'PARTNEREXPO_CORE_VERSION', '1.1.8' );
function activate_partnerexpo_core() {
require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php';
@@ -51,4 +51,4 @@ function run_partnerexpo_core() {
$plugin->run();
}
run_partnerexpo_core();
run_partnerexpo_core();