feat(wpmc S7): bump version to 1.0.0 + Tested up to 6.9

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Vladimir Bryzgalov
2026-05-17 12:20:49 +05:00
parent 25d50912f6
commit 72c93bdd98
+3 -2
View File
@@ -2,10 +2,11 @@
/** /**
* Plugin Name: WP Multi City * Plugin Name: WP Multi City
* Description: Мультигородская подсистема: taxonomy town, шорткоды для подстановки по городу, роутер /{city}/{path}/, page-clones по городам. * Description: Мультигородская подсистема: taxonomy town, шорткоды для подстановки по городу, роутер /{city}/{path}/, page-clones по городам.
* Version: 0.1.0 * Version: 1.0.0
* Author: Vladimir Bryzgalov * Author: Vladimir Bryzgalov
* Requires PHP: 8.0 * Requires PHP: 8.0
* Requires at least: 6.0 * Requires at least: 6.0
* Tested up to: 6.9
* License: GPLv2 or later * License: GPLv2 or later
* Text Domain: wp-multi-city * Text Domain: wp-multi-city
*/ */
@@ -17,7 +18,7 @@ if (!defined('ABSPATH')) exit;
defined('WPMC_PLUGIN_FILE') || define('WPMC_PLUGIN_FILE', __FILE__); defined('WPMC_PLUGIN_FILE') || define('WPMC_PLUGIN_FILE', __FILE__);
defined('WPMC_PLUGIN_DIR') || define('WPMC_PLUGIN_DIR', plugin_dir_path(__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_PLUGIN_URL') || define('WPMC_PLUGIN_URL', plugin_dir_url(__FILE__));
defined('WPMC_VERSION') || define('WPMC_VERSION', '0.1.0'); defined('WPMC_VERSION') || define('WPMC_VERSION', '1.0.0');
require_once WPMC_PLUGIN_DIR . 'includes/class-plugin.php'; require_once WPMC_PLUGIN_DIR . 'includes/class-plugin.php';
\WPMultiCity\Plugin::register_autoloader(); \WPMultiCity\Plugin::register_autoloader();