Plugin Directory

Changeset 2050164


Ignore:
Timestamp:
03/14/2019 04:01:39 AM (7 years ago)
Author:
darteweb
Message:

1.8 Version Updated

Location:
dimage-360
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • dimage-360/trunk/d-image-360.php

    r1935316 r2050164  
    33Plugin Name: DImage 360
    44Author URI: http://www.darteweb.com/
    5 Version: 1.7
     5Version: 1.8
    66Author: D'arteweb
    77Description: DImage 360 is a plugin to embed a 360 view on your WordPress website. It's a user friendly and feature rich plugin to add a responsive 360deg view or 180deg panorama on website.
     
    1414}
    1515add_action('wp_enqueue_scripts','wp_dimage_360_scripts');
     16
    1617function dimage_fun( $atts )
    1718{
     
    2829            'zoom_level'=>0,
    2930            'anim_speed'=>2,
    30             'control'=>true
     31            'control'=>true,
     32            'allow_scroll_to_zoom'=>true
    3133        ), $atts, 'dimage' );   
    3234       
     
    6163                time_anim: <?php echo $atts['auto-rotate']; ?>,
    6264                navbar: <?php echo $atts['control']; ?>,
     65                allow_scroll_to_zoom: <?php echo $atts['allow_scroll_to_zoom']; ?>,
    6366                zoom_level: <?php echo $atts['zoom_level']; ?>,
    6467                anim_speed: '<?php echo $atts['anim_speed']; ?>rpm',
  • dimage-360/trunk/readme.txt

    r1935293 r2050164  
    33Tags: 360image, image360,panorama,photosphere, 360 view
    44Requires at least: 3.0.1
    5 Tested up to: 4.9.5
     5Tested up to: 5.1.1
    66Requires PHP: 5.2.4
    77Stable tag: 4.3
     
    3636    <strong>anim_speed:</strong> You can set animation speed from 0 to 100. Default it setup as 2.
    3737    <strong>default_position:</strong> Defines the default position, the first point seen by the user. Default it setup as 0.
     38    <strong>allow_scroll_to_zoom{true/false}:</strong> It is the feature to zooming of image. Default it setup as true.
    3839
    3940    <strong>Example</strong>`[dimage  attachment_id="56" zoom_level="10" anim_speed="10"]`
     
    7879* Release date: September 04, 2018
    7980* Default position functionality added through shortcode.
     81
     82= 1.8 =
     83
     84* Release date: March 14, 2019
     85* Default zooming functionality added thorugh shortcode.
     86* Default is TRUE
Note: See TracChangeset for help on using the changeset viewer.