Skip to content

Commit

Permalink
Merge pull request #739 from MoveOnOrg/release-14
Browse files Browse the repository at this point in the history
Release 1.4
  • Loading branch information
shakalee14 authored Jul 25, 2018
2 parents 770221f + a0da1f4 commit c263b19
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Spoke is an open source text-distribution tool for organizations to mobilize sup

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

The latest version is [1.3.0](https://github.com/MoveOnOrg/Spoke/tree/v1.3) (see [release notes](https://github.com/MoveOnOrg/Spoke/blob/main/docs/RELEASE_NOTES.md#v12)) which we recommend for production use, while our `main` branch is where features still in development and testing will be available.
The latest version is [1.4.0](https://github.com/MoveOnOrg/Spoke/tree/v1.4) (see [release notes](https://github.com/MoveOnOrg/Spoke/blob/main/docs/RELEASE_NOTES.md#v12)) which we recommend for production use, while our `main` branch is where features still in development and testing will be available.

## Note

This is generated from [react-apollo-starter-kit](https://github.com/saikat/react-apollo-starter-kit). Look at that project's README for info on some of the libraries used.

## Deploy to Heroku

<a href="https://heroku.com/deploy?template=https://github.com/MoveOnOrg/Spoke/tree/v1.3">
<a href="https://heroku.com/deploy?template=https://github.com/MoveOnOrg/Spoke/tree/v1.4">
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
</a>

Expand Down
33 changes: 31 additions & 2 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Release Notes

## v1.4

This release includes many optimizations, new features and more tests! We've fixed outstanding bugs, added more administrative functionality and worked on the texter experience. We've also introduced a new testing suite and redis caching capabilities. Over the next couple months, we intend to add more testing and continue to work on scaling.

Note - we will have a new release in the next few weeks and switch to a shorter release cycle in the next few months. Please upgrade your instance and let us know if you find any bugs or have questions!

*July 2018:* Version 1.4
* A 'Skipped Messages' section for texters to allow access to previously skipped conversations. Skipped conversations can be 'reopened' and filter back into the 'replies' view.
* A 'Message Review' board for administrators to allow message reassignment to different texters. Administrators also have the ability to see more incoming messages than previous.
* The ability to mark contacts as opted out without sending a message.
* Selenium end to end testing with Sauce Labs integration.
* Redis caching capabilities including caching user's authentication status.
* Updates to documentation for AK integration, popular queries, and email and data exporting integration.
* Bug fixes around owner, admin and superadmin permissions when attempting to text, timezone handling, permission issues on admin dashboard.
* Update to our community guidelines.

Thanks go to all our contributors for this release including:
[azuzunaga](https://github.com/azuzunaga),
[bchrobot](https://github.com/bchrobot),
[bdatkins](https://github.com/bdatkins),
[cp4r3z](https://github.com/cp4r3z),
[codygordon](https://github.com/codygordon),
[eXrump](https://github.com/eXrump),
[harpojaeger](https://github.com/harpojaeger),
[joemcl](https://github.com/joemcl),
[lperson](https://github.com/lperson),
[mathemagica](https://github.com/mathemagica),
[shakalee14](https://github.com/shakalee14),

## v1.3

Two major themes that we are focusing on this year are improving
Expand All @@ -18,10 +47,10 @@ implement something or file an issue on something you want Spoke to do!

Please upgrade your instance and let us know if you encounter any issues!

*April 2018:* Version 1.3
*April 2018:* Version 1.3
* A 'Past Messages' section for Texters to allow access to previous conversations before a reply comes back.
This feature helps cases where someone accidentally clicked a button or wants to follow-up with requested information.
* Texters can update their name, email and other information from the menu.
* Texters can update their name, email and other information from the menu.
Admins can update texter info from the console
* A new SuperVolunteer role, which allows a non-admin to update assignments, and [some other tasks](https://github.com/MoveOnOrg/Spoke/issues/455)
* Added [MailGun support](HOWTO_HEROKU_DEPLOY.md#setting-up-mailgun)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spoke",
"version": "1.3.0",
"version": "1.4.0",
"description": "Spoke",
"main": "src/server",
"engines": {
Expand Down

0 comments on commit c263b19

Please sign in to comment.