Plugin Directory

Changeset 2538842


Ignore:
Timestamp:
05/28/2021 03:18:17 AM (5 years ago)
Author:
mikhalchuk
Message:

v1.0.1. Updated dependencies, fixed missing files

Location:
360-view
Files:
25 added
3 edited

Legend:

Unmodified
Added
Removed
  • 360-view/trunk/360-view.php

    r2538815 r2538842  
    33 * Plugin Name: 360 View
    44 * Description: Easily embed any number of 360-degree images and/or videos into your blog posts.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: Andrey Mikhalchuk
    77 * Author URI: https://andrey.mikhalchuk.com
     
    5454function am360view_scripts() {
    5555    global $am360_view_attributes_tree;
    56     wp_register_script('360_view', plugin_dir_url( __FILE__ ) . '360-view.js', array('jquery'), '1.0.0', true );
     56    wp_register_script('360_view', plugin_dir_url( __FILE__ ) . '360-view.js', array('jquery'), '1.0.1', true );
    5757    wp_localize_script( '360_view', 'am360ViewAttributesTree',  $am360_view_attributes_tree);
    5858    wp_enqueue_script( '360_view');
  • 360-view/trunk/package.json

    r2538815 r2538842  
    11{
    22  "name": "360-view",
    3   "version": "1.0.0",
     3  "version": "1.0.1",
    44  "private": true,
    55  "scripts": {
  • 360-view/trunk/readme.txt

    r2538815 r2538842  
    4848
    4949== Changelog ==
     50# 1.0.1
     51* Updated dependencies
     52* Fixed the problem with Gutenberg editor not initializing under certain circumstances
     53* Fixing missing style files
     54
    5055# 1.0.0
    5156* Added Gutenberg block support
Note: See TracChangeset for help on using the changeset viewer.