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

Release 1.0

parent d6e1ea7f
No related branches found
Tags 1.2.7
No related merge requests found
...@@ -6,11 +6,6 @@ The extension is licensed under [AGPL-3.0](LICENSE.txt). ...@@ -6,11 +6,6 @@ The extension is licensed under [AGPL-3.0](LICENSE.txt).
**Always read the [Release Notes](https://lab.civicrm.org/extensions/mjwshared/blob/master/docs/release/release_notes.md) carefully before upgrading!** **Always read the [Release Notes](https://lab.civicrm.org/extensions/mjwshared/blob/master/docs/release/release_notes.md) carefully before upgrading!**
## Requirements
* PHP v7.2+
* CiviCRM 5.28+
## Installation ## Installation
See: https://docs.civicrm.org/sysadmin/en/latest/customize/extensions/#installing-a-new-extension See: https://docs.civicrm.org/sysadmin/en/latest/customize/extensions/#installing-a-new-extension
......
...@@ -9,7 +9,7 @@ Releases use the following numbering system: ...@@ -9,7 +9,7 @@ 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. * **[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 2021-05-09) ## Release 1.0
* Add PaymentprocessorWebhook entity, API and scheduled job that allows for queueing and scheduling of webhooks - see [Webhook Queue](webhookqueue.md) * Add PaymentprocessorWebhook entity, API and scheduled job that allows for queueing and scheduling of webhooks - see [Webhook Queue](webhookqueue.md)
* Fully remove support for CiviCRM older than 5.28. * Fully remove support for CiviCRM older than 5.28.
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
<url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/-/blob/master/docs/releasenotes.md</url> <url desc="Release Notes">https://lab.civicrm.org/extensions/mjwshared/-/blob/master/docs/releasenotes.md</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url> <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls> </urls>
<releaseDate>2021-05-09</releaseDate> <releaseDate>2021-05-17</releaseDate>
<version>1.0-dev</version> <version>1.0</version>
<develStage>beta</develStage> <develStage>stable</develStage>
<compatibility> <compatibility>
<ver>5.35</ver> <ver>5.35</ver>
</compatibility> </compatibility>
......
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