Plugin Directory

Changeset 2875977


Ignore:
Timestamp:
03/07/2023 02:34:44 PM (3 years ago)
Author:
vedicastroapiadmin
Message:

V1.0.1 - Minor fixes in kundali shortcode

Location:
vedicastroapi
Files:
278 added
2 edited

Legend:

Unmodified
Added
Removed
  • vedicastroapi/trunk/ReadMe.txt

    r2875840 r2875977  
    44Requires at least: 6.0
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 7.4
    88Donate link: https://vedicastroapi.com/
     
    8383== Changelog ==
    8484
     85= 1.0.1 =
     86* Release Date: 7 Mar 2023
     87* Minor fixes in kundali shortcode.
     88
    8589= 1.0.0 =
    8690* Release Date: 7 Mar 2023
     
    8993== Upgrade Notice ==
    9094
     95= 1.0.1 =
     96* Release Date: 7 Mar 2023
     97* Minor fixes in kundali shortcode.
     98
    9199= 1.0.0 =
    92100* Release Date: 7 Mar 2023
  • vedicastroapi/trunk/vedic-astro-api.php

    r2875971 r2875977  
    1717 * Plugin URI:        https://vedicastroapi.com
    1818 * Description:       Horoscope and Astrology is the first vedic astrology plugin that lets you generate horoscope reports based on the birth details.
    19  * Version:           1.0.0
     19 * Version:           1.0.1
    2020 * Author:            Vedic Astro API
    2121 * Author URI:        https://sohamsolution.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'VEDIC_ASTRO_API_VERSION', '1.0.0' );
     38define( 'VEDIC_ASTRO_API_VERSION', '1.0.1' );
    3939define( 'VEDICASTRO_URL', plugin_dir_url( __FILE__ ) );
    4040define( 'VEDIC_ASTRO_API_ROOT_URL', 'https://api.vedicastroapi.com/v3-json/' );
Note: See TracChangeset for help on using the changeset viewer.