Skip to content

Commit

Permalink
Merge pull request #95 from actblue/release-1.5.1
Browse files Browse the repository at this point in the history
Bump version to 1.5.1
  • Loading branch information
sonjapeterson authored Jul 5, 2022
2 parents e01ff04 + 4d3ccd5 commit bad9760
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions actblue-contributions/actblue-contributions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: actblue
* Domain Path: /languages
* Version: 1.5.0
* Version: 1.5.1
*/

// If this file is called directly, abort.
Expand All @@ -25,7 +25,7 @@
/**
* Current plugin version.
*/
define( 'ACTBLUE_PLUGIN_VERSION', '1.5.0' );
define( 'ACTBLUE_PLUGIN_VERSION', '1.5.1' );

/**
* Defines the ActBlue host.
Expand Down
2 changes: 1 addition & 1 deletion actblue-contributions/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "actblue/actblue-contributions-wp-plugin",
"type": "wordpress-plugin",
"version": "1.5.0",
"version": "1.5.1",
"authors": [],
"description": "Easily embed your ActBlue contribution forms on any WordPress page",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion actblue-contributions/e2e-tests/embed-block.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("Wrapper block", () => {
await embedBtn.click();

// wait for 1 second for the embed to load.
await page.waitFor(1000);
await page.waitForTimeout(1000);

expect(await getEditedPostContent()).toMatchSnapshot();
});
Expand Down
2 changes: 1 addition & 1 deletion actblue-contributions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actblue-contributions",
"version": "1.5.0",
"version": "1.5.1",
"author": "ActBlue",
"scripts": {
"build": "wp-scripts build --config webpack.config.js",
Expand Down
4 changes: 2 additions & 2 deletions actblue-contributions/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: donate,donation,fundraising,giving,charity,nonprofit,contribute,contributi
Requires at least: 4.5
Tested up to: 5.8
Requires PHP: 5.6
Stable tag: 1.5.0
Stable tag: 1.5.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -101,7 +101,7 @@ If you have a question about the ActBlue platform, visit our [support site](http

== Changelog ==

= 1.5.0 =
= 1.5.1 =
* Tested up to Wordpress 5.8.1
* Provide data-ab-source attribute to actblue.js script tag

Expand Down

0 comments on commit bad9760

Please sign in to comment.