-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
51 lines (34 loc) · 1.91 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
=== EDD WordPress.org Downloads ===
Contributors: ExpandedFronts, mattshaw
Tags: EDD WordPress.org Downloads, EDD, Easy Digital Downloads, plugins, themes, external downloads, downloads
Requires at least: 4.0
Tested up to: 4.3.1
Stable tag: trunk
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Add WordPress.org plugins and themes as downloads in Easy Digital Downloads.
== Description ==
This plugin allows you to add WordPress.org plugins and themes as free downloads in Easy Digital Downloads.
When you add a WordPress.org plugin or theme URL to a download, the add to cart / buy now buttons will be replaced with a "Free Download" button that links to the Wordpress.org plugin/theme page instead.
This plugin also adds a helpful widget that displays info such as the download count, dates added/last updated, current version, and more. This info is cached via transients so it will work well on high traffic servers, and only displays on downloads added as WordPress.org downloads.
== Installation ==
Install this plugin like you would install any other WordPress plugin.
Dashboard Method:
1. Login to your WordPress admin and go to Plugins -> Add New
2. Type "EDD WordPress.org Downloads" in the search bar and select this plugin
3. Click "Install", and then "Activate Plugin"
Upload Method:
1. Unzip the plugin and upload the "edd-wordpress-downloads" folder to your "wp-content/plugins" directory
2. Activate the plugin through the Plugins menu in WordPress
== Screenshots ==
1. The WordPress.org URL setting added to the Add/Edit Download page.
2. The EDD WordPress.org Downloads widget settings.
3. Change the button text for downloads added as WordPress.org plugins or themes in EDD Settings -> Misc.
== Changelog ==
= 1.0.2 =
* Fixed PHP notice on 404 pages
* Only change free download text on WordPress.org downloads
= 1.0.1 =
* Added setting for changing the download button text
= 1.0 =
* Initial release