Plugin Directory

Changeset 2443779


Ignore:
Timestamp:
12/21/2020 04:22:15 PM (5 years ago)
Author:
lightningsoft
Message:

Bug fix at admin menu page

Location:
ls-wp-currency-byn/trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • ls-wp-currency-byn/trunk/ls-wp-currency-byn.php

    r2441844 r2443779  
    44        Plugin URI: https://wordpress.org/plugins/ls-wp-currency-byn
    55        Description: Shows currency exchange rates for Belarus
    6         Version: 1.0.0
     6        Version: 1.0.1
    77        Author: Lightning Soft
    88        Author URI: https://lightning-soft.com/
     
    1010        License: GPL2
    1111    */
     12
     13    define('LS_WP_CURRENCY_BYN_NAME', basename( __DIR__ ));
    1214
    1315    register_activation_hook(__FILE__,'ls_cb_activationmoney');
     
    7274    add_action( 'admin_menu', function(){
    7375            add_menu_page(
    74             'Currency BYN',
    75             'Currency BYN',
     76            'LS WP Currency BYN',
     77            'LS WP Currency BYN',
    7678            'manage_options',
    77             'money/menu-page.php',
     79            LS_WP_CURRENCY_BYN_NAME . '/ls-wp-currency-byn-page.php',
    7880            '',
    79             plugins_url( 'money/images/menu-icon.svg' ),
     81            plugins_url( 'images/menu-icon.svg', __FILE__ ),
    8082            83
    8183        );
  • ls-wp-currency-byn/trunk/readme.txt

    r2441844 r2443779  
    44Requires at least: 5.4
    55Tested up to: 5.6
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    2828Release Date - 17 December 2020
    2929*
     30
     31= 1.0.1 =
     32*
     3321 December 2020
     34Bug fix at currency admin menu page and icon view
     35*
Note: See TracChangeset for help on using the changeset viewer.