Skip to content

Commit 06f743f

Browse files
authored
Merge pull request #2054 from MoveOnOrg/release-notes-11-1
11.1 release notes
2 parents 5e20141 + 5952e02 commit 06f743f

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Spoke is an open source text-distribution tool for organizations to mobilize sup
77

88
Spoke was created by Saikat Chakrabarti and Sheena Pakanati, and is now maintained by MoveOn.org.
99

10-
The latest version is [11.0](https://github.com/MoveOnOrg/Spoke/tree/v11.0) (see [release notes](https://github.com/MoveOnOrg/Spoke/blob/main/docs/RELEASE_NOTES.md#v110))
10+
The latest version is [11.1](https://github.com/MoveOnOrg/Spoke/tree/v11.1) (see [release notes](https://github.com/MoveOnOrg/Spoke/blob/main/docs/RELEASE_NOTES.md#v111))
1111

1212

1313
## Setting up Spoke
@@ -24,7 +24,7 @@ Want to know more?
2424
### Quick Start with Heroku
2525
This version of Spoke suitable for testing and, potentially, for small campaigns. This won't cost any money and will not support production(aka large-scale) usage. It's a great way to practice deploying Spoke or see it in action.
2626

27-
<a href="https://heroku.com/deploy?template=https://github.com/MoveOnOrg/Spoke/tree/v11.0">
27+
<a href="https://heroku.com/deploy?template=https://github.com/MoveOnOrg/Spoke/tree/v11.1">
2828

2929
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
3030
</a>

docs/RELEASE_NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Release Notes
22

3+
## v11.1
4+
5+
_October 2021:_ Version 11.1
6+
7+
11.1 is a bug-fix release. After many changes in 11.0, there were a few problems that surfaced and with the help of reporting from the community (special shoutout to Karla Bradley at NYCET and Brendan, Daniel, and Amy at State Voices).
8+
9+
### Bug-fixes
10+
* Campaign Admin: Texter manual changing/adding of assigned triggered app failure
11+
* Setting/Updating Twilio credentials in admin Settings failure
12+
* Buying numbers for an organization's message service failure
13+
* Clicking Re-open
14+
* minor additions/fixes to service-managers api
15+
16+
### Appreciations
17+
18+
* [Arique Aguilar](https://github.com/Arique1104), [Larry Person](https://github.com/lperson), [Kathy Nguyen](https://github.com/crayolakat), [Schuyler Duveen](https://github.com/schuyler1d), Mark Houghton, everyone at NYCET and State Voices for bug reporting and testing.
19+
320
## v11.0
421

522
_August 2021:_ Version 11.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spoke",
3-
"version": "11.0.0",
3+
"version": "11.1.0",
44
"description": "Spoke",
55
"main": "src/server",
66
"engines": {

0 commit comments

Comments
 (0)