Changeset 2971757
- Timestamp:
- 09/26/2023 10:01:18 AM (3 years ago)
- Location:
- wgpwpp/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wgpwpp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wgpwpp/trunk/README.txt
r2971707 r2971757 4 4 Tags: Security, WAF, DDOS Protection, Performance, CDN, Cybersecurity, Protection, High Availability, Increased Loading Speed, SEO Improvement, Firewall, Mitigation 5 5 Requires at least: 5.6 6 Tested up to: 6. 26 Tested up to: 6.3 7 7 Stable tag: 1.0.0 8 8 Requires PHP: 7.4 … … 124 124 * Initial release 125 125 126 = v1.0.1 127 128 * Update plugin metadata 129 126 130 == Upgrade Notice == 127 131 = v1.0.0 = -
wgpwpp/trunk/wgpwpp.php
r2971707 r2971757 17 17 * Plugin URI: https://www.wedos.global/protection/wp-plugin 18 18 * Description: Activate and use the WEDOS Global Protection service. WEDOS Global Protection brings global security for your WordPress website, ensures low latency and minimal loading time. 19 * Version: 1.0. 019 * Version: 1.0.1 20 20 * Requires at least: 5.6 21 21 * Requires PHP: 7.4 22 * Author: František Hrubeš, WEDOS Internet, a.s.22 * Author: WEDOS 23 23 * Author URI: https://www.wedos.cz 24 24 * License: GPL-2.0+ … … 38 38 * Rename this for your plugin and update it as you release new versions. 39 39 */ 40 const WGPWPP_VERSION = '1.0. 0';40 const WGPWPP_VERSION = '1.0.1'; 41 41 const WGPWPP_PLUGIN_NAME = 'wgpwpp'; 42 42 const WGPWPP_PLUGIN_FILE = __FILE__;
Note: See TracChangeset
for help on using the changeset viewer.