Changeset 3304291
- Timestamp:
- 06/01/2025 01:56:12 PM (10 months ago)
- Location:
- reality-shop-3d/trunk
- Files:
-
- 2 edited
-
RealityShop3D.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
reality-shop-3d/trunk/RealityShop3D.php
r3304286 r3304291 4 4 Plugin URI: https://en.kouroshweb.com/ 5 5 Description: Reality shop is a free 3D WordPress plugin for Elementor and WooCommerce fully compatible, Lightweight and high-performance settings. 6 Version: 1.8.9.8 06 Version: 1.8.9.81 7 7 Author: kouroshweb 8 8 Author URI: https://en.kouroshweb.com/ … … 165 165 // افزودن نوع MIME برای فایلهای GLB 166 166 add_filter('upload_mimes', function ($mimes) { 167 $mimes['glb'] = 'model/gltf-binary'; // برای GLB168 $mimes['gltf'] = 'model/gltf+json'; // برای GLTF169 $mimes['us tz'] = 'model/ustz+json'; // برای GLTF167 $mimes['glb'] = 'model/gltf-binary'; 168 $mimes['gltf'] = 'model/gltf+json'; 169 $mimes['usdz'] = 'model/vnd.usdz+zip'; 170 170 return $mimes; 171 171 }); … … 183 183 $data['type'] = 'model/gltf+json'; 184 184 } 185 if ($ext === 'us tz') {186 $data['ext'] = 'us tz';187 $data['type'] = 'model/ ustz+json';185 if ($ext === 'usdz') { 186 $data['ext'] = 'usdz'; 187 $data['type'] = 'model/vnd.usdz+zip'; 188 188 } 189 189 return $data; -
reality-shop-3d/trunk/readme.txt
r3304286 r3304291 6 6 Requires at least: 5.5 7 7 Tested up to: 6.7 8 Stable tag: 1.8.9.8 08 Stable tag: 1.8.9.81 9 9 Requires PHP: 7.4 10 10 License: GPL-3.0+
Note: See TracChangeset
for help on using the changeset viewer.