Skip to content

Commit

Permalink
Release/2.0.4 (#3)
Browse files Browse the repository at this point in the history
* dependencies: update stripe/stripe-php to 7.128.0

* chore: bump version
  • Loading branch information
TyIsI authored Jan 4, 2025
1 parent 83a818a commit 69acf53
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "tyisi/super-simple-stripe-button",
"version": "2.0.3",
"version": "2.0.4",
"description": "A super simple Stripe button for Wordpress",
"license": "MIT",
"require": {
"stripe/stripe-php": "^7.31.0"
"stripe/stripe-php": "7.128.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@tyisi/super-simple-stripe-button",
"version": "2.0.3",
"version": "2.0.4",
"description": "A super simple Stripe button for Wordpress",
"scripts": {
"build": "wireit",
Expand Down
2 changes: 1 addition & 1 deletion super-simple-stripe-button.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: Super Simple Stripe Button
* Plugin URI: https://github.com/tyisi/super-simple-stripe-button/
* Description: A super simple Stripe button plugin
* Version: 2.0.3
* Version: 2.0.4
* Requires at least: 5.2
* Requires PHP: 7.2
* Author: Ty Eggen
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'tyisi/super-simple-stripe-button',
'pretty_version' => '2.0.3',
'version' => '2.0.3.0',
'pretty_version' => '2.0.4',
'version' => '2.0.4.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
Expand All @@ -20,8 +20,8 @@
'dev_requirement' => false,
),
'tyisi/super-simple-stripe-button' => array(
'pretty_version' => '2.0.3',
'version' => '2.0.3.0',
'pretty_version' => '2.0.4',
'version' => '2.0.4.0',
'reference' => null,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 69acf53

Please sign in to comment.