Plugin Directory

Changeset 2599645


Ignore:
Timestamp:
09/16/2021 01:04:13 AM (5 years ago)
Author:
joanv
Message:

2.0.8 : clean google job description

Location:
jobsearch
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • jobsearch/helper/Job.php

    r2597720 r2599645  
    418418
    419419        $this->short_description = $jobHelper->tdb_jb_get_description_short($jobHelper->tdb_jb_get_clean_short_description_txt($description), $shortDescriptionMaxCharacters);
    420         $this->google_job["description"] = $this->description;
    421420
    422421        $this->description_clean = $jobHelper->tdb_jb_get_clean_txt_full($description);
     422        $this->google_job["description"] = $this->description_clean;
    423423        $this->short_description_clean = $jobHelper->tdb_jb_get_description_short($this->description_clean, $shortDescriptionMaxCharacters);
    424424    }
  • jobsearch/jobsearch.php

    r2597720 r2599645  
    33Plugin Name: Tamago-DB Job Board
    44Description: Job board integrated with the ATS/CRM Tamago-DB
    5 Version: 2.0.7
     5Version: 2.0.8
    66Author: Tamago-DB
    77Text Domain: jobsearch
  • jobsearch/trunk/helper/Job.php

    r2597720 r2599645  
    418418
    419419        $this->short_description = $jobHelper->tdb_jb_get_description_short($jobHelper->tdb_jb_get_clean_short_description_txt($description), $shortDescriptionMaxCharacters);
    420         $this->google_job["description"] = $this->description;
    421420
    422421        $this->description_clean = $jobHelper->tdb_jb_get_clean_txt_full($description);
     422        $this->google_job["description"] = $this->description_clean;
    423423        $this->short_description_clean = $jobHelper->tdb_jb_get_description_short($this->description_clean, $shortDescriptionMaxCharacters);
    424424    }
  • jobsearch/trunk/jobsearch.php

    r2597720 r2599645  
    33Plugin Name: Tamago-DB Job Board
    44Description: Job board integrated with the ATS/CRM Tamago-DB
    5 Version: 2.0.7
     5Version: 2.0.8
    66Author: Tamago-DB
    77Text Domain: jobsearch
Note: See TracChangeset for help on using the changeset viewer.