Compare commits
1 Commits
07ed1703ba
...
v1.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 771c949ba8 |
+1
-1
@@ -4,7 +4,7 @@ Tags: multisite, multi-city, taxonomy, acf, shortcode
|
|||||||
Requires at least: 6.0
|
Requires at least: 6.0
|
||||||
Tested up to: 6.9
|
Tested up to: 6.9
|
||||||
Requires PHP: 8.0
|
Requires PHP: 8.0
|
||||||
Stable tag: 1.0.1
|
Stable tag: 1.1.0
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
|
|
||||||
Мультигородская подсистема: одна WP-инсталляция обслуживает несколько городов по схеме /{city}/{path}/ с подстановками контента и URL.
|
Мультигородская подсистема: одна WP-инсталляция обслуживает несколько городов по схеме /{city}/{path}/ с подстановками контента и URL.
|
||||||
|
|||||||
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* 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: 1.0.1
|
* Version: 1.1.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
|
||||||
@@ -18,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', '1.0.1');
|
defined('WPMC_VERSION') || define('WPMC_VERSION', '1.1.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();
|
||||||
|
|||||||
Reference in New Issue
Block a user