| @@ -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.3'; | |
| 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); | |