Changeset 2266103
- Timestamp:
- 03/23/2020 08:59:48 PM (6 years ago)
- Location:
- glo3d/tags/2.0
- Files:
-
- 1 added
- 4 edited
-
assets/glo3d.css (added)
-
block.js (modified) (2 diffs)
-
glo3d.js (modified) (1 diff)
-
glo3d.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
glo3d/tags/2.0/block.js
r2265900 r2266103 7 7 const smileIcon = wp.element.createElement('svg', 8 8 { 9 id: "glo3d-gutenberg", 9 10 width: 24, 10 11 height: 24 … … 22 23 ); 23 24 blocks.registerBlockType('glo3d/spin-photography-360', { 24 title: 'Glo3D 360 Model',25 title: 'Glo3D 360 Spin', 25 26 icon: smileIcon, 26 27 category: 'embed', -
glo3d/tags/2.0/glo3d.js
r2265900 r2266103 116 116 authorurl : 'https://glo3dapp.com', 117 117 infourl : 'https://glo3d.net', 118 version : "2. 0"118 version : "2.1.2" 119 119 }; 120 120 } -
glo3d/tags/2.0/glo3d.php
r2265900 r2266103 2 2 /** 3 3 *Plugin Name: Glo3D Plugin 4 * Description: This plugin is used to embed Glo3D models in wordpress posts or pages.4 * Description: With a push of a button of any smartphone or professional camera, capture, edit, share and embed 360° photo of any product to your online store or website. 5 5 * Author: Webreed Inc. 6 6 * Author URI: https://glo3dapp.com/ 7 * Version: 2.1. 17 * Version: 2.1.2 8 8 * Documentation: https://www.glo3d.net 9 9 **/ … … 55 55 wp_register_style( 'featherlight', plugin_dir_url( __FILE__ ) . 'assets/featherlight.min.css' ); 56 56 wp_enqueue_style( 'featherlight' ); 57 wp_register_style( 'glo3d', plugin_dir_url( __FILE__ ) . 'assets/glo3d.css' ); 58 wp_enqueue_style( 'glo3d' ); 57 59 wp_enqueue_script( 'featherlightjs', plugin_dir_url( __FILE__ ) . 'assets/featherlight.min.js', array( 'jquery' ) ); 58 60 } -
glo3d/tags/2.0/readme.txt
r2265904 r2266103 19 19 The short code will then be parsed by the plugin to embed your Glo3D model in an iframe in wordpress pages or posts. 20 20 21 To get more information about Glo3D platform, including the app and other available plugins, visit our website at Glo3Dapp.com21 To get more information about Glo3D platform, including the app and other available plugins, visit our website at https://Glo3Dapp.com 22 22 23 23 == Installation == … … 55 55 == Changelog == 56 56 57 = 2.1.2 = 58 * Glo3D icon color and title were changed. 59 57 60 = 2.1.1 = 58 61 * Glo3D icon was added to gutenberg block.
Note: See TracChangeset
for help on using the changeset viewer.