Plugin Directory

Changeset 2957939


Ignore:
Timestamp:
08/24/2023 02:36:12 PM (3 years ago)
Author:
markomaksym
Message:

Tested up to WP 6.3

Location:
mx-link-shortener
Files:
70 added
3 edited

Legend:

Unmodified
Added
Removed
  • mx-link-shortener/trunk/includes/core/Route-Registrar.php

    r2782771 r2957939  
    9191    *
    9292    */
    93     public function mxmls_set_data( $controller, $action, $slug = MXMLS_MAIN_MENU_SLUG, array $menu_properties, $sub_menu_slug = false, $settings_area = false )
     93    public function mxmls_set_data( $controller='', $action='', $slug = MXMLS_MAIN_MENU_SLUG, array $menu_properties=[], $sub_menu_slug = false, $settings_area = false )
    9494    {
    9595
  • mx-link-shortener/trunk/mx-link-shortener.php

    r2782814 r2957939  
    44Plugin URI: https://github.com/Maxim-us/wp-plugin-skeleton
    55Description: This plugin shortens links and allows you to store them on your website.
    6 Author: Marko Maksym
    7 Version: 1.0.3
     6Author: Maksym Marko
     7Version: 1.1
    88Author URI: https://markomaksym.com.ua/
    99*/
     
    7575
    7676    // version
    77     define( 'MXMLS_PLUGIN_VERSION', '1.0.3' ); // Must be replaced before production on for example '1.0'
     77    define( 'MXMLS_PLUGIN_VERSION', '1.1' ); // Must be replaced before production on for example '1.0'
    7878
    7979}
  • mx-link-shortener/trunk/readme.txt

    r2783329 r2957939  
    33Tags: Link shortener, cut link, short link
    44Requires at least: 4.9
    5 Tested up to: 6.0
    6 Stable tag: 1.0.3
     5Tested up to: 6.3
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 1.1 =
     73* Tested up to WP 6.3
     74
    7275= 1.0.3 =
    7376* Redirect issue fixed
Note: See TracChangeset for help on using the changeset viewer.