datakick Posted March 3, 2021 Posted March 3, 2021 I'm very happy to announce that we have officially released thirtybees version 1.2.0. This version consists of a lot of enhancements and bug fixes that were implemented in the last (almost) 2 years, including stuff like: PHP 7.4 compatibility - this version is fully compatible with PHP 7.4 Object model audit - database and php model are now in sync. This fixes a lot of weird issues and problems Ability to auto migrate database during update - missing database tables and columns are automatically created by core updater Installation fixes - a lot of bugs were fixed in installation process. Installation should now run more smoother Bug fixes - many issues were solved and more... You can simply use core updater module to update to latest stable release. Or you can download installation package and install it on your test server. I will deploy this version to the official demo servers in upcoming days, so you will have an opportunity to test this version even without the need for installation. 21 1
toplakd Posted March 3, 2021 Posted March 3, 2021 (edited) Nice. Already updated my backup store and all the modules to test everything. Advanced EU module needs some attention 🙂 (500 error - opened issue on github) Thank you very much for your work Edited March 3, 2021 by toplakd
datakick Posted March 3, 2021 Author Posted March 3, 2021 43 minutes ago, toplakd said: Advanced EU module needs some attention 🙂 (500 error - opened issue on github) Done, new version 3.2.0 has been released. You should see it in your back office https://github.com/thirtybees/advancedeucompliance/releases/tag/3.2.0 2
haylau Posted March 3, 2021 Posted March 3, 2021 Great work, can you explain how this fits with bleeding edge? If we have a working established store should we now just stick with official releases and ignore bleeding edge?
datakick Posted March 3, 2021 Author Posted March 3, 2021 1 hour ago, haylau said: Great work, can you explain how this fits with bleeding edge? If we have a working established store should we now just stick with official releases and ignore bleeding edge? As I outlined in other post, the plan is to have 2 major release a year. We believe that this is the frequency that most merchants will find a-ok. Too many releases can be a big headache -- most merchants don't want to update their store every month or so. It can be dangerous, etc... However, 6 months is a long time to wait for a fix of a serious bug to be released. Therefore, we will have couple of bugfix releases as well. These releases will have a very limited scope, containing only a few code changes that fixes these serious bugs. It will contain only fixes that we understand very well, and we are 100% sure that they don't break anything. This should make updating to these bugfix releases very safe and simple. On production servers, most merchants should keep their store updated to the latest bugfix release, for stability and security reasons. On testing servers, it would be amazing if you would run on bleeding edge, as it would give us an early feedback, bug reports, etc. We will release updated version of core update soon -- this new version will make the whole update process more straightforward and easier to understand. 2
Traumflug Posted March 3, 2021 Posted March 3, 2021 Glad to see there's finally a release. Competition is encouraging. 1 hour ago, haylau said: Great work, can you explain how this fits with bleeding edge? It's about the same as 1.1.x as of two weeks ago. On a quick glance, two commits actually affecting code, a dozen commits affecting the build system and source code comments. 1 1
toplakd Posted March 3, 2021 Posted March 3, 2021 (edited) I'm always on latest bleeding edge since the migration to TB (start of 2018) and have never experienced any major issues with any of the bleeding edge updates. So thumbs up to the developers 👍 Edited March 3, 2021 by toplakd
zen Posted March 3, 2021 Posted March 3, 2021 yes, finally !! we are so happy to test this new version 🙂 Congrats to all 🙂
SLiCK_303 Posted March 4, 2021 Posted March 4, 2021 A milestone to be sure, I hope you guys can get this thing rollin again. Thanks for all the hard work guys.....
Mediacom87 Posted March 4, 2021 Posted March 4, 2021 Thank you for this new version which marks the starting point for further improvements.
AndyC Posted March 4, 2021 Posted March 4, 2021 Thank you for the long awaited update, all seems to work OK with my sites and my my an_products module is still working which I am happy about
Sunny eXtreme Posted March 6, 2021 Posted March 6, 2021 (edited) Hello, i have a strange problem... When i try to install new 1.2 TB, it give me " The PHP bcmath extension is enabled: fail ", but phpinfo said "BCMath support enabled" Edited March 6, 2021 by Sunny eXtreme add a file
datakick Posted March 6, 2021 Author Posted March 6, 2021 16 minutes ago, Sunny eXtreme said: Hello, i have a strange problem... When i try to install new 1.2 TB, it give me " The PHP bcmath extension is enabled: fail ", but phpinfo said "BCMath support enabled" The check simply verifies that following conditions are met: return extension_loaded('bcmath') && function_exists('bcdiv'); So either bcmath extension is not loaded, or it does not expose bcdiv function. What PHP version are you using? What is the version of bcmath extension?
toplakd Posted March 6, 2021 Posted March 6, 2021 If I understand correctly the github branches (for core updater), the latest bleeding edge is now "main" branch?
Sunny eXtreme Posted March 6, 2021 Posted March 6, 2021 (edited) 1 hour ago, datakick said: ... What PHP version are you using? What is the version of bcmath extension? Debian 10, php 7.1. It is fine now, the problem was that i need php-bcmath, not only php7.1-bcmath. Edited March 6, 2021 by Sunny eXtreme
datakick Posted March 7, 2021 Author Posted March 7, 2021 On 3/6/2021 at 3:50 PM, toplakd said: If I understand correctly the github branches (for core updater), the latest bleeding edge is now "main" branch? Yep. main branch represents future major release (1.3.0). All new features will be committed there. Updating to this branch will give chance to test you new functionality early on. you could also use 1.2.x branch. This is a bleeding edge for upcoming bugfix release 1.2.1. This branch will not contain any new feature work, only selected bug fixes 2
Beeta Posted March 14, 2021 Posted March 14, 2021 (edited) I have a sandbox in bleeding edge 1.0.x, can I update it to 1.2.x? the update can impact third party modules? Edited March 14, 2021 by FooLab
datakick Posted March 14, 2021 Author Posted March 14, 2021 1 hour ago, FooLab said: I have a sandbox in bleeding edge 1.0.x, can I update it to 1.2.x? Yes, you shouldn't encounter any issues or problems 1 hour ago, FooLab said: the update can impact third party modules? Nope, core update does not touch third party modules at all
Beeta Posted March 14, 2021 Posted March 14, 2021 (edited) 2 hours ago, datakick said: Nope, core update does not touch third party modules at all I know it does not touch them, with impact I meant "compatibility". p.s. thank you for the release 🤗 Edited March 14, 2021 by FooLab
Francisco Ampuero Posted March 15, 2021 Posted March 15, 2021 Hola Equipo Thirtybees!! Muchas Gracias por la actualización. que bueno que sigan activos. Importante: Pero aun hay problema con Editar Productos. Error 500 como se menciona en algunos foros. Existe alguna solución próximamente? Saludos y Gracias por estar presentes!!! 1
danwarrior Posted March 16, 2021 Posted March 16, 2021 Amazing news! Trying it tomorrow 🙂 @datakick is there an option to receive new threads alerts on our email? It would be great for those of us that are overwhelmed but want to continue updated and pushing more. I don't know other members, I don't enter in the forum frecuently if I don't see alerts. Thanks! 1
yaniv14 Posted March 16, 2021 Posted March 16, 2021 12 hours ago, Francisco Ampuero said: Hello Thirtybees Team !! Thank you very much for the update. good that they are still active. Important: But there is still a problem with Edit Products . Error 500 as mentioned in some forums. Is there a solution coming soon? Greetings and Thanks for being present !!! This error was long time ago and no longer exists. perhaps you are using some old cached JS files. Try to do hard reset on your browser (CTRL + F5) or try opening the admin site in incognito mode. Did you installed a fresh v1.2 shop or migrated from older versions?
Francisco Ampuero Posted March 16, 2021 Posted March 16, 2021 Buenos días!!!, gracias por contestar. Voy a probar y comento mas tarde....
Francisco Ampuero Posted March 23, 2021 Posted March 23, 2021 Buenas Tardes YANIV14. Al parecer, al actualizar a TB v1.2 LIMPIO, primera instalación. Todo funciona muy bien!!!! NO se borran los atributos color (excelente!) y NO hay error al editar productos (excelente!) Muchas gracias por la Ultima Actualización !!! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now