release: 1.1.0
tests / phpunit (push) Has been cancelled

This commit is contained in:
Vladimir Bryzgalov
2026-05-19 02:31:57 +05:00
parent 07ed1703ba
commit 771c949ba8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
/**
* Plugin Name: WP Multi City
* Description: Мультигородская подсистема: taxonomy town, шорткоды для подстановки по городу, роутер /{city}/{path}/, page-clones по городам.
* Version: 1.0.1
* Version: 1.1.0
* Author: Vladimir Bryzgalov
* Requires PHP: 8.0
* Requires at least: 6.0
@@ -18,7 +18,7 @@ if (!defined('ABSPATH')) exit;
defined('WPMC_PLUGIN_FILE') || define('WPMC_PLUGIN_FILE', __FILE__);
defined('WPMC_PLUGIN_DIR') || define('WPMC_PLUGIN_DIR', plugin_dir_path(__FILE__));
defined('WPMC_PLUGIN_URL') || define('WPMC_PLUGIN_URL', plugin_dir_url(__FILE__));
defined('WPMC_VERSION') || define('WPMC_VERSION', '1.0.1');
defined('WPMC_VERSION') || define('WPMC_VERSION', '1.1.0');
require_once WPMC_PLUGIN_DIR . 'includes/class-plugin.php';
\WPMultiCity\Plugin::register_autoloader();