Plugin Directory

Changeset 3142558


Ignore:
Timestamp:
08/28/2024 02:57:05 AM (19 months ago)
Author:
racmanuel
Message:

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

Location:
ar-model-viewer-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ar-model-viewer-for-woocommerce/trunk/README.txt

    r3142540 r3142558  
    55Requires at least: 5.9
    66Tested up to: 6.6
    7 Stable tag: 1.0.7
     7Stable tag: 1.0.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    66661.0.6 - Update the tested up to 6.5 and added Appsero
    67671.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');
     681.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
    6869
    6970== Upgrade Notice ==
  • ar-model-viewer-for-woocommerce/trunk/ar-model-viewer-for-woocommerce.php

    r3142540 r3142558  
    1414 * @wordpress-plugin
    1515 * 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/
    1717 * 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.7
     18 * Version:           1.0.8
    1919 * Author:            Manuel Ramirez Coronel
    2020 * Requires at least: 5.9
     
    3030 * Domain Path:       /languages
    3131 *
    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.php
    3332 */
    3433
     
    8988 * Rename this for your plugin and update it as you release new versions.
    9089 */
    91 define('AR_MODEL_VIEWER_FOR_WOOCOMMERCE_VERSION', '1.0.7');
     90define('AR_MODEL_VIEWER_FOR_WOOCOMMERCE_VERSION', '1.0.8');
    9291
    9392/**
  • ar-model-viewer-for-woocommerce/trunk/public/class-ar-model-viewer-for-woocommerce-public.php

    r2921327 r3142558  
    103103     * @param    array  $atts    ShortCode Attributes.
    104104     * @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)
    108107    {
    109108
Note: See TracChangeset for help on using the changeset viewer.