فهرست منبع

Naming Improvements

Benjamin Harris 2 هفته پیش
والد
کامیت
ec318c26e2
2فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 3 1
      CLAUDE.md
  2. 1 1
      install.xml

+ 3 - 1
CLAUDE.md

@@ -72,7 +72,9 @@ upload/
         └── OrderMapper.php         # Maps Reverb order payload → OC order format
 ```
 
-OCMOD patch file (`reverb.ocmod.xml`) injects the per-product toggle into the product edit page without modifying core files.
+OCMOD patch file (`install.xml`) injects the per-product toggle into the product edit page without modifying core files.
+
+The upload folder and install.xml is zipped into a file called  reverb.ocmod.zip for installing via the extension installer in opencart admin backend
 
 ### Database Tables
 

+ 1 - 1
install.xml

@@ -2,7 +2,7 @@
 <modification>
     <name>Reverb Integration</name>
     <code>reverb</code>
-    <version>1.0.0</version>
+    <version>1.0.1</version>
     <author>Reverb OpenCart</author>
     <link>https://reverb.com/au/page/integrations</link>