Plugin Directory

Changeset 3308352


Ignore:
Timestamp:
06/09/2025 08:42:03 AM (10 months ago)
Author:
softphp
Message:

Tagging version 3.0.3.9.4

Location:
joocart
Files:
2 edited
23 copied

Legend:

Unmodified
Added
Removed
  • joocart/tags/3.0.3.9.4/readme.txt

    r3304834 r3308352  
    55Tested up to: 6.8 
    66Requires PHP: 7.2 
    7 Stable tag: 3.0.3.9.3 
     7Stable tag: 3.0.3.9.4 
    88License: GPL v2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    1919**Enhance your WordPress e-commerce experience with [JooCart Pro](https://www.soft-php.com/joocart-wordpress-shopping-cart.html)!** 
    2020🛒 **Live Demo**: [https://demo.soft-php.com/joocart-wp/](https://demo.soft-php.com/joocart-wp/)
     21🎥 **Watch Installation Video:** [youtube https://www.youtube.com/watch?v=LAq3et7vu_k]
    2122
    2223### 💡 General Features:
     
    7778🛒 Plus, use standard OpenCart extensions from the [OpenCart Marketplace](https://www.opencart.com)!
    7879
    79 == Videos ==
    80 🎥 **Watch Installation Video:** 
    81 [https://www.youtube.com/watch?v=LAq3et7vu_k](https://www.youtube.com/watch?v=LAq3et7vu_k)
    82 
    8380== Installation == 
    84811. Upload the `joocart` folder to the `/wp-content/plugins/` directory 
     
    86833. Configure settings from JooCart’s admin panel 
    87844. Watch this step-by-step installation video: 
    88 [https://www.youtube.com/watch?v=LAq3et7vu_k](https://www.youtube.com/watch?v=LAq3et7vu_k)
     85[youtube https://www.youtube.com/watch?v=LAq3et7vu_k]
    8986
    9087== Upgrade Notice == 
  • joocart/tags/3.0.3.9.4/system/joocart_admin.ocmod.xml

    r3301753 r3308352  
    287287            }
    288288        } else {
     289            if(isset($data))
    289290            $data = stripslashes($data);
    290291        }
  • joocart/trunk/readme.txt

    r3304834 r3308352  
    55Tested up to: 6.8 
    66Requires PHP: 7.2 
    7 Stable tag: 3.0.3.9.3 
     7Stable tag: 3.0.3.9.4 
    88License: GPL v2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    1919**Enhance your WordPress e-commerce experience with [JooCart Pro](https://www.soft-php.com/joocart-wordpress-shopping-cart.html)!** 
    2020🛒 **Live Demo**: [https://demo.soft-php.com/joocart-wp/](https://demo.soft-php.com/joocart-wp/)
     21🎥 **Watch Installation Video:** [youtube https://www.youtube.com/watch?v=LAq3et7vu_k]
    2122
    2223### 💡 General Features:
     
    7778🛒 Plus, use standard OpenCart extensions from the [OpenCart Marketplace](https://www.opencart.com)!
    7879
    79 == Videos ==
    80 🎥 **Watch Installation Video:** 
    81 [https://www.youtube.com/watch?v=LAq3et7vu_k](https://www.youtube.com/watch?v=LAq3et7vu_k)
    82 
    8380== Installation == 
    84811. Upload the `joocart` folder to the `/wp-content/plugins/` directory 
     
    86833. Configure settings from JooCart’s admin panel 
    87844. Watch this step-by-step installation video: 
    88 [https://www.youtube.com/watch?v=LAq3et7vu_k](https://www.youtube.com/watch?v=LAq3et7vu_k)
     85[youtube https://www.youtube.com/watch?v=LAq3et7vu_k]
    8986
    9087== Upgrade Notice == 
  • joocart/trunk/system/joocart_admin.ocmod.xml

    r3301753 r3308352  
    287287            }
    288288        } else {
     289            if(isset($data))
    289290            $data = stripslashes($data);
    290291        }
Note: See TracChangeset for help on using the changeset viewer.