Skip to content

Commit

Permalink
add some requirements and change Version-Number
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Nov 23, 2023
1 parent cc4d774 commit c58327c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log for Stripe for OXID

All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2023-11-??

- split version for OXID 7

## [1.0.0] - 2022-11-03

### Changed
- initial release
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"type": "oxideshop-module",
"keywords": ["oxid", "modules", "eShop"],
"homepage": "https://www.oxid-esales.com",
"version": "1.0.0",
"license": [
"GPL-3.0"
],
Expand All @@ -13,6 +12,12 @@
"target-directory": "osc/stripe"
}
},
"conflict": {
"oxid-esales/oxideshop-ce": "<7.0"
},
"require": {
"stripe/stripe-php": "^13"
},
"autoload": {
"psr-4": {
"OxidSolutionCatalysts\\Stripe\\": "./"
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'en' => 'This module integrates STRIPE as payment provider in your OXID Shop.',
],
'thumbnail' => 'img/stripe_logo.png',
'version' => '1.0.0',
'version' => '2.0.0',
'author' => 'OXID eSales AG',
'url' => 'https://www.oxid-esales.com',
'email' => '[email protected]',
Expand Down

0 comments on commit c58327c

Please sign in to comment.