Changeset 2443779
- Timestamp:
- 12/21/2020 04:22:15 PM (5 years ago)
- Location:
- ls-wp-currency-byn/trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
ls-wp-currency-byn-page.php (added)
-
ls-wp-currency-byn.php (modified) (3 diffs)
-
menu-page.php (deleted)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ls-wp-currency-byn/trunk/ls-wp-currency-byn.php
r2441844 r2443779 4 4 Plugin URI: https://wordpress.org/plugins/ls-wp-currency-byn 5 5 Description: Shows currency exchange rates for Belarus 6 Version: 1.0. 06 Version: 1.0.1 7 7 Author: Lightning Soft 8 8 Author URI: https://lightning-soft.com/ … … 10 10 License: GPL2 11 11 */ 12 13 define('LS_WP_CURRENCY_BYN_NAME', basename( __DIR__ )); 12 14 13 15 register_activation_hook(__FILE__,'ls_cb_activationmoney'); … … 72 74 add_action( 'admin_menu', function(){ 73 75 add_menu_page( 74 ' Currency BYN',75 ' Currency BYN',76 'LS WP Currency BYN', 77 'LS WP Currency BYN', 76 78 'manage_options', 77 'money/menu-page.php',79 LS_WP_CURRENCY_BYN_NAME . '/ls-wp-currency-byn-page.php', 78 80 '', 79 plugins_url( ' money/images/menu-icon.svg'),81 plugins_url( 'images/menu-icon.svg', __FILE__ ), 80 82 83 81 83 ); -
ls-wp-currency-byn/trunk/readme.txt
r2441844 r2443779 4 4 Requires at least: 5.4 5 5 Tested up to: 5.6 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 28 28 Release Date - 17 December 2020 29 29 * 30 31 = 1.0.1 = 32 * 33 21 December 2020 34 Bug fix at currency admin menu page and icon view 35 *
Note: See TracChangeset
for help on using the changeset viewer.