PluginProbe
WPGet API – Connect to any external REST API / 1.9.0
WPGet API – Connect to any external REST API v1.9.0
1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.10 2.2.2 2.2.3 All 97 releases
← All changes | wpgetapi.php +2 -2 2.1.41.9.0 View file →
@@ -4,9 +4,9 @@
4 4 * Plugin URI: https://wordpress.org/plugins/wpgetapi/
5 5 * Description: Connect to external API's and display the API data.
6 6 * Author: WPGetAPI
7 7 * Author URI: https://wpgetapi.com/
8 - * Version: 2.1.4
8 + * Version: 1.9.0
9 9 * Text Domain: wpgetapi
10 10 * License: GPL2 or later
11 11 *
12 12 */
@@ -26,9 +26,9 @@
26 26 * @since 1.0.0
27 27 */
28 28 protected static $_instance = null;
29 29
30 - public $version = '2.1.4';
30 + public $version = '1.9.0';
31 31
32 32 /**
33 33 * Main Instance.
34 34 */