Plugin Directory

Changeset 2846605


Ignore:
Timestamp:
01/11/2023 08:55:23 AM (3 years ago)
Author:
StuckOn_dev
Message:

v2.1.0 - Alter two lines of jQuery to replace $ with jQuery to prevent an error

Location:
dynaparent/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynaparent/trunk/dynparent-plugin.php

    r2806548 r2846605  
    55Description: Dynamic filtering of Parent pages
    66Author: Engage Web, Steven Morris, Nick Arkell
    7 Version: 2.0.0
     7Version: 2.1.0
    88Author URI: https://www.engageweb.co.uk
    99License: GPL2
     
    155155                'data':jQuery("#parentfilbox").val()
    156156            }, function(response){
    157                 $('#resultparenttitle').fadeIn();
    158                 $('#resultparentresults').fadeIn();
     157                jQuery('#resultparenttitle').fadeIn();
     158                jQuery('#resultparentresults').fadeIn();
    159159                jQuery( "#resultparentresults" ).empty().append(response);
    160160                jQuery("#resultparentloader").empty().append('');
  • dynaparent/trunk/readme.txt

    r2806563 r2846605  
    55Requires at least: 3.5.1
    66Tested up to: 6.0.3
    7 Stable tag: 2.0.0
     7Stable tag: 2.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6060- screenshot-1.png updated to reflect changes
    6161- Restricted the customised 'Page Attributes' box for this to only appear when not using Gutenberg Editor (because Gutenberg / Block Editor has this functionality built-in)
     62
     63= 2.1.0 =
     64
     65- Alter two lines of jQuery to replace $ with jQuery to prevent an error
Note: See TracChangeset for help on using the changeset viewer.