Changeset 3141782
- Timestamp:
- 08/26/2024 02:58:50 PM (19 months ago)
- Location:
- job-board-light/trunk
- Files:
-
- 4 edited
-
plugin.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
template/listing/apply_popup.php (modified) (1 diff)
-
template/private-profile/edit-resume.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
job-board-light/trunk/plugin.php
r2959667 r3141782 3 3 * 4 4 * 5 * @version 1.2. 55 * @version 1.2.6 6 6 * @package Main 7 7 * @author themeglow … … 13 13 Author: ThemeGlow 14 14 Author URI: http://e-plugins.com/ 15 Version: 1.2. 515 Version: 1.2.6 16 16 Text Domain: jobboard 17 17 License: GPLv2 or later … … 29 29 * @var string 30 30 */ 31 public $version = "1.2. 5";31 public $version = "1.2.6"; 32 32 /** 33 33 * The minimal required version of WordPress for this plug-in to function correctly. -
job-board-light/trunk/readme.txt
r3141781 r3141782 147 147 148 148 ## Changelog ## 149 ### 1.2. 5- 26 August 2024###149 ### 1.2.6 - 26 August 2024### 150 150 * Update for WP 6.6 151 151 -
job-board-light/trunk/template/listing/apply_popup.php
r2630790 r3141782 39 39 } 40 40 if($job_apply=='yes'){ ?> 41 <div class="col-md-12 alert alert-info alert-dismissable"><h4><?php esc_html_e( 'Appl yed 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> 42 42 43 43 <?php -
job-board-light/trunk/template/private-profile/edit-resume.php
r2947989 r3141782 2 2 wp_enqueue_script('edit_resume_js', wp_jobboard_URLPATH . 'admin/files/js/edit_resume.js'); 3 3 wp_enqueue_script('candidate_resume_js', wp_jobboard_URLPATH . 'admin/files/js/candidate_edit_resume.js'); 4 global $current_user; 4 5 ?> 5 6 <main class="main-content">
Note: See TracChangeset
for help on using the changeset viewer.