Skip to content

Commit

Permalink
new version 1.0.1 text
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriyzhuk committed Jul 18, 2017
1 parent 3e88a3e commit 05baf88
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion system/library/d_shopunity/extension/d_opencart_patch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"codename": "d_opencart_patch",
"version": "1.0.0",
"version": "1.0.1",
"name": "Opencart Patch 2.2.x and below",
"description": "Adds support for new Extension Module folder",
"readme": "system/library/d_shopunity/readme/d_opencart_patch.md",
Expand Down Expand Up @@ -45,6 +45,10 @@
"catalog/model/extension/d_opencart_patch"
],
"changelog": [
{
"version":"1.0.1",
"change": "Added support for extension/dashboard permissions"
}
{
"version":"1.0.0",
"change": "Initial release"
Expand Down
10 changes: 9 additions & 1 deletion system/library/d_shopunity/install/d_opencart_patch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<version>2.x</version>
<author>Dreamvention</author>
<link>http://dreamvention.com</link>

<file path="system/engine/loader.php">
<operation error="skip" info="port new module structure to old oc2">
<search><![CDATA[public function controller($route, $args = array()) {]]></search>
Expand Down Expand Up @@ -144,4 +143,13 @@
]]></add>
</operation>
</file>
<file path="admin/controller/{startup,error}/permission.php">
<operation error="skip" info="port new module structure to old oc2">
<search><![CDATA[$ignore = array(]]></search>
<add position="after"><![CDATA[
//d_opencart_patch.xml 1
'extension/dashboard',
]]></add>
</operation>
</file>
</modification>

0 comments on commit 05baf88

Please sign in to comment.