Skip to content

Commit eca0332

Browse files
authored
Merge pull request #375 from threadi/feature/prepareRelease430
Feature/prepare release430
2 parents 8c280c9 + 94cac90 commit eca0332

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

app/Helper.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,7 @@ public static function get_theme_title(): string {
602602
* @noinspection PhpUnused
603603
*/
604604
public static function get_review_url(): string {
605-
if ( Languages::get_instance()->is_german_language() ) {
606-
return 'https://de.wordpress.org/plugins/personio-integration-light/#reviews';
607-
}
608-
return 'https://wordpress.org/plugins/personio-integration-light/#reviews';
605+
return 'https://wordpress.org/support/plugin/personio-integration-light/reviews/#new-post';
609606
}
610607

611608
/**

app/Plugin/Init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public function check_php(): void {
370370
}
371371

372372
// bail if PHP >= 8.1 is used.
373-
if ( PHP_VERSION_ID >= 81000 ) {
373+
if ( PHP_VERSION_ID >= 80100 ) {
374374
$transients_obj->delete_transient( $transients_obj->get_transient_by_name( 'personio_integration_light_php_hint' ) );
375375
return;
376376
}

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [4.3.0] - 28.04.2025
44

55
### Added
66

@@ -16,6 +16,7 @@
1616
- Optimized build process regarding check against WordPress Coding Standards
1717
- GitHub action does not fail if it automatically fixes code issues
1818
- Extension state can now also be changed without JavaScript
19+
- Updated review URL
1920
- Updated dependencies
2021

2122
### Fixed

readme.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,18 @@ Complete revision of the plugin. Please create a backup before installing versio
122122
== Changelog ==
123123

124124
= @@VersionNumber@@ =
125-
- Code optimization on multiple lines
126-
- Change visibility of schedule entities
127-
- Fixed faulty HTML-code in classic widget edit form
125+
- Added some CSS for theme TwentyTwenty for better initial view
126+
- Added setting for required extensions
127+
- Added possibility to change extension state via URL
128+
- Changed text in table of positions if no positions are imported
129+
- Optimized Block Editor loading
130+
- Extend support for extension regarding its PHP-strict compatibility
131+
- Optimized build process regarding check against WordPress Coding Standards
132+
- GitHub action does not fail if it automatically fixes code issues
133+
- Extension state can now also be changed without JavaScript
134+
- Updated review URL
135+
- Updated dependencies
136+
- Fixed usage of form filter if simple permalinks are used
137+
- Fixed missing custom styles for widgets in classic themes
128138

129139
[older changes](https://github.com/threadi/wp-personio-integration-light/blob/master/changelog.md)

0 commit comments

Comments
 (0)