Plugin Directory

Changeset 3057338


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

v1.0.9 release

Location:
vedicastroapi
Files:
141 added
4 edited

Legend:

Unmodified
Added
Removed
  • vedicastroapi/trunk/ReadMe.txt

    r3039647 r3057338  
    33Tags: kundli, panchang, marriage matching, planets, numerology, moon calendar, daily prediction, weekly prediction, sun sign, moon sign, planetary details, horoscope, dashas, gem stones, retrograde dates, rudraksh, sade sati
    44Requires at least: 6.0
    5 Tested up to: 6.4.3
    6 Stable tag: 1.0.8
     5Tested up to: 6.5
     6Stable tag: 1.0.9
    77Requires PHP: 7.4 or later
    88Donate link: https://vedicastroapi.com/
     
    8484
    8585= 1.0.8 =
     86* Version 1.0.8 - March 23, 2024
     87* Issue: Bug fixes and improvements.
     88
     89= 1.0.8 =
    8690* Version 1.0.8 - February 22, 2024
    8791* Issue: Bug fixes and improvements.
     
    134138* Description: "The new version includes bug fixes."
    135139
     140= 1.0.8 =
     141* Title: "Plugin Update Available"
     142* Introduction: "A new version of VedicAstroAPI is now available."
     143* Description: "The new version includes bug fixes."
     144
    136145= 1.0.7 =
    137146* Title: "Plugin Update Available"
  • vedicastroapi/trunk/admin/class-vedic-astro-api-admin.php

    r3039647 r3057338  
    228228                    'url'   => $vaapi_site_url . "/prediction-no-form/?zodiac=aries&lang=en",
    229229                    'type'  => array(
    230                         'zodiac' =>  'zodaic ex:- aries, taurus, gemeni, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn,  aquarius, pisces (optional)',
     230                        'zodiac' =>  'zodaic ex:- aries, taurus, gemini, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn,  aquarius, pisces (optional)',
    231231                        'lang'   =>  'Response language- en,hi,ka,ta,te,ml,be,sp,fr  (optional)',
    232232                    ),
  • vedicastroapi/trunk/admin/partials/shortcode/class-vedicastro-admin.php

    r3039647 r3057338  
    6060            'aries'       => __('Aries', 'vedic-astro-api'),
    6161            'taurus'      => __('Taurus', 'vedic-astro-api'),
    62             'gemeni'      => __('Gemeni', 'vedic-astro-api'),
     62            'gemini'      => __('Gemini', 'vedic-astro-api'),
    6363            'cancer'      => __('Cancer', 'vedic-astro-api'),
    6464            'leo'         => __('Leo', 'vedic-astro-api'),
  • vedicastroapi/trunk/vedic-astro-api.php

    r3039647 r3057338  
    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.8
     19 * Version:           1.0.9
    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.8' );
     38define( 'VEDIC_ASTRO_API_VERSION', '1.0.9' );
    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.