Plugin Directory

Changeset 3468698


Ignore:
Timestamp:
02/24/2026 02:15:47 PM (5 weeks ago)
Author:
immonex
Message:

Update to release version 1.14.3

Location:
immonex-kickstart
Files:
683 added
2 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • immonex-kickstart/trunk/changelog.txt

    r3468665 r3468698  
    11== Changelog ==
    22
    3 = 1.14.2 =
     3= 1.14.3 =
    44* Release date: 2026-02-24
    55* Fixed backlink and OpenImmo2WP compatibility issues.
  • immonex-kickstart/trunk/immonex-kickstart.php

    r3468665 r3468698  
    44 * Plugin URI:        https://wordpress.org/plugins/immonex-kickstart/
    55 * Description:       Essential components and add-on framework for embedding and searching/filtering imported OpenImmo-XML-based real estate offers
    6  * Version:           1.14.2
     6 * Version:           1.14.3
    77 * Requires at least: 5.5
    88 * Requires PHP:      7.4
  • immonex-kickstart/trunk/includes/class-kickstart.php

    r3468665 r3468698  
    1616    const PLUGIN_PREFIX              = 'inx_';
    1717    const PUBLIC_PREFIX              = 'inx-';
    18     const PLUGIN_VERSION             = '1.14.2';
     18    const PLUGIN_VERSION             = '1.14.3';
    1919    const PLUGIN_HOME_URL            = 'https://de.wordpress.org/plugins/immonex-kickstart/';
    2020    const PLUGIN_DOC_URLS            = array(
  • immonex-kickstart/trunk/includes/class-property-hooks.php

    r3468665 r3468698  
    100100        add_action( 'immonex_oi2wp_import_zip_file_processed', array( $this, 'delete_general_cache_transients' ) );
    101101        add_action( 'immonex_oi2wp_import_zip_file_processed', array( $this, 'update_min_max_transients' ), 90 );
    102         add_action( 'immonex_oi2wp_property_imported', array( $this, 'delete_post_transient' ), 10, 2 );
     102        add_action( 'immonex_oi2wp_property_imported', array( $this, 'delete_post_transients' ), 10, 2 );
    103103
    104104        /**
     
    13831383            wp_strip_all_tags( wp_unslash( $_GET['inx-backlink-url'] ) ) : '';
    13841384
    1385         if ( false && $backlink_url && '/' === $backlink_url[0] ) {
     1385        if ( $backlink_url && '/' === $backlink_url[0] ) {
    13861386            $backlink_url = home_url( $backlink_url );
    13871387        } elseif ( $backlink_url && ! preg_match( '#^https?://#', $backlink_url ) ) {
  • immonex-kickstart/trunk/languages/immonex-kickstart-de_DE.po

    r3467722 r3468698  
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/src\n"
    77"POT-Creation-Date: 2026-02-23T11:31:58+00:00\n"
    8 "PO-Revision-Date: 2026-02-23 12:32+0100\n"
     8"PO-Revision-Date: 2026-02-24 14:50+0100\n"
    99"Last-Translator: \n"
    1010"Language-Team: Carsten Scheuer <scheuer@inveris.de>\n"
     
    777777#: includes/class-kickstart.php:1319
    778778msgid "Enable extended caching of real estate object data."
    779 msgstr "Erweitertes Caching von Immobilienobjekt-Daten aktivieren.#"
     779msgstr "Erweitertes Caching von Immobilienobjekt-Daten aktivieren."
    780780
    781781#: includes/class-kickstart.php:1325
  • immonex-kickstart/trunk/languages/immonex-kickstart-de_DE_formal.po

    r3467722 r3468698  
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/src\n"
    77"POT-Creation-Date: 2026-02-23T11:31:58+00:00\n"
    8 "PO-Revision-Date: 2026-02-23 12:32+0100\n"
     8"PO-Revision-Date: 2026-02-24 14:51+0100\n"
    99"Last-Translator: \n"
    1010"Language-Team: Carsten Scheuer <scheuer@inveris.de>\n"
     
    777777#: includes/class-kickstart.php:1319
    778778msgid "Enable extended caching of real estate object data."
    779 msgstr "Erweitertes Caching von Immobilienobjekt-Daten aktivieren.#"
     779msgstr "Erweitertes Caching von Immobilienobjekt-Daten aktivieren."
    780780
    781781#: includes/class-kickstart.php:1325
  • immonex-kickstart/trunk/readme.txt

    r3468665 r3468698  
    44Requires at least: 5.5
    55Tested up to: 7.0
    6 Stable Tag: 1.14.2
     6Stable Tag: 1.14.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    125125== Changelog ==
    126126
    127 = 1.14.2 =
     127= 1.14.3 =
    128128* Release date: 2026-02-24
    129129* Fixed backlink and OpenImmo2WP compatibility issues.
  • immonex-kickstart/trunk/vendor/composer/installed.php

    r3468665 r3468698  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'dd1ccd945e82c20475d736073451ce336c4e27e2',
     6        'reference' => '1da899a1d03b336c1a176e0445b7d03eb898b65b',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3434            'pretty_version' => 'dev-master',
    3535            'version' => 'dev-master',
    36             'reference' => 'dd1ccd945e82c20475d736073451ce336c4e27e2',
     36            'reference' => '1da899a1d03b336c1a176e0445b7d03eb898b65b',
    3737            'type' => 'library',
    3838            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.