Skip to content

Commit 1209d3d

Browse files
committed
Update Version, Added Changelog. Small fix in Readme
1 parent 0b3fc73 commit 1209d3d

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
## [Unreleased]
3+
4+
## [1.2.0] - 2018-08-29
5+
## Fixed
6+
- Make getMemberList() work on lists with few subscribers #1

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mailmanAPI
22
A Simple PHP API to work with Mailman 2.x Mailinglists
33

4-
As Mailman 2.x seems not to offer a proper API. This Mailman API provides some basic functionality to work with Mailman.
4+
As Mailman 2.x seems not to offer a proper API, this Mailman API provides some basic functionality to work with Mailman.
55
Be aware, the library only wrappes around the HTML Forms of the Mailman API Site. It parses the HTTP Responses & HTML Pages, for Authentication Cookies, CSRF TOKEN and then posts to the FORM action url.
66

77
Testes with Mailman 2.1.20, no guarantee to work with other versions.
@@ -19,7 +19,7 @@ Testes with Mailman 2.1.20, no guarantee to work with other versions.
1919

2020
## Installation
2121
```
22-
composer require splattner/mailmanapi:^1.0
22+
composer require splattner/mailmanapi:^1.2
2323
```
2424

2525
## Usage
@@ -59,4 +59,3 @@ $mailman->removeMember(["member1@domain.com","member2@domain.com"]);
5959
$mailman = new MailmanAPI($mailManBaseURL,$adminPW);
6060
$mailman->changeMember("memberold@domain.com","membernew@domain.com");
6161
```
62-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22

33
"name" : "splattner/mailmanapi",
4-
"version" : "1.1.0",
4+
"version" : "1.2.0",
55
"type" : "library",
66
"license": "MIT",
77
"description": "A simple API to work with Mailman 2.x Mailing Lists",

0 commit comments

Comments
 (0)