Changeset 2435985
- Timestamp:
- 12/09/2020 10:25:50 PM (5 years ago)
- Location:
- actblue-contributions
- Files:
-
- 31 added
- 2 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/actblue-contributions.php (added)
-
tags/1.1.0/admin (added)
-
tags/1.1.0/admin/class-actblue-admin.php (added)
-
tags/1.1.0/admin/templates (added)
-
tags/1.1.0/admin/templates/actblue-settings-page.php (added)
-
tags/1.1.0/blocks (added)
-
tags/1.1.0/blocks/class-actblue-blocks.php (added)
-
tags/1.1.0/blocks/custom (added)
-
tags/1.1.0/blocks/custom/actblue-embed (added)
-
tags/1.1.0/blocks/custom/actblue-embed/edit.js (added)
-
tags/1.1.0/blocks/custom/actblue-embed/embed-controls.js (added)
-
tags/1.1.0/blocks/custom/actblue-embed/embed-loading.js (added)
-
tags/1.1.0/blocks/custom/actblue-embed/embed-placeholder.js (added)
-
tags/1.1.0/blocks/custom/actblue-embed/embed-preview.js (added)
-
tags/1.1.0/blocks/custom/actblue-embed/index.js (added)
-
tags/1.1.0/blocks/custom/actblue-embed/save.js (added)
-
tags/1.1.0/blocks/custom/actblue-embed/transforms.js (added)
-
tags/1.1.0/blocks/custom/actblue-embed/util.js (added)
-
tags/1.1.0/blocks/index.js (added)
-
tags/1.1.0/build (added)
-
tags/1.1.0/build/blocks.asset.php (added)
-
tags/1.1.0/build/blocks.js (added)
-
tags/1.1.0/includes (added)
-
tags/1.1.0/includes/class-actblue.php (added)
-
tags/1.1.0/public (added)
-
tags/1.1.0/public/class-actblue-public.php (added)
-
tags/1.1.0/readme.txt (added)
-
trunk/actblue-contributions.php (modified) (2 diffs)
-
trunk/build (added)
-
trunk/build/blocks.asset.php (added)
-
trunk/build/blocks.js (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
actblue-contributions/trunk/actblue-contributions.php
r2435956 r2435985 15 15 * Text Domain: actblue 16 16 * Domain Path: /languages 17 * Version: 1. 0.017 * Version: 1.1.0 18 18 */ 19 19 … … 26 26 * Current plugin version. 27 27 */ 28 define( 'ACTBLUE_PLUGIN_VERSION', '1. 0.0' );28 define( 'ACTBLUE_PLUGIN_VERSION', '1.1.0' ); 29 29 30 30 /** -
actblue-contributions/trunk/readme.txt
r2435956 r2435985 6 6 Tested up to: 5.6 7 7 Requires PHP: 5.6 8 Stable tag: 1. 0.08 Stable tag: 1.1.0 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 105 105 == Changelog == 106 106 107 = 1.1.0 = 108 * Adds a custom Gutenberg block for ActBlue contribution form embeds. 109 107 110 = 1.0.0 = 108 111 * Adds the ActBlue script to public-facing pages. 109 112 * Adds the ActBlue oEmbed endpoint to the list of allowed providers. 113 114 == Upgrade Notice == 115 116 = 1.1.0 = 117 Adds a custom Gutenberg block for ActBlue contribution form embeds
Note: See TracChangeset
for help on using the changeset viewer.