Changeset 2178807
- Timestamp:
- 10/23/2019 07:49:49 PM (6 years ago)
- Location:
- native-performance/trunk
- Files:
-
- 2 edited
-
changelog.txt (modified) (1 diff)
-
native-performance.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
native-performance/trunk/changelog.txt
r2108505 r2178807 1 1 === Native Performance Changelog === 2 3 = 1.2.5 = 4 * WordPress 5.3 Support Declared 2 5 3 6 = 1.2.4 = -
native-performance/trunk/native-performance.php
r2108505 r2178807 7 7 /** 8 8 * Plugin Name: Native Performance 9 * Version: 1.2. 49 * Version: 1.2.5 10 10 * Requires at least: 4.0 11 * Tested up to: 5. 2.112 * Plugin URI: https://www. desarrollo.quecodigo.com/wordpress/plugins.html11 * Tested up to: 5.3 12 * Plugin URI: https://www.quecodigo.com/ 13 13 * Description: Native Performance is an all-in-one complement that integrates, in a complete and robust core, a set of tools for the solution of common errors, optimization, performance and much more. 14 14 * Author: QuéCódigo … … 49 49 50 50 $np_definitation = array( 51 'version' => '1.2. 4',51 'version' => '1.2.5', 52 52 'admin-page' => false, 53 53 'slug' => 'N Performance', … … 86 86 $new_links = array( 87 87 'donate' => '<a href="https://www.paypal.me/quecodig" target="_blank">Donar</a>', 88 'support' => '<a href="https://www. desarrollo.quecodigo.com/wordpress/">'.__("Support").'</a>'88 'support' => '<a href="https://www.quecodigo.com/">'.__("Support").'</a>' 89 89 ); 90 90 $links = array_merge( $links, $new_links );
Note: See TracChangeset
for help on using the changeset viewer.