Plugin Directory

Changeset 2266103


Ignore:
Timestamp:
03/23/2020 08:59:48 PM (6 years ago)
Author:
glo3d
Message:

changed glo3d icon color to purple
changed glo3d block to Glo3D 360 Spin
changed glo3d plugin title
updated readme.txt

Location:
glo3d/tags/2.0
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • glo3d/tags/2.0/block.js

    r2265900 r2266103  
    77    const smileIcon = wp.element.createElement('svg',
    88        {
     9            id: "glo3d-gutenberg",
    910            width: 24,
    1011            height: 24
     
    2223    );
    2324    blocks.registerBlockType('glo3d/spin-photography-360', {
    24         title: 'Glo3D 360 Model',
     25        title: 'Glo3D 360 Spin',
    2526        icon: smileIcon,
    2627        category: 'embed',
  • glo3d/tags/2.0/glo3d.js

    r2265900 r2266103  
    116116                authorurl : 'https://glo3dapp.com',
    117117                infourl : 'https://glo3d.net',
    118                 version : "2.0"
     118                version : "2.1.2"
    119119            };
    120120        }
  • glo3d/tags/2.0/glo3d.php

    r2265900 r2266103  
    22/**
    33 *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.
    55 * Author: Webreed Inc.
    66 * Author URI: https://glo3dapp.com/
    7  * Version: 2.1.1
     7 * Version: 2.1.2
    88 * Documentation: https://www.glo3d.net
    99 **/
     
    5555    wp_register_style( 'featherlight', plugin_dir_url( __FILE__ ) . 'assets/featherlight.min.css' );
    5656    wp_enqueue_style( 'featherlight' );
     57    wp_register_style( 'glo3d', plugin_dir_url( __FILE__ ) . 'assets/glo3d.css' );
     58    wp_enqueue_style( 'glo3d' );
    5759    wp_enqueue_script( 'featherlightjs', plugin_dir_url( __FILE__ ) . 'assets/featherlight.min.js', array( 'jquery' ) );
    5860}
  • glo3d/tags/2.0/readme.txt

    r2265904 r2266103  
    1919The short code will then be parsed by the plugin to embed your Glo3D model in an iframe in wordpress pages or posts.
    2020
    21 To get more information about Glo3D platform, including the app and other available plugins, visit our website at Glo3Dapp.com
     21To get more information about Glo3D platform, including the app and other available plugins, visit our website at https://Glo3Dapp.com
    2222
    2323== Installation ==
     
    5555== Changelog ==
    5656
     57= 2.1.2 =
     58* Glo3D icon color and title were changed.
     59
    5760= 2.1.1 =
    5861* Glo3D icon was added to gutenberg block.
Note: See TracChangeset for help on using the changeset viewer.