Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Quickmail is a Moodle block plugin that provides selective, bulk messaging for M

Quickmail is a convenient way to select enrolled users in your Moodle course and message them. You can select (or exclude) recipients individually, by role, or even by group. Additionally, you can use Quickmail at the administrative level to select and message users within the entire site.

**Please note that these are the docs for Quickmail v2**. This second version is much different than the original version in the way it operates and saves data. If you are wanting to install the original version, please see the [Quickmail v1 branch](https://github.com/lsuits/block_quickmail/tree/dev-30) of this plugin.
**Please note that these are the docs for Quickmail v2**. This second version is much different than the original version in the way it operates and saves data. If you are wanting to install the original version, please see the [Quickmail v1 branch](https://github.com/lsuonline/block_quickmail/tree/dev-30) of this plugin.

It is highly recommended that you review the features below and make sure this plugin will work for you, and that you backup any existing data before installing!!

Expand Down Expand Up @@ -66,7 +66,7 @@ If you are upgrading from v1 to v2, a data migration script is included in this

## Contributions

Contributions of any form are welcome. GitHub pull requests are preferred. Report any bugs or requests through our GitHub [issue tracker](https://github.com/lsuits/quickmail/issues).
Contributions of any form are welcome. GitHub pull requests are preferred. Report any bugs or requests through our GitHub [issue tracker](https://github.com/lsuonline/quickmail/issues).

## Tests

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "moodle-block_quickmail",
"repository": {
"type": "git",
"url": "git://github.com/lsuits/block_quickmail.git"
"url": "git://github.com/lsuonline/block_quickmail.git"
},
"devDependencies": {
"async": "1.5.2",
Expand Down