Plugin Directory

Changeset 3304291


Ignore:
Timestamp:
06/01/2025 01:56:12 PM (10 months ago)
Author:
kouroshweb
Message:

Updated to version 1.8.9.81

Location:
reality-shop-3d/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • reality-shop-3d/trunk/RealityShop3D.php

    r3304286 r3304291  
    44Plugin URI: https://en.kouroshweb.com/
    55Description: Reality shop is a free 3D WordPress plugin for Elementor and WooCommerce fully compatible, Lightweight and high-performance settings.
    6 Version: 1.8.9.80
     6Version: 1.8.9.81
    77Author: kouroshweb
    88Author URI: https://en.kouroshweb.com/
     
    165165// افزودن نوع MIME برای فایل‌های GLB
    166166add_filter('upload_mimes', function ($mimes) {
    167     $mimes['glb'] = 'model/gltf-binary';  // برای GLB
    168     $mimes['gltf'] = 'model/gltf+json';   // برای GLTF
    169     $mimes['ustz'] = 'model/ustz+json';   // برای GLTF
     167    $mimes['glb'] = 'model/gltf-binary';
     168    $mimes['gltf'] = 'model/gltf+json';
     169    $mimes['usdz'] = 'model/vnd.usdz+zip';
    170170    return $mimes;
    171171});
     
    183183        $data['type'] = 'model/gltf+json';
    184184    }
    185     if ($ext === 'ustz') {
    186         $data['ext'] = 'ustz';
    187         $data['type'] = 'model/ustz+json';
     185    if ($ext === 'usdz') {
     186        $data['ext'] = 'usdz';
     187        $data['type'] = 'model/vnd.usdz+zip';
    188188    }
    189189    return $data;
  • reality-shop-3d/trunk/readme.txt

    r3304286 r3304291  
    66Requires at least: 5.5
    77Tested up to: 6.7
    8 Stable tag: 1.8.9.80
     8Stable tag: 1.8.9.81
    99Requires PHP: 7.4
    1010License: GPL-3.0+
Note: See TracChangeset for help on using the changeset viewer.