Plugin Directory

Changeset 3280728


Ignore:
Timestamp:
04/24/2025 09:18:16 AM (10 months ago)
Author:
vjoondev
Message:

Update wordpress adapter 3.0.3

Location:
vjoon-wp-adapter/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • vjoon-wp-adapter/trunk/Adapter.php

    r3251097 r3280728  
    66 * Author URI: https://vjoon.com
    77 * Description: vjoon WordPress Adapter for vjoon K4
    8  * Version: 3.0.2
     8 * Version: 3.0.3
    99 * Text Domain: vj-wp-adapter
    1010 * Domain Path: /resources/LocalizedStrings
  • vjoon-wp-adapter/trunk/readme.txt

    r3251097 r3280728  
    33Tags: vjoon, adapter, vjoon seven, vjoon k4
    44Requires at least: 6.0
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 8.2
    77Stable tag: trunk
     
    3737
    3838== Changelog ==
     39
     40= Version 3.0.3 =
     41
     42* Tested with WordPress 6.8
     43* Enhanced localization
    3944
    4045= Version 3.0.2 =
  • vjoon-wp-adapter/trunk/src/Functions.php

    r3251097 r3280728  
    621621
    622622                case 'getBuildInfo':
    623                     $return_value['result'] = "Build: 196 (e807aea)";
     623                    $return_value['result'] = "Build: 198 (8769ad9)";
    624624                    break;
    625625
     
    664664        $url          = str_replace( $host, '', $url );
    665665        $msgboxlabels = array(
    666             'questionLabel'         => __( 'vj-wp-adapter.functions.plugin.deactivate.msg', 'vj-wp-adapter' ),
     666            'questionLabel'         => __( 'To deactivate vjoon WP Adapter, please select which of the following options should be executed upon deletion of this plug-in:', 'vj-wp-adapter' ),
    667667            'deleteContentLabel'    => __( 'Delete all content owned by vjoon WP Adapter', 'vj-wp-adapter' ),
    668668            'attributeContentLabel' => __( 'Attribute all content owned by vjoon WP Adapter to:', 'vj-wp-adapter' ),
  • vjoon-wp-adapter/trunk/src/Response.php

    r3251097 r3280728  
    118118            default:
    119119                $code_array['code']    = 'unknown';
    120                 $code_array['message'] = __( 'vj-wp-adapter.response.message.error.unknown', 'vj-wp-adapter' );
     120                $code_array['message'] = __( 'An unexpected error occurred. vjoon GmbH would appreciate being notified of the error.', 'vj-wp-adapter' );
    121121                break;
    122122
  • vjoon-wp-adapter/trunk/vendor/composer/installed.php

    r3251097 r3280728  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'e807aea0d706de6eb45b528bc9a2d24d566e4566',
     6        'reference' => '8769ad96b8f871f1c1c7f1ba01d8ffe83f25b8d6',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    5050            'pretty_version' => 'dev-master',
    5151            'version' => 'dev-master',
    52             'reference' => 'e807aea0d706de6eb45b528bc9a2d24d566e4566',
     52            'reference' => '8769ad96b8f871f1c1c7f1ba01d8ffe83f25b8d6',
    5353            'type' => 'library',
    5454            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.