Plugin Directory

Changeset 3265890


Ignore:
Timestamp:
04/02/2025 07:49:12 PM (11 months ago)
Author:
MrViSiOn
Message:

1.0.51

  • Site info in the correct language.
Location:
multi-connect
Files:
21 added
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • multi-connect/trunk/includes/class-multi-connect-api.php

    r3250891 r3265890  
    11521152
    11531153    public function get_site_info( $request ) {
     1154        load_default_textdomain();
     1155        $locale = determine_locale();
     1156        load_textdomain( 'default', WP_LANG_DIR . "/admin-$locale.mo", $locale );
     1157
    11541158        $systemInfo = array();
    11551159
     
    13431347        return array(
    13441348            'success'     => true,
    1345             'message'     => sprintf( 'Plugin %s updated successfully to version %s', $plugin_name, $plugin_version ),
     1349            'message'     => sprintf( 'Plugin %s updated successfully', $plugin_name ),
    13461350            'plugin_file' => $plugin_file,
    13471351        );
  • multi-connect/trunk/multi-connect.php

    r3250891 r3265890  
    44 * Plugin URI: https://multi-wp.com
    55 * Description: Connect your WordPress site with Multi-WP for centralized management and updates.
    6  * Version: 1.0.50
     6 * Version: 1.0.51
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
  • multi-connect/trunk/readme.txt

    r3250891 r3265890  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.0.50
     7Stable tag: 1.0.51
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4444
    4545== Changelog ==
     46
     47= 1.0.51 =
     48* Site info in the correct language.
    4649
    4750= 1.0.50 =
Note: See TracChangeset for help on using the changeset viewer.