Plugin Directory

Changeset 1765901

Timestamp:
11/14/2017 12:59:37 PM (7 years ago)
Author:
sjregan
Message:

Fixed woo results when Relevanssi installed, added js removal of unwanted nags in admin screen

Location:
instashop/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • instashop/trunk/assets/js/iframe-resizer.js

    r1752557 r1765901  
    3030         */
    3131        init: function() {
     32
    3233            $(window).on('resize', this.resizeEvent.bind(this));
    3334            this.resize(null);
    3435        },
     36
     37
     38
     39
    3540        resizeEvent: function(e) {
    3641            if (this.resizeTimer) {
     
    4045            this.resizeTimer = setTimeout(this.resize.bind(this), 100);
    4146        },
     47
     48
     49
     50
    4251        resize: function(e) {
    4352            var offset = this.$container.offset();
     
    5160
    5261            this.$container.css('height', height + 'px');
     62
     63
     64
     65
     66
     67
    5368        }
    5469    });
  • instashop/trunk/assets/js/iframe-resizer.min.js

    r1753921 r1765901  
    1 !function(i,t,e,n){"use strict";function s(t,e){this.element=t,this.settings=i.extend({},r,e),this._defaults=r,this._name=h,this.resizeTimer=null,this.$container=i(t),this.init()}var h="instashopIframeResizer",r={};i.extend(s.prototype,{init:function(){i(t).on("resize",this.resizeEvent.bind(this)),this.resize(null)},resizeEvent:function(i){this.resizeTimer&&clearTimeout(this.resizeTimer),this.resizeTimer=setTimeout(this.resize.bind(this),100)},resize:function(e){var n=this.$container.offset(),s=i(t).height()-n.top,h=i("#wpbody-content");h.length&&(s-=parseInt(h.css("paddingBottom"))),this.$container.css("height",s+"px")}}),i.fn[h]=function(t){return this.each(function(){i.data(this,"plugin_"+h)||i.data(this,"plugin_"+h,new s(this,t))})}}(jQuery,window,document);
     1!function(,new s(this,t))})}}(jQuery,window,document);
  • instashop/trunk/includes/class-instashop.php

    r1760682 r1765901  
    108108        // Register widget
    109109        add_action( 'widgets_init', array( $this, 'register_widget' ) );
     110
     111
     112
    110113    }
    111114
     
    246249
    247250    /**
     251
     252
     253
     254
     255
     256
     257
     258
     259
    248260     * Main InstaShop Instance
    249261     *
  • instashop/trunk/instashop.php

    r1760682 r1765901  
    22/*
    33 * Plugin Name: InstaShop
    4  * Version: 1.0.2
     4 * Version: 1.
    55 * Plugin URI: https://instashopapp.com/wordpress/
    66 * Description: Easily embed and manage your InstaShop galleries.
  • instashop/trunk/readme.txt

    r1760682 r1765901  
    9292== Changelog ==
    9393
     94
     95
     96
     97
     98
    9499= 1.0.2 =
    95100* 2017-11-08
     
    106111== Upgrade Notice ==
    107112
     113
     114
     115
     116
     117
     118
     119
     120
     121
     122
     123
     124
     125
    108126= 1.0 =
    109127* 2017-10-25
Note: See TracChangeset for help on using the changeset viewer.