[Vtigercrm-developers] Release Update: Vtiger CRM 8.3.0 Available Now.
Rubén A. Estrada Orozco
rulotec1 at gmail.com
Sat Sep 28 18:27:52 GMT 2024
Hi Prasad, thanks for the good news!
I'm not sure if this is really a problem, but after doing a vtiger update
recently, a colleague reported to me the following:
The function *Migration/models/Module::*getAllowedMigrationVersions(*) *should
be updated to include the migration scripts from 8.0 to 8.1, 8.1 to 8.2 and
8.2 to 8.3.
See:
https://code.vtiger.com/vtiger/vtigercrm/-/blob/master/modules/Migration/models/Module.php
The function looks like this:
public function getAllowedMigrationVersions(){
$versions = array(
array('540' => '5.4.0'),
array('600RC' => '6.0.0 RC'),
array('600' => '6.0.0'),
array('610' => '6.1.0'),
array('620' => '6.2.0'),
array('630' => '6.3.0'),
array('640' => '6.4.0'),
array('650' => '6.5.0'),
array('660' => '6.6.0'),
array('700' => '7.0.0'),
array('701' => '7.0.1'),
array('710' => '7.1.0'),
array('711' => '7.1.1'),
array('720' => '7.2.0'),
array('73' => '7.3'),
array('730' => '7.3.0'),
array('740' => '7.4.0'),
array('750' => '7.5.0'),
array('800' => '8.0.0'),
);
return $versions;
}
Otherwise, it seems, the migration scripts from 8.0 onwards won't execute.
On Sat, Sep 28, 2024 at 12:29 AM Prasad <prasad at vtiger.com> wrote:
> Dear members,
>
> We are happy to announce the release of version 8.3.0 :)
>
> This update brings several compatibility fixes to adhere to
> strict standards of PHP 8.X and MySQL 8.X versions.
>
> Key Highlights:
>
> - Google OAuth support for SMTP and IMAP functionalities (issue- #1914
> <https://code.vtiger.com/vtiger/vtigercrm/-/issues/1914>)
> - You can find more details tracked on 8.3.0 milestone
> <https://code.vtiger.com/vtiger/vtigercrm/-/milestones/15#tab-issues>
>
> Thank you to all the active contributors. It's invaluable and awesome to
> work.
>
> We look forward to your continued support and growing the network in the
> coming days.
>
> Useful links: 8.3.0 Release Notes
> <https://code.vtiger.com/vtiger/vtigercrm/-/wikis/Release-Notes> | Download
> Links
> <https://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%208.3.0/Core%20Product/>
> | Issue Tracker <https://code.vtiger.com/vtiger/vtigercrm/-/issues>
>
> Please share your feedback here on developer lists or discussion forums
> <https://discussions.vtiger.com/>.
> For any bugs or enhancements please report it on the Issue Tracker link
> below.
>
> Regards,
> Prasad
> Vtiger Team
>
> _______________________________________________
> http://www.vtiger.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20240928/f8e7eead/attachment.html>
More information about the vtigercrm-developers
mailing list