Plugin Directory

Changeset 2981139


Ignore:
Timestamp:
10/19/2023 10:49:46 AM (2 years ago)
Author:
apsaraaruna
Message:

code cleared

Location:
exchangerate-api/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • exchangerate-api/trunk/exchangerate-api.php

    r2980690 r2981139  
    44Plugin URI: https://wordpress.org/plugins/exchangerate-api/
    55Description: A powerful and easy-to-use plugin that provides real-time currency exchange rates from a trusted API source. Stay updated with accurate exchange rates for multiple currencies directly on your WordPress site.
    6 Version: 1.0
     6Version: 1.0.0
    77Author: Apsara Aruna
    88Author URI: https://apsaraaruna.com
     
    106106add_action('admin_init', 'exchange_rate_api_handle_manual_request');
    107107
    108 // Add the required action hook
    109 // add_action('init', 'exchange_rate_api_get_currency_rate');
    110 
    111108function exchange_rate_api_schedule_currency_rate_updates() {
    112109    if (!wp_next_scheduled('exchange_rate_api_update_currency_rates')) {
  • exchangerate-api/trunk/readme.txt

    r2981129 r2981139  
    55Requires at least: 5.0
    66Tested up to: 6.3.2
    7 Stable tag: 1.0
     7Stable tag: 1.0.0
    88Requires PHP: 5.6
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.