InfiniteWP Client - Version 1.0.0

Version Description

  • Public release
  • Bugs fixed
  • Feature Improvements
Download this release

Release Info

Developer infinitewp
Plugin Icon 128x128 InfiniteWP Client
Version 1.0.0
Comparing to
See all releases

Code changes from version 0.1.5 to 1.0.0

Files changed (7) hide show
  1. init.php +2 -2
  2. readme.txt +58 -0
  3. screenshot-1.png +0 -0
  4. screenshot-2.png +0 -0
  5. screenshot-3.png +0 -0
  6. screenshot-4.png +0 -0
  7. screenshot-5.png +0 -0
init.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: InfiniteWP - Client
4
  Plugin URI: http://infinitewp.com/
5
  Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel.
6
  Author: Revmakx
7
- Version: 0.1.5
8
  Author URI: http://www.revmakx.com
9
  */
10
  /************************************************************
@@ -26,7 +26,7 @@ Author URI: http://www.revmakx.com
26
  **************************************************************/
27
 
28
  if(!defined('IWP_MMB_CLIENT_VERSION'))
29
- define('IWP_MMB_CLIENT_VERSION', '0.1.5');
30
 
31
  if ( !defined('IWP_MMB_XFRAME_COOKIE')){
32
  $siteurl = function_exists('get_site_option') ? get_site_option( 'siteurl' ) : get_option('siteurl');
4
  Plugin URI: http://infinitewp.com/
5
  Description: This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin panel.
6
  Author: Revmakx
7
+ Version: 1.0.0
8
  Author URI: http://www.revmakx.com
9
  */
10
  /************************************************************
26
  **************************************************************/
27
 
28
  if(!defined('IWP_MMB_CLIENT_VERSION'))
29
+ define('IWP_MMB_CLIENT_VERSION', '1.0.0');
30
 
31
  if ( !defined('IWP_MMB_XFRAME_COOKIE')){
32
  $siteurl = function_exists('get_site_option') ? get_site_option( 'siteurl' ) : get_option('siteurl');
readme.txt ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === InfiniteWP Client ===
2
+ Contributors: infinitewp
3
+ Tags: admin, administration, amazon, api, authentication, automatic, dashboard, dropbox, events, integration, manage, multisite, multiple, notification, performance, s3, security, seo, stats, tracking, infinitewp, updates, backup, restore, iwp, infinite
4
+ Requires at least: 3.0
5
+ Tested up to: 3.3.2
6
+ Stable tag: trunk
7
+
8
+ This is the client plugin of InfiniteWP that communicates with the InfiniteWP Admin Panel.
9
+
10
+ == Description ==
11
+
12
+ [InfiniteWP](http://infinitewp.com/ "Manage Multiple Wordpress") allows users to manage unlimited number of Wordpress sites from their own server.
13
+
14
+ Main features:
15
+
16
+ * Self-hosted system: Resides on your own server and totally under your control
17
+ * One-click updates for WordPress, plugins and themes across all your sites
18
+ * Instant backup and restore your entire site or just the database
19
+ * One-click access to all WP admin panels
20
+ * Bulk Manage plugins & themes: Activate & Deactive multiple plugins & themes on multiple sites simultaneously
21
+ * Bulk Install plugins & themes in multiple sites at once
22
+ * and more..
23
+
24
+ Check out the [InfiniteWP Overview Video](http://www.youtube.com/watch?v=mam6hA-CKGc) below.
25
+
26
+ http://www.youtube.com/watch?v=mam6hA-CKGc
27
+
28
+ Check out [InfiniteWP.com](http://infinitewp.com/ "Manage Multiple Wordpress").
29
+
30
+ == Installation ==
31
+
32
+ 1. Upload the plugin folder to your /wp-content/plugins/ folder
33
+ 2. Go to the Plugins page and activate InfiniteWP Client
34
+ 3. If you have not yet installed the InfiniteWP Admin Panel, visit [InfiniteWP.com](http://infinitewp.com/ "Manage Multiple Wordpress"), download the free InfiniteWP Admin Panel & install on your server.
35
+ 4. Add your Wordpress site to the InfiniteWP Admin Panel and start using it.
36
+
37
+ == Screenshots ==
38
+
39
+ 1. Sites & Group Management
40
+ 2. Search Wordpress Plugin Repository
41
+ 3. Bulk Plugin & Theme Management
42
+ 4. One-click access to Wordpress admin panels
43
+ 5. One-click updates
44
+
45
+ == Changelog ==
46
+
47
+ = 1.0.0 =
48
+ * Public release
49
+ * Bugs fixed
50
+ * Feature Improvements
51
+
52
+ = 0.1.5 =
53
+ * Client plugin update support from IWP Admin Panel
54
+ * Backup file size format change
55
+
56
+
57
+ = 0.1.4 =
58
+ * Private beta release
screenshot-1.png ADDED
Binary file
screenshot-2.png ADDED
Binary file
screenshot-3.png ADDED
Binary file
screenshot-4.png ADDED
Binary file
screenshot-5.png ADDED
Binary file