-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
160 lines (113 loc) · 4.31 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
=== WPCore Plugin Manager ===
Plugin Name: WPCore Plugin Manager
Plugin URI: https://wpcore.com
Tags: plugins, installation, admin, administration, install, wpcore, plugin collections, plugin groups, plugin manager, bulk plugin installer, multisite, compatible
Author URI: https://wpcore.com
Author: Stuart Starr
Contributors: stueynet
Requires at least: 3.5
Tested up to: 6.2.2
Stable tag: trunk
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Create plugin collections and install them in one click on any WordPress site.
== Description ==
WPCore is a tool that allows you to manage collections of WordPress plugins and then quickly install them on any WordPress site. You can generate your collections at https://wpcore.com and then import them to your WordPress site by copying and pasting your unique collection key in WordPress.
== Installation ==
1. Download the plugin via https://wpcore.com/download.
1. Upload the ZIP file through the \"Plugins > Add New > Upload\" screen in your WordPress dashboard.
1. Activate the plugin through the \'Plugins\' menu in WordPress
1. Generate a plugin collection https://wpcore.com/collections/create
1. Add some plugins to that collection
1. Copy the unique collection key
1. In your WordPress admin panel visit Settings -> WPCore
1. Add collection keys
1. Install the plugins!
== Frequently Asked Questions ==
You'll find the [FAQ on WPcore.com](https://wpcore.com/help).
== Screenshots ==
1. Create plugin collections at wpcore.com
2. Install them instantly on any WordPress site.
== Changelog ==
= 1.9.2 =
* Fixed a bug with PHP 8.*
= 1.9.1 =
* Removed calls to screen_icon
= 1.9.0 =
* Added WP-CLI support!
= 1.8.2 =
* Update textdomain so you see notices
= 1.8.1 =
* Update textdomain so you see notices
= 1.8.0 =
* Update to TGM plugin Activation version 2.6.1
= 1.7.3 =
* Add ability to export all plugins in addition to active plugins
= 1.7.2 =
* Update to version 2.5.2 of http://tgmpluginactivation.com/
= 1.6.3 =
* Remove wpcore_keys from options table upon plugin uninstall / delete
= 1.6.2 =
* Minor fix to ensure only users with the 'install_plugins' capability can see it
= 1.6.0 =
* Updated the TGM activation class to 2.4.2
= 1.5.0 =
* Fix for error on php 5.3 and below
= 1.4.9 =
* Merged pull request from cfoellmann/fixes and updated some urls for https
= 1.4.8 =
* Fixed conflict when other plugins or themes use the TGM activation plugin. The install plugins button always works now.
= 1.4.7 =
* Export active plugins to a WPCore.com collection.
= 1.4.6 =
* Tested on WordPress 3.9.2. Works!
* Added some more input sanity(ization)
= 1.4.5 =
* Switched to ssl. Changed timeout.
= 1.4.0 =
* Further optimization. Now only 1 API call is made for all your collections. Dramatic speed increase in when saving collection keys.
= 1.3.3 =
* Increased cache timeout. Click clear cache button in settings to fetch latest collection info
* Tested with Multisite
= 1.3.2 =
* Fixed issue where in some cases users were getting Cannot redeclare wpcore_set_false()
= 1.3.1 =
* MAJOR PERFORMANCE UPDATE!
* Completely restructured the plugin to use the WordPress transient cache
* Will only make external calls to WPCore API when you save and edit your collection keys
* Major speed improvement
= 1.2.8 =
* Reenabled the admin nag dismiss button.
= 1.2.7 =
* Updated Plugin name to alleviate some confusion between this plugin and the WordPress Core.
= 1.2.6 =
* Fixed bug that caused all the assets on the WordPress.org SVN to go missing. All good now.
= 1.2.2 =
* Updated readme again (sorry)
= 1.2.1 =
* Updated readme again (sorry)
= 1.2 =
* Updated readme
= 1.1 =
* Complete refactor. Adherence to all WP.org coding standards. More Object oriented.
= 1.0 =
* Using wp_remote_get and wp_remote_retrieve_body to grab stuff from wpcore.com
= 0.7 =
* Organized the menu. Put it near plugins cause that just makes sense.
= 0.6 =
* Fixed warning for undefined variable
= 0.5 =
* This is the first usable build
* Add and edit multiple keys
* Install tons of plugins all at once
= 0.4 =
* Hopefully fixed the changelog
= 0.3 =
* Nothing here either
= 0.2 =
* Not too much in this one
= 0.1 =
* First one
== Upgrade Notice ==
= 1.3.1 =
This is an major performance update. I have restructured the plugin to rely much less on external calls to wpcore.com. Please install asap. Report any issues!