Quantcast
Channel: Codingslover Programming Blog, Tutorials, jQuery, Ajax, PHP, MySQL
Viewing all articles
Browse latest Browse all 27

How to check the latest patch version applied to magento?

$
0
0
How to check the latest patch version applied to magento?

Magento latest patch version need to check will use below commands. It will show entire list of patch in your project.

Runned the command in your putty.

grep -F '|' app/etc/applied.patches.list|cut -f 2,1 -d'|'

Another options

Goto App/etc folder and find the file name as "applied.patches.list".

Viewing all articles
Browse latest Browse all 27

Trending Articles