Changeset 3250867
- Timestamp:
- 03/05/2025 07:06:25 AM (12 months ago)
- Location:
- multi-connect
- Files:
-
- 21 added
- 3 edited
-
tags/1.0.49 (added)
-
tags/1.0.49/.editorconfig (added)
-
tags/1.0.49/assets (added)
-
tags/1.0.49/assets/css (added)
-
tags/1.0.49/assets/css/admin.css (added)
-
tags/1.0.49/assets/js (added)
-
tags/1.0.49/assets/js/admin.js (added)
-
tags/1.0.49/includes (added)
-
tags/1.0.49/includes/class-admin.php (added)
-
tags/1.0.49/includes/class-multi-connect-api.php (added)
-
tags/1.0.49/includes/class-multi-connect-upgrader-skin.php (added)
-
tags/1.0.49/includes/public.key (added)
-
tags/1.0.49/languages (added)
-
tags/1.0.49/languages/multi-connect-es.mo (added)
-
tags/1.0.49/languages/multi-connect-es.po (added)
-
tags/1.0.49/languages/multi-connect.pot (added)
-
tags/1.0.49/logo.png (added)
-
tags/1.0.49/multi-connect.php (added)
-
tags/1.0.49/phpcs.xml (added)
-
tags/1.0.49/readme.txt (added)
-
tags/1.0.49/uninstall.php (added)
-
trunk/includes/class-multi-connect-api.php (modified) (1 diff)
-
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
r3250638 r3250867 1194 1194 * @return bool|WP_Error True si es válido, WP_Error si no lo es 1195 1195 */ 1196 private function verify_wordpress_plugin( $zip_file ) : bool|WP_Error{1196 private function verify_wordpress_plugin( $zip_file ) { 1197 1197 // Verificar que WP_Filesystem está disponible 1198 1198 if ( ! function_exists( 'WP_Filesystem' ) ) { -
multi-connect/trunk/multi-connect.php
r3250638 r3250867 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.4 86 * Version: 1.0.49 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 -
multi-connect/trunk/readme.txt
r3250638 r3250867 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.4 87 Stable tag: 1.0.49 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.49 = 48 * PHP 7.4 compatibility. 46 49 47 50 = 1.0.48 =
Note: See TracChangeset
for help on using the changeset viewer.