Plugin Directory

Changeset 3069622


Ignore:
Timestamp:
04/12/2024 01:52:59 PM (2 years ago)
Author:
laolaweb
Message:

Release 2.6.4

Location:
personio-integration-light
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • personio-integration-light/tags/2.6.4/inc/admin.php

    r3050369 r3069622  
    384384    if( $install_date > 0 ) {
    385385        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             }
    391386            set_transient('personio_integration_admin_show_review_hint', 1);
    392387        } else {
  • personio-integration-light/tags/2.6.4/personio-integration-light.php

    r3050369 r3069622  
    55 * Requires at least: 5.9
    66 * Requires PHP:      7.4
    7  * Version:           2.6.3
     7 * Version:           2.6.4
    88 * Author:            laOlaWeb
    99 * Author URI:        https://laolaweb.com
     
    1616
    1717// set version number
    18 const WP_PERSONIO_INTEGRATION_VERSION = '2.6.3';
     18const WP_PERSONIO_INTEGRATION_VERSION = '2.6.4';
    1919
    2020// save plugin-path
  • personio-integration-light/tags/2.6.4/readme.txt

    r3050369 r3069622  
    33Tags: personio, jobs, recruitment, employee
    44Requires at least: 5.9.3
    5 Tested up to: 6.5
     5Tested up to: 6.5.2
    66Requires PHP: 7.4
    77License: GPL-2.0-or-later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 2.6.3
     9Stable tag: 2.6.4
    1010
    1111== Description ==
     
    358358* Added plugin-update hints in plugin-list
    359359* 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  
    384384    if( $install_date > 0 ) {
    385385        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             }
    391386            set_transient('personio_integration_admin_show_review_hint', 1);
    392387        } else {
  • personio-integration-light/trunk/personio-integration-light.php

    r3050369 r3069622  
    55 * Requires at least: 5.9
    66 * Requires PHP:      7.4
    7  * Version:           2.6.3
     7 * Version:           2.6.4
    88 * Author:            laOlaWeb
    99 * Author URI:        https://laolaweb.com
     
    1616
    1717// set version number
    18 const WP_PERSONIO_INTEGRATION_VERSION = '2.6.3';
     18const WP_PERSONIO_INTEGRATION_VERSION = '2.6.4';
    1919
    2020// save plugin-path
  • personio-integration-light/trunk/readme.txt

    r3050369 r3069622  
    33Tags: personio, jobs, recruitment, employee
    44Requires at least: 5.9.3
    5 Tested up to: 6.5
     5Tested up to: 6.5.2
    66Requires PHP: 7.4
    77License: GPL-2.0-or-later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 2.6.3
     9Stable tag: 2.6.4
    1010
    1111== Description ==
     
    99993. List of imported positions
    1001004. Gutenberg Block for listings
     101
     102== Upgrade Notice ==
     103
     104= 2.6.4 =
     105
     106The 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
     110This version offers you much more features for handling with positions. Please note to create a backup of the project before importing.
    101111
    102112== Changelog ==
     
    358368* Added plugin-update hints in plugin-list
    359369* 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.