Changeset 3142558
- Timestamp:
- 08/28/2024 02:57:05 AM (19 months ago)
- Location:
- ar-model-viewer-for-woocommerce/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
ar-model-viewer-for-woocommerce.php (modified) (3 diffs)
-
public/class-ar-model-viewer-for-woocommerce-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ar-model-viewer-for-woocommerce/trunk/README.txt
r3142540 r3142558 5 5 Requires at least: 5.9 6 6 Tested up to: 6.6 7 Stable tag: 1.0. 77 Stable tag: 1.0.8 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 66 66 1.0.6 - Update the tested up to 6.5 and added Appsero 67 67 1.0.7 - Removed the Appsero SDK and add Freemius SDK, and Tested up to: 6.6 version of WordPress, removed uninstall.php, and on deactive plugin delete_option('ar_model_viewer_for_woocommerce_settings'); 68 1.0.8 - Fix: Optional parameter $content declared before required parameter $tag is implicitly treated as a required parameter in ar-model-viewer-for-woocommerce/public/class-ar-model-viewer-for-woocommerce-public.php on line 107 68 69 69 70 == Upgrade Notice == -
ar-model-viewer-for-woocommerce/trunk/ar-model-viewer-for-woocommerce.php
r3142540 r3142558 14 14 * @wordpress-plugin 15 15 * Plugin Name: AR Model Viewer for WooCommerce 16 * Plugin URI: https:// plugin.com/ar-model-viewer-for-woocommerce-uri/16 * Plugin URI: https://racmanuel.dev/ 17 17 * Description: AR Model Viewer for WooCommerce plugin is an all in one solution to allow you to present your 3D models in an interactive AR view directly in your browser on both iOS and Android devices and all the products you have a 3D model, this plugin support formats .glb 18 * Version: 1.0. 718 * Version: 1.0.8 19 19 * Author: Manuel Ramirez Coronel 20 20 * Requires at least: 5.9 … … 30 30 * Domain Path: /languages 31 31 * 32 * @fs_premium_only /js/ar-model-viewer-for-woocommerce-admin-ctp.js, /js/ar-model-viewer-for-woocommerce-admin-ctp-dist.js, /css/ar-model-viewer-for-woocommerce-admin-ctp.css, /admin/class-ar-model-viewer-for-woocommerce-admin-ajax.php, /admin/class-ar-model-viewer-for-woocommerce-admin-custom-post-type.php33 32 */ 34 33 … … 89 88 * Rename this for your plugin and update it as you release new versions. 90 89 */ 91 define('AR_MODEL_VIEWER_FOR_WOOCOMMERCE_VERSION', '1.0. 7');90 define('AR_MODEL_VIEWER_FOR_WOOCOMMERCE_VERSION', '1.0.8'); 92 91 93 92 /** -
ar-model-viewer-for-woocommerce/trunk/public/class-ar-model-viewer-for-woocommerce-public.php
r2921327 r3142558 103 103 * @param array $atts ShortCode Attributes. 104 104 * @param mixed $content ShortCode enclosed content. 105 * @param string $tag The Shortcode tag. 106 */ 107 public function ar_model_viewer_for_woocommerce_shortcode_func($atts, $content = null, $tag) 105 */ 106 public function ar_model_viewer_for_woocommerce_shortcode_func($atts, $content = null) 108 107 { 109 108
Note: See TracChangeset
for help on using the changeset viewer.