Changeset 3283479
- Timestamp:
- 04/28/2025 02:26:14 PM (9 months ago)
- Location:
- native-performance
- Files:
-
- 37 added
- 3 edited
-
tags/1.2.10 (added)
-
tags/1.2.10/assets (added)
-
tags/1.2.10/assets/css (added)
-
tags/1.2.10/assets/css/style.css (added)
-
tags/1.2.10/assets/css/style.css.map (added)
-
tags/1.2.10/assets/img (added)
-
tags/1.2.10/assets/img/icon-color.svg (added)
-
tags/1.2.10/assets/img/icon-mono.svg (added)
-
tags/1.2.10/assets/img/icon.png (added)
-
tags/1.2.10/changelog.txt (added)
-
tags/1.2.10/core (added)
-
tags/1.2.10/core/class-actions.php (added)
-
tags/1.2.10/core/class-admin.php (added)
-
tags/1.2.10/core/class-functions.php (added)
-
tags/1.2.10/includes (added)
-
tags/1.2.10/includes/tweaks (added)
-
tags/1.2.10/includes/tweaks/dashboard.php (added)
-
tags/1.2.10/includes/tweaks/footer.php (added)
-
tags/1.2.10/includes/tweaks/head.php (added)
-
tags/1.2.10/includes/tweaks/header.php (added)
-
tags/1.2.10/includes/tweaks/plugins.php (added)
-
tags/1.2.10/includes/tweaks/statics.php (added)
-
tags/1.2.10/includes/tweaks/thumbnails.php (added)
-
tags/1.2.10/languages (added)
-
tags/1.2.10/languages/native-performance-es_ES.mo (added)
-
tags/1.2.10/languages/native-performance-es_ES.po (added)
-
tags/1.2.10/languages/native-performance.pot (added)
-
tags/1.2.10/languages/nperformance-es_ES.mo (added)
-
tags/1.2.10/languages/nperformance-es_ES.po (added)
-
tags/1.2.10/languages/nperformance.pot (added)
-
tags/1.2.10/native-performance-main.php (added)
-
tags/1.2.10/native-performance.php (added)
-
tags/1.2.10/readme.txt (added)
-
tags/1.2.10/scss (added)
-
tags/1.2.10/scss/style.scss (added)
-
tags/1.2.10/templates (added)
-
tags/1.2.10/templates/page-admin.tpl (added)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/native-performance.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
native-performance/trunk/changelog.txt
r2943910 r3283479 1 1 === Native Performance Changelog === 2 = 1.2.10 = 3 * WordPress 6.8 Support Declared 2 4 = 1.2.9 = 3 5 * WordPress 6.2 Support Declared -
native-performance/trunk/native-performance.php
r2943910 r3283479 7 7 /** 8 8 * Plugin Name: Native Performance 9 * Version: 1.2. 99 * Version: 1.2.10 10 10 * Requires at least: 4.0 11 * Tested up to: 6. 2.211 * Tested up to: 6.8 12 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 15 15 * Author URI: https://www.quecodigo.com/ 16 *17 16 * Text Domain: native-performance 18 17 * Domain Path: /languages/ 19 *20 18 * License: GPLv3 or later. 21 19 */ … … 49 47 50 48 $np_definitation = array( 51 'version' => '1.2. 9',49 'version' => '1.2.10', 52 50 'admin-page' => false, 53 51 'slug' => 'N Performance', -
native-performance/trunk/readme.txt
r2943910 r3283479 4 4 Tags: Optimization, Speed, Heartbeat api, Cache, Performance, Caching, All-in-one 5 5 Requires at least: 4.9 6 Tested up to: 6. 2.27 Stable tag: 1.2. 86 Tested up to: 6.8 7 Stable tag: 1.2.10 8 8 Requires PHP: 5.0 9 9 License: GPLv3 or later. … … 79 79 80 80 == Changelog == 81 = 1.2.10 = 82 Tested up to: 6.8 81 83 = 1.2.9 = 82 84 Tested up to: 6.2.2
Note: See TracChangeset
for help on using the changeset viewer.