Skip to content

Commit bda7852

Browse files
committed
updating readme and version numbers
1 parent d47d2f6 commit bda7852

6 files changed

Lines changed: 15 additions & 7 deletions

File tree

blocks/build/download/block.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
"label": {
1919
"type": "string",
2020
"default": "title"
21+
},
22+
"embed_image": {
23+
"type": "boolean",
24+
"default": false
2125
}
2226
},
2327
"supports": {},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => 'cc0f719b53850bcf145d');
1+
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-server-side-render'), 'version' => 'bf9459dfe0ad482933c7');

blocks/build/download/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pmpro-downloads",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Paid Memberships Pro - Downloads Add On",
55
"scripts": {
66
"build": "wp-scripts build",

pmpro-downloads.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Paid Memberships Pro - Downloads Add On
44
* Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-downloads/
55
* Description: Create restricted file downloads for members.
6-
* Version: 1.0
6+
* Version: 1.1
77
* Author: Paid Memberships Pro
88
* Author URI: https://www.paidmembershipspro.com
99
* Text Domain: pmpro-downloads
@@ -13,7 +13,7 @@
1313

1414
defined( 'ABSPATH' ) || die( 'File cannot be accessed directly' );
1515

16-
define( 'PMPRO_DOWNLOADS_VERSION', '1.0' );
16+
define( 'PMPRO_DOWNLOADS_VERSION', '1.1' );
1717
define( 'PMPRO_DOWNLOADS_DIR', dirname( __FILE__ ) );
1818
define( 'PMPRO_DOWNLOADS_BASENAME', plugin_basename( __FILE__ ) );
1919

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: strangerstudios, dparker1005
33
Tags: pmpro, paid memberships pro, members, memberships, downloads, files, restricted
44
Requires at least: 5.0
5-
Tested up to: 6.7
5+
Tested up to: 6.9
66
Requires PHP: 7.4
7-
Stable tag: 1.0
7+
Stable tag: 1.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -89,5 +89,9 @@ Please post it in the issues section of GitHub and we'll fix it as soon as we ca
8989
Please visit our premium support site at [https://www.paidmembershipspro.com](https://www.paidmembershipspro.com) for more documentation and our support forums.
9090

9191
== Changelog ==
92+
= 1.1 - 2026-05-04 =
93+
* ENHANCEMENT: Added a new "Embed Image" toggle to the PMPro Download block (and `embed_image="true"` shortcode attribute) that displays image-type downloads inline for members with access. #4 (@dparker1005)
94+
* BUG FIX/ENHANCEMENT: The `[pmpro_download]` shortcode placed in a level confirmation message now renders as a clickable download link when the confirmation message is included in checkout emails, instead of appearing as raw shortcode text. Invalid shortcodes are left unchanged so admins can spot the typo. #3 (@dparker1005)
95+
9296
= 1.0 - 2026-03-30 =
9397
* Initial release.

0 commit comments

Comments
 (0)