Version Notes
New features:
. Versioning
. Localization of CMS Pages
. Localisation of Image Labels in product image gallery
. Auto generation of URL Key based on product name
. Ability to add free text context when sending, with default text in settings
. Ability to see what info are about to be sent
. Better status log on localization tabs for products and categories
. Ability to manually fetch single request from log
. Functions for easy customization
Download this release
Release Info
Developer | Contentor |
Extension | Contentor_LocalizationAPI |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
app/code/community/Contentor/LocalizationApi/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Contentor_LocalizationApi>
|
5 |
-
<version>1.3.
|
6 |
</Contentor_LocalizationApi>
|
7 |
</modules>
|
8 |
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Contentor_LocalizationApi>
|
5 |
+
<version>1.3.3</version>
|
6 |
</Contentor_LocalizationApi>
|
7 |
</modules>
|
8 |
|
app/code/community/Contentor/LocalizationApi/lib/api/ContentorAPI.php
CHANGED
@@ -525,7 +525,7 @@ class ContentorAPI
|
|
525 |
case 'category':
|
526 |
$tableName = "contentor_categories";
|
527 |
break;
|
528 |
-
case '
|
529 |
$tableName = "contentor_cmspages";
|
530 |
break;
|
531 |
}
|
525 |
case 'category':
|
526 |
$tableName = "contentor_categories";
|
527 |
break;
|
528 |
+
case 'cmspage':
|
529 |
$tableName = "contentor_cmspages";
|
530 |
break;
|
531 |
}
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Contentor_LocalizationAPI</name>
|
4 |
-
<version>1.3.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
@@ -19,9 +19,9 @@
|
|
19 |
. Ability to manually fetch single request from log
|
20 |
. Functions for easy customization </notes>
|
21 |
<authors><author><name>Contentor</name><user>kim_hoc</user><email>dev@contentor.se</email></author></authors>
|
22 |
-
<date>2017-05-
|
23 |
-
<time>14:14
|
24 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Contentor_LocalizationApi.xml" hash="54528aba51658d7e51387c63cf137c00"/></dir></target><target name="magecommunity"><dir name="Contentor"><dir name="LocalizationApi"><dir name="Block"><dir name="Adminhtml"><file name="Button.php" hash="02b9f8be77ba0ee493b59014d22ce2ac"/><file name="CategoryFieldDetails.php" hash="dfec18ce548aa9169846424972779bef"/><file name="CmspageFieldDetails.php" hash="956fb28485191b2a3882fc7870006554"/><file name="ProductFieldDetails.php" hash="4121e556e5b3c1b0f0f99fa43e89d63f"/><dir name="Tabs"><dir name="Categories"><file name="Contentcreationtab.php" hash="a109f588de93af3093663177aebccd4e"/><file name="Localizationtab.php" hash="5cde5941d059c14be0860125f28c417b"/></dir><dir name="Cms"><file name="Pagelocalizationtab.php" hash="e170dbd668869a749bad8f74764b9dac"/></dir><dir name="Products"><file name="Localizationtab.php" hash="1fc5db48ed002f09ba4d46cf5f9fa5e5"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="89ed4f44399888159d08ac11b8dea70c"/></dir><dir name="Model"><file name="Hooks.php" hash="32d2a8efbfff331a20f080c9ab3a8136"/><file name="Observer.php" hash="b624903b8c119c33dc17d9e427db5537"/><dir name="Resource"><file name="Setup.php" hash="de06d1c580e67b936864ece0cacc1cb6"/></dir><file name="ScheduleExport.php" hash="ae350063af5f03e1a5774e57137473e5"/><file name="ScheduleImport.php" hash="d9c666b92cbb7fcd14f1d405c0f61293"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Multiselect"><file name="Languages.php" hash="3cbd2d48c7356171d51c4cb05ae7a605"/><file name="Stores.php" hash="e62bc7ffceec854777b1bce4b947c58f"/></dir></dir></dir></dir><dir name="Validation"><file name="Cmspagefields.php" hash="177b61fc32ece8e65ea5fa2eee4853f1"/><file name="Fields.php" hash="f2aeb986a73bdfa13a8ce2a3e69326ff"/><file name="Token.php" hash="bd668d6a30f43f8fcf421148be875016"/></dir></dir><dir name="controllers"><file name="ContentorController.php" hash="a72a79b73f381180c561411cacbd8097"/></dir><dir name="etc"><file name="config.xml" hash="
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Contentor_LocalizationAPI</name>
|
4 |
+
<version>1.3.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL</license>
|
7 |
<channel>community</channel>
|
19 |
. Ability to manually fetch single request from log
|
20 |
. Functions for easy customization </notes>
|
21 |
<authors><author><name>Contentor</name><user>kim_hoc</user><email>dev@contentor.se</email></author></authors>
|
22 |
+
<date>2017-05-16</date>
|
23 |
+
<time>14:55:14</time>
|
24 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Contentor_LocalizationApi.xml" hash="54528aba51658d7e51387c63cf137c00"/></dir></target><target name="magecommunity"><dir name="Contentor"><dir name="LocalizationApi"><dir name="Block"><dir name="Adminhtml"><file name="Button.php" hash="02b9f8be77ba0ee493b59014d22ce2ac"/><file name="CategoryFieldDetails.php" hash="dfec18ce548aa9169846424972779bef"/><file name="CmspageFieldDetails.php" hash="956fb28485191b2a3882fc7870006554"/><file name="ProductFieldDetails.php" hash="4121e556e5b3c1b0f0f99fa43e89d63f"/><dir name="Tabs"><dir name="Categories"><file name="Contentcreationtab.php" hash="a109f588de93af3093663177aebccd4e"/><file name="Localizationtab.php" hash="5cde5941d059c14be0860125f28c417b"/></dir><dir name="Cms"><file name="Pagelocalizationtab.php" hash="e170dbd668869a749bad8f74764b9dac"/></dir><dir name="Products"><file name="Localizationtab.php" hash="1fc5db48ed002f09ba4d46cf5f9fa5e5"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="89ed4f44399888159d08ac11b8dea70c"/></dir><dir name="Model"><file name="Hooks.php" hash="32d2a8efbfff331a20f080c9ab3a8136"/><file name="Observer.php" hash="b624903b8c119c33dc17d9e427db5537"/><dir name="Resource"><file name="Setup.php" hash="de06d1c580e67b936864ece0cacc1cb6"/></dir><file name="ScheduleExport.php" hash="ae350063af5f03e1a5774e57137473e5"/><file name="ScheduleImport.php" hash="d9c666b92cbb7fcd14f1d405c0f61293"/><dir name="System"><dir name="Config"><dir name="Source"><dir name="Multiselect"><file name="Languages.php" hash="3cbd2d48c7356171d51c4cb05ae7a605"/><file name="Stores.php" hash="e62bc7ffceec854777b1bce4b947c58f"/></dir></dir></dir></dir><dir name="Validation"><file name="Cmspagefields.php" hash="177b61fc32ece8e65ea5fa2eee4853f1"/><file name="Fields.php" hash="f2aeb986a73bdfa13a8ce2a3e69326ff"/><file name="Token.php" hash="bd668d6a30f43f8fcf421148be875016"/></dir></dir><dir name="controllers"><file name="ContentorController.php" hash="a72a79b73f381180c561411cacbd8097"/></dir><dir name="etc"><file name="config.xml" hash="a2178dd7868a30ca32b7c2cd2b55702f"/><file name="system.xml" hash="ba672540da380aacf41618a54dcde6d9"/></dir><dir name="lib"><dir name="api"><file name="ContentorAPI.php" hash="2b153b28838715b2f9fb6bcd089bc30e"/></dir></dir><dir name="sql"><dir name="Contentor_LocalizationApi_setup"><file name="install-1.2.0.php" hash="6f64d0de8cca27b6c7f990e9df63f787"/><file name="upgrade-1.2.2-1.3.0.php" hash="5318ef4ae20d4870cad95aa6ff531d16"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="template"><dir name="Contentor"><dir name="Categories"><file name="localizationtab.phtml" hash="774aad1682c335c9126d1386b8eefefb"/></dir><dir name="Cms"><file name="pagelocalizationtab.phtml" hash="9f12f687bf6a469fad906087faae08e4"/></dir><dir name="Products"><file name="localizationtab.phtml" hash="b675a35dc871ce6f4cf7e85398747a8f"/></dir><dir name="Reports"><file name="categoryreport.phtml" hash="2af28dedaac898db366a3dc434aec39f"/><file name="cmspagereport.phtml" hash="aa06f25064960e5c6b9bcc66b2c48660"/><file name="productreport.phtml" hash="6e75e2119f17ff4eaefd361beab594dd"/><file name="reports.phtml" hash="fde26493981fad9dbb6349c64de86f65"/></dir><file name="array_dropdown.phtml" hash="925490ae7272a5de9571e2759c965e44"/><file name="bulkconfirm.phtml" hash="c809d9dc2c3775bc85155d958aee2168"/><file name="tokenbutton.phtml" hash="fc959117e16b0ac3647fb758123ecf9f"/></dir></dir><dir name="layout"><file name="contentor.xml" hash="031ee18d511acdb49b1017759be8b91f"/></dir></dir></dir></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
27 |
</package>
|