Changeset 3453689
- Timestamp:
- 02/04/2026 10:17:28 AM (7 weeks ago)
- Location:
- joocart
- Files:
-
- 3 edited
- 28 copied
-
tags/3.0.5.1 (copied) (copied from joocart/trunk)
-
tags/3.0.5.1/admin (copied) (copied from joocart/trunk/admin)
-
tags/3.0.5.1/admin/config.php (copied) (copied from joocart/trunk/admin/config.php)
-
tags/3.0.5.1/admin/index.php (copied) (copied from joocart/trunk/admin/index.php)
-
tags/3.0.5.1/admin/joocart_admin.php (copied) (copied from joocart/trunk/admin/joocart_admin.php)
-
tags/3.0.5.1/admin/joocart_admin_functions.php (copied) (copied from joocart/trunk/admin/joocart_admin_functions.php)
-
tags/3.0.5.1/admin/joocart_install.php (copied) (copied from joocart/trunk/admin/joocart_install.php)
-
tags/3.0.5.1/admin/view/javascript/custom/admin_options.js (copied) (copied from joocart/trunk/admin/view/javascript/custom/admin_options.js)
-
tags/3.0.5.1/admin/view/javascript/custom/common.js (copied) (copied from joocart/trunk/admin/view/javascript/custom/common.js)
-
tags/3.0.5.1/catalog (copied) (copied from joocart/trunk/catalog)
-
tags/3.0.5.1/catalog/view/theme/default/stylesheet/custom/stylesheet.css (copied) (copied from joocart/trunk/catalog/view/theme/default/stylesheet/custom/stylesheet.css)
-
tags/3.0.5.1/config.php (copied) (copied from joocart/trunk/config.php)
-
tags/3.0.5.1/image (copied) (copied from joocart/trunk/image)
-
tags/3.0.5.1/index.html (copied) (copied from joocart/trunk/index.html)
-
tags/3.0.5.1/index.php (copied) (copied from joocart/trunk/index.php)
-
tags/3.0.5.1/index_mod.php (copied) (copied from joocart/trunk/index_mod.php)
-
tags/3.0.5.1/joocart.php (copied) (copied from joocart/trunk/joocart.php) (1 diff)
-
tags/3.0.5.1/joocart_frontend.php (copied) (copied from joocart/trunk/joocart_frontend.php)
-
tags/3.0.5.1/joocart_frontend_functions.php (copied) (copied from joocart/trunk/joocart_frontend_functions.php)
-
tags/3.0.5.1/joocart_functions.php (copied) (copied from joocart/trunk/joocart_functions.php)
-
tags/3.0.5.1/joocart_main.php (copied) (copied from joocart/trunk/joocart_main.php)
-
tags/3.0.5.1/readme.txt (copied) (copied from joocart/trunk/readme.txt) (1 diff)
-
tags/3.0.5.1/system (copied) (copied from joocart/trunk/system)
-
tags/3.0.5.1/system/joocart_admin.ocmod.xml (copied) (copied from joocart/trunk/system/joocart_admin.ocmod.xml)
-
tags/3.0.5.1/system/joocart_admin_common.ocmod.xml (copied) (copied from joocart/trunk/system/joocart_admin_common.ocmod.xml) (1 diff)
-
tags/3.0.5.1/system/joocart_frontend.ocmod.xml (copied) (copied from joocart/trunk/system/joocart_frontend.ocmod.xml)
-
tags/3.0.5.1/system/joocart_frontend_common.ocmod.xml (copied) (copied from joocart/trunk/system/joocart_frontend_common.ocmod.xml)
-
tags/3.0.5.1/uninstall.php (copied) (copied from joocart/trunk/uninstall.php)
-
trunk/joocart.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/system/joocart_admin_common.ocmod.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
joocart/tags/3.0.5.1/joocart.php
r3453672 r3453689 3 3 * Plugin Name: JooCart 4 4 * Description: JooCart – A WordPress eCommerce plugin. Power of OpenCart inside WordPress. 5 * Version: 3.0.5. 05 * Version: 3.0.5.1 6 6 * Requires at least: 3.5 7 * Tested up to: 6. 87 * Tested up to: 6.9 8 8 * Requires PHP: 7.2 9 9 * Author: softPHP -
joocart/tags/3.0.5.1/readme.txt
r3453672 r3453689 3 3 Tags: ecommerce, opencart, shopping cart, online store plugin, multi-seller multivendor 4 4 Requires at least: 3.5 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 3.0.5. 07 Stable tag: 3.0.5.1 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
joocart/tags/3.0.5.1/system/joocart_admin_common.ocmod.xml
r3301753 r3453689 31 31 <add position="before"><![CDATA[ 32 32 if(defined("ABSPATH") && $data['text_version'] != "") 33 $data['text_version'] = 'JooCart Version 3.0. 3.9- OpenCart ' . sprintf($this->language->get('text_version'), VERSION);33 $data['text_version'] = 'JooCart Version 3.0.5.1 - OpenCart ' . sprintf($this->language->get('text_version'), VERSION); 34 34 $data["oc_theme_admin_only"] = false; 35 35 ]]></add> -
joocart/trunk/joocart.php
r3453672 r3453689 3 3 * Plugin Name: JooCart 4 4 * Description: JooCart – A WordPress eCommerce plugin. Power of OpenCart inside WordPress. 5 * Version: 3.0.5. 05 * Version: 3.0.5.1 6 6 * Requires at least: 3.5 7 * Tested up to: 6. 87 * Tested up to: 6.9 8 8 * Requires PHP: 7.2 9 9 * Author: softPHP -
joocart/trunk/readme.txt
r3453672 r3453689 3 3 Tags: ecommerce, opencart, shopping cart, online store plugin, multi-seller multivendor 4 4 Requires at least: 3.5 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 3.0.5. 07 Stable tag: 3.0.5.1 8 8 License: GPL v2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
joocart/trunk/system/joocart_admin_common.ocmod.xml
r3301753 r3453689 31 31 <add position="before"><![CDATA[ 32 32 if(defined("ABSPATH") && $data['text_version'] != "") 33 $data['text_version'] = 'JooCart Version 3.0. 3.9- OpenCart ' . sprintf($this->language->get('text_version'), VERSION);33 $data['text_version'] = 'JooCart Version 3.0.5.1 - OpenCart ' . sprintf($this->language->get('text_version'), VERSION); 34 34 $data["oc_theme_admin_only"] = false; 35 35 ]]></add>
Note: See TracChangeset
for help on using the changeset viewer.