Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.3.18 #10

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ build
tools
tools/*
.env
svn-directory
svn-directory/*
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ add_git_hooks:
sh ./scripts/add-git-hooks.sh

# Releasing a new version of a WordPress plugin

# https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/#starting-a-new-plugin

# ensure svn is installed
# with brew install svn

Expand Down
4 changes: 2 additions & 2 deletions bluem.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Plugin Name: Bluem ePayments, iDIN and eMandates integration for shortcodes and WooCommerce checkout
* Version: 1.4.0
* Version: 1.3.18
* Plugin URI: https://wordpress.org/plugins/bluem
* Description: Bluem integration for WordPress and WooCommerce to facilitate Bluem services inside your site. Payments and eMandates payment gateway and iDIN identity verification
* Author: Bluem Payment Services
* Author URI: https://bluem.nl
* Requires at least: 5.0
* Tested up to: 6.4
* Tested up to: 6.5
*
* WC requires at least: 5.0.0
* WC tested up to: 8.2
Expand Down
6 changes: 2 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: bluempaymentservices
Tags: Bluem,Payments,iDIN,iDEAL,Incassomachtigen,woocommerce, bluem, payment gateway, payments, ideal, paypal, mandates, identity, idin, age verification, iban-name check
Requires at least: 5.0
Tested up to: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.4.0
Stable tag: 1.3.18
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -74,8 +74,6 @@ Shortcode: `[bluem_identificatieformulier]`
It is possible to programmatically block display and functionality on your site based on the verification status. Please contact us if you are interested in developing this in your site.

== Changelog ==
- 1.4: Set minimal compatiblity to
PHP 8.0
- 1.3.18.0: Improved observability, removed unnecessary dependencies
- 1.3.17.14: Stability fixes.
- 1.3.17.13: Stability fixes.
Expand Down
Loading