Plugin Directory

Changeset 3185585


Ignore:
Timestamp:
11/11/2024 10:07:25 AM (17 months ago)
Author:
stockpack
Message:

Fix issue with Divi

Location:
stockpack/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stockpack/trunk/readme.txt

    r3180572 r3185585  
    44Requires at least: 4.6
    55Tested up to: 6.6.2
    6 Stable tag: 3.4.4
     6Stable tag: 3.4.5
    77License: GPL
    88License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    134134== Changelog ==
    135135
    136 = 3.4.4 =
     136= 3.4.5 =
    137137Fixed backwards compatibility issue with DIVI
     138
     139= 3.4.5 =
     140Fe load bugfix
    138141
    139142= 3.4.3 =
  • stockpack/trunk/src/class-stockpackmedia.php

    r3180572 r3185585  
    229229        public function templates() {
    230230
    231             if (!did_action('wp_enqueue_media') || (isset($_GET['page']) && $_GET['page'] === 'stockpack') || stockpack_frontend_load()) {
    232                 return;
     231            if (!did_action('wp_enqueue_media') || (isset($_GET['page']) && $_GET['page'] === 'stockpack') ) {
     232                if(!stockpack_frontend_load()) {
     233                    return;
     234                }
    233235            }
    234236
  • stockpack/trunk/stockpack.php

    r3180572 r3185585  
    66 * Author: Derikon Development
    77 * Author URI: https://derikon.com/
    8  * Version:3.4.4
     8 * Version:3.4.5
    99 * Text Domain: stockpack
    1010 * Domain Path: /languages
Note: See TracChangeset for help on using the changeset viewer.