Skip to content

Releases: jordannbeattie/craftcms-faker

2.0.2

09 Jan 14:21
Compare
Choose a tag to compare

Corrected dummyImage configuration

2.0.1

18 Dec 10:43
Compare
Choose a tag to compare

Added customFields to Asset model

1.1.2

18 Dec 10:43
Compare
Choose a tag to compare

Added customFields to Asset model

1.1.1

03 Aug 08:33
Compare
Choose a tag to compare

Added functionality to fake a Redactor field

1.1.0

31 Jul 10:22
Compare
Choose a tag to compare
  • Replaced Placeholder with Dummy Image

2.0.0

01 Jul 15:24
Compare
Choose a tag to compare

Upgraded plugin for Craft 4 compatability

1.0.9

12 Apr 13:54
Compare
Choose a tag to compare
  • Added unsplash source for asset() function

1.0.8

29 Mar 14:50
Compare
Choose a tag to compare

Specifying kind when using the asset() function without the url attribute will automatically generate a video URL

craft.faker.asset({ kind: "video" })

1.0.7

28 Mar 20:43
Compare
Choose a tag to compare

Added support for selecting image source when using the asset() function. See README for examples and documentation.

1.0.6

25 Mar 00:08
Compare
Choose a tag to compare
  • Added $children option to navigation(). Pass a boolean to define whether the navigation should be returned with child items.
  • Added level() function to Collection in order to return only child elements. Pass an int for which level to return (currently only works for level 2)