What's New in Magento 2.4.7

  Рет қаралды 4,122

Mark Shust

Mark Shust

Күн бұрын

Y'all probably like to know what's new with every Magento version... and 2.4.7 is no exception! In this video, I touch base on all of main the new features and updates that happened in Magento 2.4.7, including updates to the GraphQL layer, Commerce Webhooks functionality, and a new piece of code we can use due to the update to PHP 8.3.
READY TO LEARN MAGENTO?
=======================================
🏫 Learn Magento at M.academy - m.academy
🎓 M.academy University - m.academy/university/
LINKS FROM THE VIDEO
=======================================
🛒 Customize the Magento 2 Checkout - m.academy/courses/customize-m...
⚛️ The Art of GraphQL in Magento 2 - m.academy/courses/graphql-mag...
Ⓜ️ Magento release dates & schedule - experienceleague.adobe.com/en...
💰 Payment services - experienceleague.adobe.com/en...
💶 Payment options - experienceleague.adobe.com/en...
💳 Credit card vaulting - experienceleague.adobe.com/en...
💽 Stored payment methods - experienceleague.adobe.com/en...
⚛️ GraphQL application server - experienceleague.adobe.com/en...
⚛️ GraphQL updates - experienceleague.adobe.com/en...
👾 Swool - openswoole.com/article/swoole...
👩‍💻 PHP 8.3 support - kinsta.com/blog/php-8-3/
FOLLOW ME
=======================================
🧑‍💼 LINKEDIN: / markshust
❌ X: / markshust
🐙 GITHUB: github.com/markshust
00:00 - Intro
00:21 - Payment Methods & Options
01:34 - Credit Card Vaulting
02:44 - GraphQL Application Server
05:03 - Adobe Commerce Updates
05:29 - Commerce Webhooks
06:31 - PHP 8.3 Support
#magento #php #ecommerce #opensource

Пікірлер: 36
@FinnReinhardt-gc9vn
@FinnReinhardt-gc9vn Ай бұрын
Before watching this (presumably great as always) video, I must already note how nice your lighting setup looks, Mark!
@MarkShust
@MarkShust Ай бұрын
Thanks so much Finn! 😄
@volodya2662
@volodya2662 Ай бұрын
Your videos never cease to impress!
@MarkShust
@MarkShust Ай бұрын
Really appreciate it Volodya 🙏
@benjaminh.7698
@benjaminh.7698 Ай бұрын
Yes, more of this videos ;) Looking forward to your Magento 2.4.8 video ;)
@MarkShust
@MarkShust Ай бұрын
You got it Benjamin 🤓
@enriquedb666
@enriquedb666 Ай бұрын
great video Mark!
@MarkShust
@MarkShust Ай бұрын
Thanks Enrique - glad you liked it 😎
@haus_automation
@haus_automation Ай бұрын
Thanks - need to update soon :)
@MarkShust
@MarkShust Ай бұрын
As soon as the official versions are tagged! Still waiting for them to drop from Adobe 😅
@haus_automation
@haus_automation Ай бұрын
@@MarkShust Have been tagged some minutes after your comment :)
@vantruongdong1899
@vantruongdong1899 Ай бұрын
Thank Mark! See u next videos :D
@MarkShust
@MarkShust Ай бұрын
You're welcome, yes if you have any requests for new ones, lmk!
@haroonsulahria
@haroonsulahria Ай бұрын
Great Information👍👍
@MarkShust
@MarkShust Ай бұрын
Thanks Haroon! 🙌
@AhmedHussain-lj4rq
@AhmedHussain-lj4rq Ай бұрын
Thanks Mark
@MarkShust
@MarkShust Ай бұрын
Sure thing Ahmed, glad you liked it 👍
@user-ts7zp6sh9w
@user-ts7zp6sh9w Ай бұрын
Valuable information
@MarkShust
@MarkShust Ай бұрын
Thanks Suraj 🙏
@KaFFi3N
@KaFFi3N Ай бұрын
Thanks Mark 👍
@MarkShust
@MarkShust Ай бұрын
You're welcome! 😇
@KaFFi3N
@KaFFi3N Ай бұрын
​@@MarkShust Do you or are you planning and course for PWA with magento on Macadamy?
@MarkShust
@MarkShust Ай бұрын
​@@KaFFi3N I don't have plans to create a PWA Studio course -- AFAIK, that project is dead (though it's my most requested topic). You can see the contribution charts for yourself at github.com/magento/pwa-studio/graphs/code-frequency -- though there were some pushes lately, of all the devs that have worked with PWA Studio, none of them mentioned that they actually liked working on it, which I believe is an important factor. It's possible that I'll cover PWA-related material through another headless solution that has more traction and higher developer happiness, such as Vue Storefront.
@nitro7726
@nitro7726 20 күн бұрын
Hi Mark, Thanks for another greta video. Just had a quick question. How many hrs do you roughly estimate it would take to update (including bug fixes etc) a magento site with barely any modules added on from 2.2.7 to 2.4.7? Very rough ball park would be great. Thanks
@MarkShust
@MarkShust 20 күн бұрын
For “barely any modules” I will assume that is around 3 modules. you’ll need to audit those modules and update all of them to new versions, while also stepping Magento through the major versions. 2.2.7 is a very old version so you should step it up to 2.3.0, then 2.3.1, 2.3.2, etc. I don’t like skipping versions when upgrading as there could be issues with the upgrade, and it could be hard to detect which version is causing the issue (and why). You should also test all functionality of the site along with all modules in each step up. Very time consuming!! And if the site is running a third-party theme, I wouldn’t even attempt it without removing that theme first. You could of course jump straight from 2.2.7 to 2.4.7, but this rarely works well and will most likely fail. Note that you have package and system dependencies that could also change with every version. My ballpark is “months” 😄
@aurelioflores4571
@aurelioflores4571 Ай бұрын
Good morning Mark, 😀 I have a question, is there a way to install directly on a cloud instance by running the command (composer require acme/package) I have tried but they do not provide permissions on the instances, or they can only be installed by uploading the file (with git) composer.json composer.lock from a local environment, Best regards
@MarkShust
@MarkShust Ай бұрын
Changes to packages and etc. should always flow through code. So the process for this would be to commit the composer json/lock files through VCS. if you don’t do this, you create an inconsistent environment state.
@aurelioflores4571
@aurelioflores4571 Ай бұрын
@@MarkShust thank so much
@aurelioflores4571
@aurelioflores4571 29 күн бұрын
One more question, according to your extensive experience, which method is best to generate local Magento cloud environments, with docker or raw files, that is, exporting the database from the cloud to the local environment and files, etc. Do you know any tools to produce a local Magento cloud environment, any tutorial? Thank you very much for sharing your knowledge, best regards 😃
@MarkShust
@MarkShust 29 күн бұрын
@@aurelioflores4571 I just use docker-magento for everything -- even Adobe Commerce Cloud projects. I don't often need to pull down a database, but when I do, I have a simple bash script which imports it to a local database and then updates the related config values to get it to run locally (base_url, etc.).
@aurelioflores4571
@aurelioflores4571 29 күн бұрын
@@MarkShust thank you so much, do you know any concise docker-magento tutorial (or videotutorial)
@ElinaH-gm4sm
@ElinaH-gm4sm 9 күн бұрын
Hi, is there anyone who can help me to use Magento 2.4.6? I am building a website with magento 2.4.6 templates, but don't know how to change the theme contents such as tel nos, add, email, banners to my own design. anyone can help would be really appreciated
@MarkShust
@MarkShust 9 күн бұрын
Hi Elina, for what it's worth, I made a course about theming to answer these exact questions! You can check it out at m.academy/courses/magento-2-power-theming/
@ElinaH-gm4sm
@ElinaH-gm4sm 7 күн бұрын
@@MarkShust can you tell me directly where to edit our contact info? I got a headache as I know nothing about code, and just want tp get my website run, I am not a professional tech staff. Thank you!
What Happened to All the Magento Developer Jobs?
8:06
Mark Shust
Рет қаралды 7 М.
Magento Tutorial For Beginners, Full Course (2024)
1:07:01
Mark Shust
Рет қаралды 18 М.
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 31 МЛН
狼来了的故事你们听过吗?#天使 #小丑 #超人不会飞
00:42
超人不会飞
Рет қаралды 65 МЛН
Каха инструкция по шашлыку
01:00
К-Media
Рет қаралды 4,2 МЛН
Can you beat this impossible game?
00:13
LOL
Рет қаралды 58 МЛН
The Truth About GraphQL
12:06
Theo - t3․gg
Рет қаралды 92 М.
Magento 2 Nightmare? My 5 Reasons to Avoid It
8:21
Mark Shust
Рет қаралды 1,2 М.
My note-taking system. How I keep my side-projects organized.
9:15
Mykola Harmash
Рет қаралды 1,4 М.
All PHP Applications are Vulnerable
8:37
Mental Outlaw
Рет қаралды 126 М.
Don't Contribute to Open Source
9:55
Theo - t3․gg
Рет қаралды 215 М.
This is why webhooks are important
7:59
Web Dev Cody
Рет қаралды 27 М.
Cody: the AI assistant that actually knows your codebase
10:07
Aaron Francis
Рет қаралды 17 М.
microsoft's new AI feature is an absolute dumpster fire
9:34
Low Level Learning
Рет қаралды 73 М.
Top 3 Things You Should Know About Webhooks!
3:55
ByteByteGo
Рет қаралды 79 М.
The TRUTH About Third-Party Magento Themes
8:12
Mark Shust
Рет қаралды 1,5 М.
Как быстро замутить ЭлектроСамокат
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 12 МЛН
Be kind
1:01
S1_funny
Рет қаралды 6 МЛН
Пранк над МАМОЙ
1:01
Ивета Кочконян
Рет қаралды 3,6 МЛН
#goodthing #respect
1:01
wen ling
Рет қаралды 20 МЛН