Changeset 1676975
- Timestamp:
- 06/12/2017 08:19:21 PM (9 years ago)
- Location:
- wp-jobs
- Files:
-
- 25 added
- 1 edited
-
tags/1.5 (added)
-
tags/1.5/css (added)
-
tags/1.5/css/admin.css (added)
-
tags/1.5/css/bootstrap-responsive.min.css (added)
-
tags/1.5/css/bootstrap.min.css (added)
-
tags/1.5/css/styles.css (added)
-
tags/1.5/enqueue-localize-js.php (added)
-
tags/1.5/img (added)
-
tags/1.5/img/glyphicons-halflings-white.png (added)
-
tags/1.5/img/glyphicons-halflings.png (added)
-
tags/1.5/js (added)
-
tags/1.5/js/bootstrap.js (added)
-
tags/1.5/js/bootstrap.min.js (added)
-
tags/1.5/js/wpjobs_ajax.js (added)
-
tags/1.5/languages (added)
-
tags/1.5/readme.txt (added)
-
tags/1.5/template-files (added)
-
tags/1.5/template-files/applicationform.php (added)
-
tags/1.5/template-files/inc_frm_applicant.php (added)
-
tags/1.5/template-files/joblisting.php (added)
-
tags/1.5/wp-jobs.php (added)
-
tags/1.5/wp_localize_script.php (added)
-
tags/1.5/wpjobs_applications.php (added)
-
tags/1.5/wpjobs_home.php (added)
-
tags/1.5/wpjobs_settings.php (added)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-jobs/trunk/readme.txt
r1675956 r1676975 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.8 7 Stable tag: 1. 47 Stable tag: 1.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 23 23 ------------ 24 24 25 * Add Job 25 * Add Jobs 26 26 * Job Departments 27 27 * Online job application 28 * CV attachment28 * Resume / CV attachment 29 29 * Email notifications 30 * Manage application emails, salary, locationetc30 * Job description, salary, location, department, job qualification requirements etc 31 31 * Shortcode to list jobs anywhere 32 * Manage applicants 33 * Translation ready 32 34 33 34 If facing 404 not found errors35 ------------------------------36 37 * If you do all the settings correctly and still see 404 page not found errors, please go to your wp-admin > settings > permalinks and simply press the save button. It will reset your permalinks and make the plugins links active. Pressing the save button does not need to change the actual permalinks configuration.38 35 39 36 Create Job Listing page … … 41 38 42 39 * Create a regular page in your wordpress website 43 * Then go to WP Jobs in admin > settings and select that page for job listing40 * Then go to WP Jobs in admin > settings and select that page for job listing 44 41 45 For support and feedback, please [click here](http://www.intensewp.com/wp-jobs/ "wordpress jobs plugin"). 42 Support 43 ------------------------------ 44 * For support and feedback, please [click here](http://www.intensewp.com/wp-jobs/ "wordpress jobs plugin"). 45 * Youtube [tutorial videos and channel](https://goo.gl/q8lPF3 "Intense WP Youtube Channel") 46 46 47 47 == Installation == … … 57 57 58 58 == Changelog == 59 60 = 1.5 = 61 * Fixed sql injection vulnerability in admin area 62 * Added more sanitization in some save/update options 59 63 60 64 = 1.4 =
Note: See TracChangeset
for help on using the changeset viewer.