Changeset 2846605
- Timestamp:
- 01/11/2023 08:55:23 AM (3 years ago)
- Location:
- dynaparent/trunk
- Files:
-
- 2 edited
-
dynparent-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynaparent/trunk/dynparent-plugin.php
r2806548 r2846605 5 5 Description: Dynamic filtering of Parent pages 6 6 Author: Engage Web, Steven Morris, Nick Arkell 7 Version: 2. 0.07 Version: 2.1.0 8 8 Author URI: https://www.engageweb.co.uk 9 9 License: GPL2 … … 155 155 'data':jQuery("#parentfilbox").val() 156 156 }, function(response){ 157 $('#resultparenttitle').fadeIn();158 $('#resultparentresults').fadeIn();157 jQuery('#resultparenttitle').fadeIn(); 158 jQuery('#resultparentresults').fadeIn(); 159 159 jQuery( "#resultparentresults" ).empty().append(response); 160 160 jQuery("#resultparentloader").empty().append(''); -
dynaparent/trunk/readme.txt
r2806563 r2846605 5 5 Requires at least: 3.5.1 6 6 Tested up to: 6.0.3 7 Stable tag: 2. 0.07 Stable tag: 2.1.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 60 60 - screenshot-1.png updated to reflect changes 61 61 - 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.