Plugin Directory

Changeset 3057353


Ignore:
Timestamp:
03/23/2024 11:56:07 AM (2 years ago)
Author:
vedicastroapiadmin
Message:

v1.0.10 release

Location:
vedicastroapi
Files:
144 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • vedicastroapi/trunk/ReadMe.txt

    r3057338 r3057353  
    44Requires at least: 6.0
    55Tested up to: 6.5
    6 Stable tag: 1.0.9
     6Stable tag: 1.0.10
    77Requires PHP: 7.4 or later
    88Donate link: https://vedicastroapi.com/
     
    8383== Changelog ==
    8484
    85 = 1.0.8 =
    86 * Version 1.0.8 - March 23, 2024
     85= 1.0.10 =
     86* Version 1.0.10 - March 23, 2024
     87* Issue: Screenshots and icons updated.
     88
     89= 1.0.9 =
     90* Version 1.0.9 - March 23, 2024
    8791* Issue: Bug fixes and improvements.
    8892
     
    133137== Upgrade Notice ==
    134138
    135 = 1.0.8 =
     139= 1.0.10 =
     140* Title: "Plugin Update Available"
     141* Introduction: "A new version of VedicAstroAPI is now available."
     142* Description: "The new version includes updated screenshot and icons."
     143
     144= 1.0.9 =
    136145* Title: "Plugin Update Available"
    137146* Introduction: "A new version of VedicAstroAPI is now available."
  • vedicastroapi/trunk/vedic-astro-api.php

    r3057338 r3057353  
    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.9
     19 * Version:           1.0.10
    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.9' );
     38define( 'VEDIC_ASTRO_API_VERSION', '1.0.10' );
    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.