Changeset 2738597
- Timestamp:
- 06/07/2022 12:07:33 PM (4 years ago)
- Location:
- wp01/trunk
- Files:
-
- 3 edited
-
inc/class-wp01.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wp01.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp01/trunk/inc/class-wp01.php
r2704885 r2738597 82 82 add_action('wp_ajax_wp01_save_settings', array('WP01', 'save_settings')); 83 83 /* start new */ 84 /* 84 85 add_action('wp_ajax_wp01_generate_zip_archive', array('WP01', 'make_archive')); 85 86 add_action('wp_ajax_nopriv_wp01_generate_zip_archive', array('WP01', 'make_archive')); 87 */ 86 88 /* end new */ 87 89 } -
wp01/trunk/readme.txt
r2704885 r2738597 1 1 === WP01 - Speed, Security, SEO consultant === 2 2 Plugin Name: WP01 - Speed, Security, SEO consultant 3 Version: 2.6 3 Version: 2.6.1 4 4 Author: WP01 5 5 Author URI: https://wp01.ru … … 8 8 Donate link: https://plagin.wp01.ru/coffee-for-developers.php 9 9 Requires at least: 4.0 10 Tested up to: 5.9.210 Tested up to: 6.0 11 11 Requires PHP: 5.6 12 Stable tag: 2.6 12 Stable tag: 2.6.1 13 13 License: GPLv2 or later 14 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 79 79 80 80 == Changelog == 81 = 2.6.1 = 82 * Vulnerability frozen 83 * Fixed inaccuracies 84 * Tested for compatibility with WordPress 6.0 85 81 86 = 2.6 = 82 87 * The "Quick Backup" subsection has been created -
wp01/trunk/wp01.php
r2704885 r2738597 4 4 * Plugin URI: https://wp01.ru 5 5 * Description: Плагин для самостоятельного ускорения, seo оптимизации и защиты вашего WordPress сайта. 6 * Version: 2.6 6 * Version: 2.6.1 7 7 * Author: WP01 8 8 * Author URI: https://wp01.ru
Note: See TracChangeset
for help on using the changeset viewer.