Skip to content

Releases: waveygroup/sweetalert

v1.2.5

19 Nov 19:42
5816f56
Compare
Choose a tag to compare

What's Changed

  • 1.2.5: README improvements; Added documentation to functions.php; by @0x35FF in #10
  • Apply fixes from StyleCI by @0x35FF in #11

Full Changelog: v1.2.4...v1.2.5

v1.2.4

20 Apr 09:25
204b8ed
Compare
Choose a tag to compare

Another quick fix for #8: Removed static return types.

#8: Removed static return types

11 Apr 11:53
Compare
Choose a tag to compare

Removed the Static return types for another fix #8

Another quick fix for #8

08 Apr 15:07
7a0f25b
Compare
Choose a tag to compare

Added another quick fix for issue #8

v1.2.1 - Fixed #8

04 Apr 12:03
Compare
Choose a tag to compare

This is a release to give #8.

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Jan 11:15
7059371
Compare
Choose a tag to compare

Initial Release for Sweetalert.

Works with SweetAlert2 with the following methods:

Sweetalert::basic('Description', 'Title');
Sweetalert::info('Description', 'Title');
Sweetalert::success('Description', 'Title');
Sweetalert::error('Description', 'Title');
Sweetalert::warning('Description', 'Title');
Sweetalert::message('Description', 'Title');
Sweetalert::message('Description <h2>Custom HTML</h2>', 'Title')->html();

What's Changed

  • Fixed trailing slash inside composer.json by @0x51D in #1
  • v1.0.0 by @0x51D in #2
  • v1.1.0: Fixed for SweetAlert2 by @0x51D in #3
  • Added new README file; by @0x51D in #4

New Contributors

  • @0x51D made their first contribution in #1

Full Changelog: https://github.com/waveygroup/sweetalert/commits/v1.2.0