Skip to content
Snippets Groups Projects
Commit b2932d92 authored by mattwire's avatar mattwire
Browse files

Release 1.0

parent c2cfcb32
No related branches found
Tags 1.0
No related merge requests found
......@@ -10,19 +10,9 @@ The extension is licensed under [AGPL-3.0](LICENSE.txt).
Learn more about installing CiviCRM extensions in the [CiviCRM Sysadmin Guide](https://docs.civicrm.org/sysadmin/en/latest/customize/extensions/).
### You must use the "import" branch of the Stripe extension:
https://lab.civicrm.org/extensions/stripe/-/tree/import
### You must apply API4 MembershipLog patch:
https://github.com/civicrm/civicrm-core/pull/28220
### To disable membership updates make sure you have applied:
https://github.com/civicrm/civicrm-core/pull/28607
## Getting Started
https://github.com/civicrm/civicrm-core/pull/30085
## Known Issues
......@@ -32,7 +22,7 @@ https://github.com/civicrm/civicrm-core/pull/28607
This is because Payment.create triggers a "Contribution Completion"
which in turn triggers a membership renewal.
Workaround: https://github.com/civicrm/civicrm-core/pull/28607
Workaround: https://github.com/civicrm/civicrm-core/pull/30085
But we'll need a way to conditionally enable/disable this as in "normal" operation
we *should* renew the membership. But for initial import we don't want to.
......@@ -9,6 +9,6 @@ Releases use the following numbering system:
* **[BC]**: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension.
## Release 1.0 (not yet released)
## Release 1.0 (2024-07-22)
Initial release.
......@@ -13,8 +13,8 @@
<url desc="Support">https://mjw.pt/stripeimport</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-07-09</releaseDate>
<version>0.11-dev</version>
<releaseDate>2024-07-22</releaseDate>
<version>1.0</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.74</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment