Changeset 3069622
- Timestamp:
- 04/12/2024 01:52:59 PM (2 years ago)
- Location:
- personio-integration-light
- Files:
-
- 6 edited
- 1 copied
-
tags/2.6.4 (copied) (copied from personio-integration-light/trunk)
-
tags/2.6.4/inc/admin.php (modified) (1 diff)
-
tags/2.6.4/personio-integration-light.php (modified) (2 diffs)
-
tags/2.6.4/readme.txt (modified) (2 diffs)
-
trunk/inc/admin.php (modified) (1 diff)
-
trunk/personio-integration-light.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
personio-integration-light/tags/2.6.4/inc/admin.php
r3050369 r3069622 384 384 if( $install_date > 0 ) { 385 385 if( time() > strtotime("+90 days", $install_date) ) { 386 for( $d=2;$d<10;$d++ ) {387 if (time() > strtotime("+".($d*90)." days", $install_date)) {388 delete_option('pi-dismissed-' . md5('personio_integration_admin_show_review_hint'));389 }390 }391 386 set_transient('personio_integration_admin_show_review_hint', 1); 392 387 } else { -
personio-integration-light/tags/2.6.4/personio-integration-light.php
r3050369 r3069622 5 5 * Requires at least: 5.9 6 6 * Requires PHP: 7.4 7 * Version: 2.6. 37 * Version: 2.6.4 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.6. 3';18 const WP_PERSONIO_INTEGRATION_VERSION = '2.6.4'; 19 19 20 20 // save plugin-path -
personio-integration-light/tags/2.6.4/readme.txt
r3050369 r3069622 3 3 Tags: personio, jobs, recruitment, employee 4 4 Requires at least: 5.9.3 5 Tested up to: 6.5 5 Tested up to: 6.5.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.6. 39 Stable tag: 2.6.4 10 10 11 11 == Description == … … 358 358 * Added plugin-update hints in plugin-list 359 359 * Compatibility with WordPress 6.5 360 361 = 2.6.4 = 362 * Compatibility with WordPress 6.5.2 363 * Updated dependencies for Gutenberg-scripts 364 * Fixed visibility of review-hint -
personio-integration-light/trunk/inc/admin.php
r3050369 r3069622 384 384 if( $install_date > 0 ) { 385 385 if( time() > strtotime("+90 days", $install_date) ) { 386 for( $d=2;$d<10;$d++ ) {387 if (time() > strtotime("+".($d*90)." days", $install_date)) {388 delete_option('pi-dismissed-' . md5('personio_integration_admin_show_review_hint'));389 }390 }391 386 set_transient('personio_integration_admin_show_review_hint', 1); 392 387 } else { -
personio-integration-light/trunk/personio-integration-light.php
r3050369 r3069622 5 5 * Requires at least: 5.9 6 6 * Requires PHP: 7.4 7 * Version: 2.6. 37 * Version: 2.6.4 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.6. 3';18 const WP_PERSONIO_INTEGRATION_VERSION = '2.6.4'; 19 19 20 20 // save plugin-path -
personio-integration-light/trunk/readme.txt
r3050369 r3069622 3 3 Tags: personio, jobs, recruitment, employee 4 4 Requires at least: 5.9.3 5 Tested up to: 6.5 5 Tested up to: 6.5.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.6. 39 Stable tag: 2.6.4 10 10 11 11 == Description == … … 99 99 3. List of imported positions 100 100 4. Gutenberg Block for listings 101 102 == Upgrade Notice == 103 104 = 2.6.4 = 105 106 The next update to version 3.0.0 will offer much more features and options. Please note to create a backup of the project before importing. 107 108 = 3.0.0 = 109 110 This version offers you much more features for handling with positions. Please note to create a backup of the project before importing. 101 111 102 112 == Changelog == … … 358 368 * Added plugin-update hints in plugin-list 359 369 * Compatibility with WordPress 6.5 370 371 = 2.6.4 = 372 * Compatibility with WordPress 6.5.2 373 * Updated dependencies for Gutenberg-scripts 374 * Fixed visibility of review-hint
Note: See TracChangeset
for help on using the changeset viewer.