Changeset 3343505
- Timestamp:
- 08/12/2025 11:32:21 AM (8 months ago)
- Location:
- recruitly/trunk
- Files:
-
- 1 added
- 3 edited
-
readme.txt (modified) (2 diffs)
-
recruitly.php (modified) (2 diffs)
-
release.md (added)
-
templates/job-listing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recruitly/trunk/readme.txt
r3339065 r3343505 4 4 Requires at least: 4.5 5 5 Tested up to: 6.8.2 6 Stable tag: 2.0.3 36 Stable tag: 2.0.34 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 140 140 * Fix character encoding issues. 141 141 142 = 2.0.34 = 143 * Fixed HTML rendering in job short description field - changed from escaped text to properly rendered HTML. 144 142 145 == Upgrade Notice == 143 146 -
recruitly/trunk/recruitly.php
r3339065 r3343505 4 4 Plugin URI: https://recruitly.io 5 5 Description: Recruitly job board integration. 6 Version: 2.0.3 36 Version: 2.0.34 7 7 Author: Recruitly 8 8 Author URI: https://recruitly.io … … 15 15 exit; // Exit if accessed directly 16 16 } 17 define('RECRUITLY_PLUGIN_VERSION', '2.0.3 3');17 define('RECRUITLY_PLUGIN_VERSION', '2.0.34'); 18 18 19 19 defined('RECRUITLY_POST_TYPE') or define('RECRUITLY_POST_TYPE', 'current-vacancies'); -
recruitly/trunk/templates/job-listing.php
r3195911 r3343505 49 49 </div> 50 50 <div class="cool-job-excerpt"> 51 <div class="cool-job-desc"> <?php echo esc_html(recruitly_get_custom_post_value('shortDesc')); ?></div>51 <div class="cool-job-desc"> <?php echo wp_kses_post(recruitly_get_custom_post_value('shortDesc')); ?></div> 52 52 </div> 53 53 <div class="cool-job-footer" style="text-align: right;">
Note: See TracChangeset
for help on using the changeset viewer.