PluginProbe
WindPress – Tailwind CSS integration for WordPress / 3.2.89
WindPress – Tailwind CSS integration for WordPress v3.2.89
3.2.89 3.2.88 3.2.87 3.2.86 3.2.85 3.2.84 3.2.83 3.2.82 3.2.81 trunk 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.13 3.0.14 3.0.15 3.0.16 3.0.17 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 All 143 releases
← All changes | constant.php +4 -9 3.0.43.2.89 View file →
@@ -8,9 +8,9 @@
8 8 * For the full copyright and license information, please view the LICENSE
9 9 * file that was distributed with this source code.
10 10 */
11 11 declare (strict_types=1);
12 -namespace WindPressPackages;
12 +namespace WindPressDeps;
13 13
14 14 /**
15 15 * Plugin constants.
16 16 *
@@ -24,9 +24,9 @@
24 24 public const FILE = __DIR__ . '/windpress.php';
25 25 /**
26 26 * @var string
27 27 */
28 - public const VERSION = '3.0.4';
28 + public const VERSION = '3.2.89';
29 29 /**
30 30 * @var string
31 31 */
32 32 public const WP_OPTION = 'windpress';
@@ -43,14 +43,9 @@
43 43 public const TEXT_DOMAIN = 'windpress';
44 44 /**
45 45 * @var array
46 46 */
47 - public const EDD_STORE = [
48 - 'store_url' => 'https://rosua.org',
49 - 'item_id' => 2250,
50 - // WindPress or Yabe Siul
51 - 'author' => 'idrosua',
52 - ];
47 + public const EDD_STORE = ['store_url' => 'https://jooo.si', 'item_id' => 2250];
53 48 /**
54 49 * @var string
55 50 */
56 51 public const REST_NAMESPACE = 'windpress/v1';
@@ -61,5 +56,5 @@
61 56 * Plugin constants.
62 57 *
63 58 * @since 3.0.0
64 59 */
65 -\class_alias('WindPressPackages\\WIND_PRESS', 'WIND_PRESS', \false);
60 +\class_alias('WindPressDeps\WIND_PRESS', 'WIND_PRESS', \false);