Skip to content

Releases: Sagleft/utopialib-php

1.0.25

08 Apr 10:51
Compare
Choose a tag to compare
  • updated client interface;
  • removed duplicates of declared functions;
  • added new use cases;
  • added new methods;

1.0.24

29 Jan 21:44
Compare
Choose a tag to compare
fix getChannelBannedContacts interface

1.0.23

29 Jan 21:14
Compare
Choose a tag to compare

fix emptyEmailsTrash interface

1.0.22

29 Jan 21:04
Compare
Choose a tag to compare
fix client interface

1.0.21

09 Nov 11:57
Compare
Choose a tag to compare
  • fix emptyEmailsTrash & getChannelBannedContacts methods;
  • removed getChannelBannedContacts method re-declaration.

1.0.20

29 Oct 19:11
Compare
Choose a tag to compare

new methods:

  • getReleaseNotes;
  • getSettingInfo;
  • setSettingInfo;
  • pinInstantMessage;
  • getPinnedMessages;
  • bookmarkInstantMessage;
  • acceptAttachment;
  • abortAttachment;
  • acceptFileMessage;
  • abortFileMessage;
  • emptyEmailsTrash;
  • setChannelAsBookmarked;
  • getChannelBannedContacts;
  • applyChannelBannedContacts;

1.0.19

20 Oct 15:35
Compare
Choose a tag to compare

fix uploadFile method

1.0.18

07 Sep 20:41
Compare
Choose a tag to compare

the functions in the Utilities class are made static

1.0.17

22 May 10:00
Compare
Choose a tag to compare
  • New examples added.
  • Added to README, simplified data management for authorization (via env).
  • Added new unit tests.
  • Fixed bug in isNetworkEnabled method.

1.0.16

28 Feb 07:12
Compare
Choose a tag to compare

new methods:
getCardInfo;
abortTransfers;
hideTransfers;
getFile;
deleteFile;
sendFileByMessage;
uploadFile;
getChannelDecription;
getChannelOwnerPubkey;
getChannelTitle;
getChannelType;
getNetworkChannelsCount;
getTotalChannelsCount;
getLastDownloadedChannelTitle;
getMyPubkey;
getMyNick;
getMyAvatarHash;
isPOSenabled;
findChannelsByPubkey;
isNetworkEnabled;
refactoring;