<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks Ruben & team. </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Fixed #<a href="https://code.vtiger.com/vtiger/vtigercrm/-/issues/1923" target="_blank">1923</a></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Revised <a href="https://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%208.3.0/Core%20Product/" target="_blank">download files</a> (with patch_version set to 20240929) <br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Regards,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Prasad</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 29, 2024 at 12:14 AM Rubén A. Estrada Orozco <<a href="mailto:rulotec1@gmail.com" target="_blank">rulotec1@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Prasad, thanks for the good news!<br><div><br></div><div>I'm not sure if this is really a problem, but after doing a vtiger update recently, a colleague reported to me the following:</div><div><br></div><div><div>The function <b>Migration/models/Module::</b><span style="font-weight:bold">getAllowedMigrationVersions</span><span style="font-weight:bold">(</span><b></b><b>) </b>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.</div><div><br></div><div>See: <a href="https://code.vtiger.com/vtiger/vtigercrm/-/blob/master/modules/Migration/models/Module.php" target="_blank">https://code.vtiger.com/vtiger/vtigercrm/-/blob/master/modules/Migration/models/Module.php</a></div><div><br></div><div>The function looks like this:</div><div><br></div><div><pre lang="php"> 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;
}</pre><pre lang="php"><br></pre><pre lang="php">Otherwise, it seems, the migration scripts from 8.0 onwards won't execute.</pre></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 28, 2024 at 12:29 AM Prasad <<a href="mailto:prasad@vtiger.com" target="_blank">prasad@vtiger.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Dear members,<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">We are happy to announce the release of version 8.3.0 :)</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">This update brings several compatibility fixes to adhere to </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">strict standards of PHP 8.X and MySQL 8.X versions.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Key Highlights:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><ul><li>Google OAuth support for SMTP and IMAP functionalities (issue- <a href="https://code.vtiger.com/vtiger/vtigercrm/-/issues/1914" target="_blank">#1914</a>)</li><li>You can find more details tracked on <a href="https://code.vtiger.com/vtiger/vtigercrm/-/milestones/15#tab-issues" target="_blank">8.3.0 milestone</a></li></ul><div>Thank you to all the active contributors. It's invaluable and awesome to work. </div><div><br></div><div>We look forward to your continued support and growing the network in the coming days.</div><div><br></div><div>Useful links: <a href="https://code.vtiger.com/vtiger/vtigercrm/-/wikis/Release-Notes" target="_blank">8.3.0 Release Notes</a> | <a href="https://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%208.3.0/Core%20Product/" target="_blank">Download Links</a> | <a href="https://code.vtiger.com/vtiger/vtigercrm/-/issues" target="_blank">Issue Tracker</a></div><div><div><br></div></div><div>Please share your feedback here on developer lists or <a href="https://discussions.vtiger.com/" target="_blank">discussion forums</a>.</div><div>For any bugs or enhancements please report it on the Issue Tracker link below.</div><div><br></div><div>Regards,</div><div>Prasad</div><div>Vtiger Team</div><div><br></div></div></div>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote></div>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a></blockquote></div>