Changeset 3096136
- Timestamp:
- 06/01/2024 06:51:13 PM (21 months ago)
- Location:
- shortcode-gallery-for-matterport-showcase/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-matterport.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shortcode-gallery-for-matterport-showcase/trunk/readme.txt
r3075299 r3096136 3 3 Tags: matterport, shortcode 4 4 Requires at least: 4.0.0 5 Tested up to: 6.5. 25 Tested up to: 6.5.3 6 6 Stable Tag: 2.2.1 7 7 Requires PHP: 7.0 … … 189 189 190 190 == Changelog == 191 192 = 2.2.2 = 193 * Bug fix for multi columns 191 194 192 195 = 2.2.1 = -
shortcode-gallery-for-matterport-showcase/trunk/wp-matterport.php
r3075296 r3096136 7 7 Plugin URI: https://mpembed.com/matterport-wordpress-plugin/ 8 8 Description: Embed Matterport 3D Tour Galleries with cached thumbnails and titles that open in a pop-up viewer! Bundled with Magnific Popup by Dmitry Semenov. 9 Version: 2.2. 19 Version: 2.2.2 10 10 Author: Julien Berthelot / MPEmbed.com 11 11 Author URI: http://www.mpembed.com … … 72 72 wp_register_style( 'magnific', plugins_url( 'magnific.css', __FILE__ ), false, '1.1.0' ); 73 73 wp_enqueue_style( 'magnific' ); 74 wp_register_script( 'wp-matterport', plugins_url( 'wp-matterport.js', __FILE__ ), '2.2. 1', array('jquery','magnific'), true );74 wp_register_script( 'wp-matterport', plugins_url( 'wp-matterport.js', __FILE__ ), '2.2.2', array('jquery','magnific'), true ); 75 75 wp_enqueue_script( 'wp-matterport' ); 76 wp_register_style( 'wp-matterport', plugins_url( 'wp-matterport.css', __FILE__ ), false, '2.2. 1' );76 wp_register_style( 'wp-matterport', plugins_url( 'wp-matterport.css', __FILE__ ), false, '2.2.2' ); 77 77 wp_enqueue_style( 'wp-matterport' ); 78 78 } … … 517 517 if ($cols > 1 && is_numeric($cols)) 518 518 echo ' wpm-cols' . esc_html($cols); 519 ?>" style="width:100%;">519 ?>"> 520 520 <?php 521 521 if (!isset($thisTour)) {
Note: See TracChangeset
for help on using the changeset viewer.