Changeset 3265890
- Timestamp:
- 04/02/2025 07:49:12 PM (11 months ago)
- Location:
- multi-connect
- Files:
-
- 21 added
- 3 edited
- 1 copied
-
tags/1.0.51 (added)
-
tags/1.0.51/.editorconfig (added)
-
tags/1.0.51/assets (added)
-
tags/1.0.51/assets/css (added)
-
tags/1.0.51/assets/css/admin.css (added)
-
tags/1.0.51/assets/js (added)
-
tags/1.0.51/assets/js/admin.js (added)
-
tags/1.0.51/includes (added)
-
tags/1.0.51/includes/class-admin.php (added)
-
tags/1.0.51/includes/class-multi-connect-api.php (added)
-
tags/1.0.51/includes/class-multi-connect-upgrader-skin.php (added)
-
tags/1.0.51/includes/public.key (added)
-
tags/1.0.51/languages (added)
-
tags/1.0.51/languages/multi-connect-es.mo (added)
-
tags/1.0.51/languages/multi-connect-es.po (added)
-
tags/1.0.51/languages/multi-connect.pot (added)
-
tags/1.0.51/logo.png (added)
-
tags/1.0.51/multi-connect.php (added)
-
tags/1.0.51/phpcs.xml (added)
-
tags/1.0.51/readme.txt (added)
-
tags/1.0.51/uninstall.php (added)
-
trunk/includes/class-multi-connect-api.php (modified) (2 diffs)
-
trunk/logo.png (copied) (copied from multi-connect/assets/icon.png)
-
trunk/multi-connect.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
multi-connect/trunk/includes/class-multi-connect-api.php
r3250891 r3265890 1152 1152 1153 1153 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 1154 1158 $systemInfo = array(); 1155 1159 … … 1343 1347 return array( 1344 1348 '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 ), 1346 1350 'plugin_file' => $plugin_file, 1347 1351 ); -
multi-connect/trunk/multi-connect.php
r3250891 r3265890 4 4 * Plugin URI: https://multi-wp.com 5 5 * Description: Connect your WordPress site with Multi-WP for centralized management and updates. 6 * Version: 1.0.5 06 * Version: 1.0.51 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 -
multi-connect/trunk/readme.txt
r3250891 r3265890 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.5 07 Stable tag: 1.0.51 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 44 44 45 45 == Changelog == 46 47 = 1.0.51 = 48 * Site info in the correct language. 46 49 47 50 = 1.0.50 =
Note: See TracChangeset
for help on using the changeset viewer.