root/modules/branches/2.6/vmblast/module.xml

Revision 7963, 1.9 kB (checked in by p_lindheimer, 4 years ago)

Module Publish Script: vmblast 2.6.0.0

Line 
1 <module>
2   <rawname>vmblast</rawname>
3   <name>VoiceMail Blasting</name>
4   <version>2.6.0.0</version>
5   <publisher>FreePBX</publisher>
6   <license>GPLv2+</license>
7   <type>setup</type>
8   <category>Internal Options &amp; Configuration</category>
9   <description>
10     Creates a group of extensions that Calls a group of voicemail boxes and allows you to leave a message for them all at once.
11   </description>
12   <changelog>
13     *2.6.0.0* localizations, misc
14     *2.5.0.6* #3697
15     *2.5.0.5* localization updates
16     *2.5.0.4* #3380
17     *2.5.0.3* localization string enclosures
18     *2.5.0.2* #3138, #3165 Sqlite3 fixes
19     *2.5.0.1* #2530 typo _GLOBALS should be GLOBALS
20     *2.5.0* #2845 tabindex
21     *2.4.3.3* add oldstyle module hook
22     *2.4.3.2* added depends on 2.4.0
23     *2.4.3.1* #2632 red bar addressed now also
24     *2.4.3* #2632 audio_lable, password, default_group not saved on initial config, and fix odd refresh behavior after add
25     *2.4.2* #2630 fixed errors requiring register_globals=on to be set in php.ini
26     *2.4.1* add beep only, no confirmation option to vmblast audio label
27     *2.4.0* first official version imported into 2.4 branch
28     *1.2.0* change to use proper multi-select list, fix bug in js validation of empty list, add default vmblast group
29     *1.1.2* add vmblast_group table and migrate from old grplist field
30     *1.1.1* fixed a couple SQL bugs, improved dialplan so you can skip annoucement and messages immeditiately (except if saydigits used)
31     *1.1.0* add audio label, password protect, fix bug for javascript validation to work, add extension/dest registry support
32     *1.0.2* increase grouplist field to varchar(255) to increase the vmblast list
33     *1.0.l* fix: context, redisplay of groups, get proper vm contexts, beep before leaving msg
34   </changelog>
35   <menuitems>
36     <vmblast>VoiceMail Blasting</vmblast>
37   </menuitems>
38   <depends>
39     <version>2.4.0</version>
40   </depends>
41   <location>release/2.6/vmblast-2.6.0.0.tgz</location>
42   <md5sum>e60af206ff78b0d8ac21b540a089f297</md5sum>
43 </module>
Note: See TracBrowser for help on using the browser.