Skip to content

Releases: SimPaypl/SimPay-WordPress

Improved nonce verification

22 Aug 09:52
93124e8
Compare
Choose a tag to compare
Updated version to 2.2.5 and improved nonce verification

The version number has been updated across multiple files from 2.2.4 to 2.2.5, reflecting the new release of the software.

Nonce verification has also been enhanced in several places for better security measures, with 'simpay_paywall_nonce' being replaced by 'simpay_nonce'. This change is reflected in both form submissions and nonce field creation.

Indentation changes have been made in payment-form.php for better code readability and consistency throughout the file.

Fixed Nonces and escape

17 Aug 18:30
c3e420d
Compare
Choose a tag to compare
Updated version and enhanced security

- Bumped up the version number in multiple files
- Added nonce verification for form submission to enhance security
- Escaped HTML output in various places to prevent potential XSS attacks
- Fixed some minor issues with input fields and select options

Fix Allowing Direct File Access to plugin files

17 Aug 18:19
cef0c82
Compare
Choose a tag to compare
2.2.3

Added security checks to public views

Multiple improvements

14 Aug 18:56
ce29b4a
Compare
Choose a tag to compare
2.2.2

Update ci.yml

Updated plugin version and improved README structure

13 Aug 23:16
202bc4d
Compare
Choose a tag to compare
2.2.1

Updated GitHub Actions versions

Cleanup packages

13 Aug 22:34
8e6190e
Compare
Choose a tag to compare
  • Removed installing and packing dev packages

Refactor config loading to use JSON instead of YAML

18 Oct 20:08
6a3f54d
Compare
Choose a tag to compare
2.1.0

Update version number to 2.1.0 in composer.json and simpay-wordpress.…

Rewrite

10 Oct 14:03
d7b18c9
Compare
Choose a tag to compare
Refactor CI workflow and composer.json

- Refactored the CI workflow to use a wildcard in the blob name for simpay-wordpress zip file.
- Removed the step to rename the archive file in the CI workflow.
- Updated composer.json to remove ".zip" extension from the name field.

1.0

10 Dec 02:49
Compare
Choose a tag to compare
1.0
Update