Plugin Directory

Changeset 3141782


Ignore:
Timestamp:
08/26/2024 02:58:50 PM (19 months ago)
Author:
themeglow
Message:

Update for WP 6.6

Location:
job-board-light/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • job-board-light/trunk/plugin.php

    r2959667 r3141782  
    33        *
    44        *
    5         * @version 1.2.5
     5        * @version 1.2.6
    66        * @package Main
    77        * @author themeglow
     
    1313        Author: ThemeGlow
    1414        Author URI: http://e-plugins.com/
    15         Version: 1.2.5
     15        Version: 1.2.6
    1616        Text Domain: jobboard
    1717        License: GPLv2 or later
     
    2929                * @var string
    3030            */
    31             public $version = "1.2.5";
     31            public $version = "1.2.6";
    3232            /**
    3333                * The minimal required version of WordPress for this plug-in to function correctly.
  • job-board-light/trunk/readme.txt

    r3141781 r3141782  
    147147
    148148## Changelog ##
    149 ### 1.2.5 - 26 August 2024###
     149### 1.2.6 - 26 August 2024###
    150150* Update for WP 6.6
    151151
  • job-board-light/trunk/template/listing/apply_popup.php

    r2630790 r3141782  
    3939                                    }                                       
    4040                                    if($job_apply=='yes'){ ?>
    41                                         <div class="col-md-12 alert alert-info alert-dismissable"><h4><?php  esc_html_e( 'Applyed Already', 'jobboard' ); ?></h4></div>
     41                                        <div class="col-md-12 alert alert-info alert-dismissable"><h4><?php  esc_html_e( 'Applied Already', 'jobboard' ); ?></h4></div>
    4242                                       
    4343                                    <?php   
  • job-board-light/trunk/template/private-profile/edit-resume.php

    r2947989 r3141782  
    22    wp_enqueue_script('edit_resume_js', wp_jobboard_URLPATH . 'admin/files/js/edit_resume.js');
    33    wp_enqueue_script('candidate_resume_js', wp_jobboard_URLPATH . 'admin/files/js/candidate_edit_resume.js');
     4    global $current_user;
    45?>
    56<main class="main-content">
Note: See TracChangeset for help on using the changeset viewer.