Plugin Directory

Changeset 2178807


Ignore:
Timestamp:
10/23/2019 07:49:49 PM (6 years ago)
Author:
quecodig
Message:

WordPress 5.3 Support Declared

Location:
native-performance/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • native-performance/trunk/changelog.txt

    r2108505 r2178807  
    11=== Native Performance Changelog ===
     2
     3= 1.2.5 =
     4* WordPress 5.3 Support Declared
    25
    36= 1.2.4 =
  • native-performance/trunk/native-performance.php

    r2108505 r2178807  
    77/**
    88 * Plugin Name: Native Performance
    9  * Version: 1.2.4
     9 * Version: 1.2.5
    1010 * Requires at least: 4.0
    11  * Tested up to: 5.2.1
    12  * Plugin URI: https://www.desarrollo.quecodigo.com/wordpress/plugins.html
     11 * Tested up to: 5.3
     12 * Plugin URI: https://www.quecodigo.com/
    1313 * 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.
    1414 * Author: QuéCódigo
     
    4949
    5050$np_definitation = array(
    51     'version' => '1.2.4',
     51    'version' => '1.2.5',
    5252    'admin-page' => false,
    5353    'slug' => 'N Performance',
     
    8686            $new_links = array(
    8787                '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>'
    8989            );
    9090            $links = array_merge( $links, $new_links );
Note: See TracChangeset for help on using the changeset viewer.