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 +2 -7 3.2.833.2.89 View file →
@@ -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.2.83';
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';