Skip to content

Releases: RTippin/messenger-faker

v1.10.0

23 May 20:56
Compare
Choose a tag to compare

Laravel 11

v1.9.1

26 Feb 02:04
3e09614
Compare
Choose a tag to compare

Support for laravel 10.
Add php 8.3

v1.8.0

23 Feb 06:20
Compare
Choose a tag to compare

Add --bots flag to all commands, allowing group threads bots to be used as participants for an action.

v1.7.0

09 Feb 00:06
Compare
Choose a tag to compare

Update dependencies for laravel 9. Minimum messenger updated to v1.20.0

v1.6.0

10 Dec 05:57
Compare
Choose a tag to compare

Code updates, lock minimum messenger version to v1.14.0

v1.5.0

11 Nov 09:34
Compare
Choose a tag to compare

Code updates, lock minimum messenger version to v1.13.0

v1.4.0

06 Nov 05:26
Compare
Choose a tag to compare

Code refactor and bug fixes.

v1.3.0

07 Oct 05:59
Compare
Choose a tag to compare

rtippin/messenger core locked to minimum version ^v1.9. FakerBot uses new methods provided by core for message parsing.

v1.2.0

15 Sep 06:26
Compare
Choose a tag to compare

New messenger:faker:video command. Locked rtippin/messenger to ^v1.7

To use video paths, you must add the new videos flag to your messenger-faker.php config if you had it previously published.

'paths' => [
    //Add videos
    'videos' => storage_path('faker/videos'),
],

v1.1.1

01 Sep 07:12
Compare
Choose a tag to compare

Updated how our random command operates. New FakerBot allowing interaction with our commands through a thread's chat-bot. Locked minimum messenger version to v1.4

Using sys_get_temp_dir instead of hard coding /tmp/ for file location.

See Changes