forked from DeuxHuitHuit/random_entries_generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
80 lines (80 loc) · 4.47 KB
/
extension.meta.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<extension id="random_entries_generator" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Random Entries Generator</name>
<description>
A really quick way to create dummy entries for Symphony CMS
</description>
<repo type="github">https://github.com/DeuxHuitHuit/random_entries_generator</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/110503/</url>
<url type="issues">https://github.com/DeuxHuitHuit/random_entries_generator/issues</url>
<types>
<type>Random</type>
<type>Data</type>
<type>Generator</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com/</website>
</author>
</authors>
<releases>
<release version="1.2.1" date="2017-03-27" min="2.6.0" max="2.x.x">
- Fixed a bug in Faker when locale is empty (again #2)
</release>
<release version="1.2.0" date="2016-01-11" min="2.6.0" max="2.x.x">
- Better localized data (#12)
- Basic formatter (markdown) support (#8)
- Basic validator support (#4)
</release>
<release version="1.1.7" date="2016-01-10" min="2.6.0" max="2.x.x">
- Supported on PHP 7
- Fixed author_id is missing
- Fixed some randomness issues (#7)
</release>
<release version="1.1.6" date="2016-03-07" min="2.6.0" max="2.x.x">
- Fixed a the redirection url again: should be 'created' not 'saved'
</release>
<release version="1.1.5" date="2016-03-06" min="2.6.0" max="2.x.x">
- Fixed a regression where Limit Section Entries would prevent the button from being included in unlimited sections.
</release>
<release version="1.1.4" date="2016-03-06" min="2.6.0" max="2.x.x">
- Fixed wrong url redirection
- Compatibility with Limit Section Entries
- Show the button on all publish pages
</release>
<release version="1.1.3" date="2015-07-08" min="2.6.0" max="2.6.x">
- Fixed missing width and height attributes for images
- Use min values instead of max values when generating an image (#5)
</release>
<release version="1.1.2" date="2015-07-06" min="2.6.0" max="2.6.x">
- Fixed wrong mime type for image uploads (#3)
</release>
<release version="1.1.1" date="2015-06-23" min="2.6.0" max="2.6.x">
- Fixed random seed
- Fixed a bug in Faker when locale is empty (#2)
</release>
<release version="1.1.0" date="2015-05-27" min="2.6.0" max="2.6.x">
- Use [Faker](https://github.com/fzaninotto/Faker) as the main source of random data
- Added support for new fields:
- [Address Location](http://symphonyextensions.com/extensions/addresslocationfield/)
- [Color Chooser](http://symphonyextensions.com/extensions/color_chooser_field/)
- [Date Time](http://symphonyextensions.com/extensions/datetime/)
- [Entry Relationship](http://symphonyextensions.com/extensions/entry_relationship_field/)
- [Image Upload](http://symphonyextensions.com/extensions/image_upload/)
- [Languages](http://symphonyextensions.com/extensions/languages/)
- [Multilingual Textbox](http://symphonyextensions.com/extensions/multilingual_field/)
- [Multilingual Image Upload](http://symphonyextensions.com/extensions/multilingual_image_upload/)
- [Multilingual oEmbed](http://symphonyextensions.com/extensions/multilingual_oembed_field/)
- [Number](http://symphonyextensions.com/extensions/numberfield/)
- [oEmbed](http://symphonyextensions.com/extensions/oembed_field/)
- [Order Entries](http://symphonyextensions.com/extensions/order_entries/)
- [Pages](http://symphonyextensions.com/extensions/pagesfield/)
- [Select Box Link](http://symphonyextensions.com/extensions/selectbox_link_field/)
- [Textbox](http://symphonyextensions.com/extensions/textboxfield/)
</release>
<release version="1.0.0" date="2015-05-21" min="2.6.0" max="2.6.x">
- First release, supporting only core fields
</release>
</releases>
</extension>