So Magento 1.9.2.2 has been released. Here is the quick review highlighting a few of the good things about security we would get with Magento 1.9.2.2.
Enjoy it and hopefully you can make up your mind!
With the latest edition of Magento, you can get your online stores for :
- against several potential threats
- manage the backward compatibility of the patch for extensions and customizations
- stronger security system
Here they are:

Magento now includes a white list of allowed blocks or directives.
If a module or extension uses variables like {{config path=”web/unsecure/base_url”}} and {{block type=rss/order_new}} in CMS pages or emails, and the directives are not on this list, you will need to add them with your database installation script.
Extensions or custom code that handles content (like blog extensions) might be affected.
For more details, you can visit this post Technical Details
In this blog post, we will help you to know how to update manual for some Magento extension of UberTheme as bellow:
#Step 1
: Go to back end, System >> Permission >> Blocks

#Step 2
: Click to Add New Block to add new blocks for custom blocks using in your site.
Example: Your site using the Jm Slideshow extension, you have to add new block with named “joomlart_jmslideshow/list” as below screenshot:

If your site using the Jm Products extension you can do similar with block named “joomlart_jmproducts/list”
For other Joomlart’s extensions (Ubertheme’s extensions) for Magento, you can see below table:
Extension Name | Block Name to add |
JM Slideshow | joomlart_jmslideshow/list |
Jm Product | joomlart_jmproducts/list joomlart_jmproducts/filter joomlart_jmproducts/special |
JmCategoryList | joomlart_jmcategorylist/list |
JmMegamenu | jmmegamenu/jmmegamenu |
JmProductDeal | joomlart_jmproductsdeal/list |
JmProductSlider | joomlart_jmproductsslider/list |
JmProductSliderV2 | joomlart_jmproductslider/list |
JmTabs | joomlart_jmtabs/core |
UbNews | ubnews/menus ubnews/articleList ubnews/articleView ubnews/rss |
JmMasshead | joomlart_jmmasshead/core |
