Plugin Directory

Changeset 3334437


Ignore:
Timestamp:
07/26/2025 05:48:25 AM (8 months ago)
Author:
vedicastroapiadmin
Message:

Fix bug woocommerce plugin active validation

Location:
vedicastroapi
Files:
146 added
2 edited

Legend:

Unmodified
Added
Removed
  • vedicastroapi/trunk/ReadMe.txt

    r3326058 r3334437  
    44Requires at least: 6.0
    55Tested up to: 6.7
    6 Stable tag: 2.0.2
     6Stable tag: 2.0.3
    77Requires PHP: 7.4 or later
    88Donate link: https://vedicastroapi.com/
     
    101101
    102102== Changelog ==
     103= 2.0.3 =
     104* Version 2.0.3 - July 26, 2025
     105* Information: Fix bug woocommerce plugin active validation.
     106
    103107= 2.0.2 =
    104108* Version 2.0.2 - July 11, 2025
  • vedicastroapi/trunk/vedic-astro-api.php

    r3326054 r3334437  
    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:           2.0.2
     19 * Version:           2.0.3
    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', '2.0.2' );
     38define( 'VEDIC_ASTRO_API_VERSION', '2.0.3' );
    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.