Plugin Directory

Changeset 2734684


Ignore:
Timestamp:
05/31/2022 11:11:43 AM (4 years ago)
Author:
dadevarzan
Message:

chacked compatibility with wordpress 6

Location:
dadevarzan-wp-branch/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dadevarzan-wp-branch/trunk/dadevarzan-wp-branch.php

    r2390713 r2734684  
    55 * GitHub Plugin URI: https://github.com/dadevarzan/dadevarzan-wp-branch
    66 * Description: branch post type for wordpress
    7  * Version: 1.3.3
     7 * Version: 1.3.4
    88 * Author: Dadevarzan Team
    99 * Author URI: http://www.dadevarzan.com
     
    412412                    'label' => get_the_title(),
    413413                    'cell' => array(
    414                         '<a href="'.get_permalink().'">'.get_the_title().'</a>',
     414                        '<a href="'.esc_url(get_permalink()).'">'.esc_html(get_the_title()).'</a>',
    415415                        get_field('dv-brnch-phone'),
    416416                        get_field('dv-brnch-address'),
     
    460460
    461461            if (!empty($_GET['search'])) {
    462                 $query->set( 's',$_GET['search'] );
     462                $query->set( 's',esc_sql($_GET['search'] ));
    463463            }
    464464
  • dadevarzan-wp-branch/trunk/readme.txt

    r2390713 r2734684  
    55Tags: Dadevarzan, Dadehvarzan, WordPress, wp, Branch
    66Requires at least: 4.4.0
    7 Tested up to: 5.5.1
    8 Requires PHP: 7.1
     7Tested up to: 6.0.0
     8Requires PHP: 7.2
    99Stable tag: trunk
    1010License: GNU General Public License v2.0 or later
Note: See TracChangeset for help on using the changeset viewer.