Changeset 2977099
- Timestamp:
- 10/10/2023 02:38:00 PM (2 years ago)
- Location:
- personio-integration-light
- Files:
-
- 12 edited
- 1 copied
-
tags/2.5.2 (copied) (copied from personio-integration-light/trunk)
-
tags/2.5.2/classes/class-positions.php (modified) (1 diff)
-
tags/2.5.2/languages/wp-personio-integration-de_DE.po (modified) (1 diff)
-
tags/2.5.2/languages/wp-personio-integration-de_DE_formal.po (modified) (1 diff)
-
tags/2.5.2/languages/wp-personio-integration.pot (modified) (1 diff)
-
tags/2.5.2/personio-integration-light.php (modified) (2 diffs)
-
tags/2.5.2/readme.txt (modified) (2 diffs)
-
trunk/classes/class-positions.php (modified) (1 diff)
-
trunk/languages/wp-personio-integration-de_DE.po (modified) (1 diff)
-
trunk/languages/wp-personio-integration-de_DE_formal.po (modified) (1 diff)
-
trunk/languages/wp-personio-integration.pot (modified) (1 diff)
-
trunk/personio-integration-light.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
personio-integration-light/tags/2.5.2/classes/class-positions.php
r2962403 r2977099 220 220 public function setPositionQueryOrderByForGroup($orderby_statement): string 221 221 { 222 return " wp_terms.name ASC, ".$orderby_statement; 222 global $wpdb; 223 return " ".$wpdb->terms.".name ASC, ".$orderby_statement; 223 224 } 224 225 -
personio-integration-light/tags/2.5.2/languages/wp-personio-integration-de_DE.po
r2969547 r2977099 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Personio Integration Light 2.5. 0\n"5 "Project-Id-Version: WP Personio Integration Light 2.5.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/personio-" 7 7 "integration-light\n" -
personio-integration-light/tags/2.5.2/languages/wp-personio-integration-de_DE_formal.po
r2969547 r2977099 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Personio Integration Light 2.5. 0\n"5 "Project-Id-Version: WP Personio Integration Light 2.5.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/personio-" 7 7 "integration-light\n" -
personio-integration-light/tags/2.5.2/languages/wp-personio-integration.pot
r2969547 r2977099 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Personio Integration Light 2.5. 0\n"5 "Project-Id-Version: Personio Integration Light 2.5.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/personio-integration-light\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
personio-integration-light/tags/2.5.2/personio-integration-light.php
r2969547 r2977099 5 5 * Requires at least: 5.9 6 6 * Requires PHP: 7.4 7 * Version: 2.5. 07 * Version: 2.5.2 8 8 * Author: laOlaWeb 9 9 * Author URI: https://laolaweb.com … … 16 16 17 17 // set version number 18 const WP_PERSONIO_INTEGRATION_VERSION = '2.5. 0';18 const WP_PERSONIO_INTEGRATION_VERSION = '2.5.2'; 19 19 20 20 // save plugin-path -
personio-integration-light/tags/2.5.2/readme.txt
r2969547 r2977099 3 3 Tags: personio, jobs, recruitment 4 4 Requires at least: 5.9.3 5 Tested up to: 6.3. 15 Tested up to: 6.3.2 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 Stable tag: 2.5. 09 Stable tag: 2.5.2 10 10 11 11 == Description == … … 303 303 * Fixed visibility of import button above listing in WordPress 6.3 or newer 304 304 * Fixed visibility of back to list button in frontend 305 306 = 2.5.1 = 307 * Fixed order by on grouping 308 309 = 2.5.2 = 310 * Compatibility with ActivityPub to optionally publish positions from Personio in the fediverse (e.g. Mastodon) 311 * Compatibility with WordPres 6.3.2 312 * Removed unnecessary spaces around position description -
personio-integration-light/trunk/classes/class-positions.php
r2962403 r2977099 220 220 public function setPositionQueryOrderByForGroup($orderby_statement): string 221 221 { 222 return " wp_terms.name ASC, ".$orderby_statement; 222 global $wpdb; 223 return " ".$wpdb->terms.".name ASC, ".$orderby_statement; 223 224 } 224 225 -
personio-integration-light/trunk/languages/wp-personio-integration-de_DE.po
r2969547 r2977099 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Personio Integration Light 2.5. 0\n"5 "Project-Id-Version: WP Personio Integration Light 2.5.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/personio-" 7 7 "integration-light\n" -
personio-integration-light/trunk/languages/wp-personio-integration-de_DE_formal.po
r2969547 r2977099 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WP Personio Integration Light 2.5. 0\n"5 "Project-Id-Version: WP Personio Integration Light 2.5.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/personio-" 7 7 "integration-light\n" -
personio-integration-light/trunk/languages/wp-personio-integration.pot
r2969547 r2977099 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Personio Integration Light 2.5. 0\n"5 "Project-Id-Version: Personio Integration Light 2.5.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/personio-integration-light\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
personio-integration-light/trunk/personio-integration-light.php
r2969547 r2977099 5 5 * Requires at least: 5.9 6 6 * Requires PHP: 7.4 7 * Version: 2.5. 07 * Version: 2.5.2 8 8 * Author: laOlaWeb 9 9 * Author URI: https://laolaweb.com … … 16 16 17 17 // set version number 18 const WP_PERSONIO_INTEGRATION_VERSION = '2.5. 0';18 const WP_PERSONIO_INTEGRATION_VERSION = '2.5.2'; 19 19 20 20 // save plugin-path -
personio-integration-light/trunk/readme.txt
r2969547 r2977099 3 3 Tags: personio, jobs, recruitment 4 4 Requires at least: 5.9.3 5 Tested up to: 6.3. 15 Tested up to: 6.3.2 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 Stable tag: 2.5. 09 Stable tag: 2.5.2 10 10 11 11 == Description == … … 303 303 * Fixed visibility of import button above listing in WordPress 6.3 or newer 304 304 * Fixed visibility of back to list button in frontend 305 306 = 2.5.1 = 307 * Fixed order by on grouping 308 309 = 2.5.2 = 310 * Compatibility with ActivityPub to optionally publish positions from Personio in the fediverse (e.g. Mastodon) 311 * Compatibility with WordPres 6.3.2 312 * Removed unnecessary spaces around position description
Note: See TracChangeset
for help on using the changeset viewer.