Plugin Directory

Changeset 3113588


Ignore:
Timestamp:
07/06/2024 05:11:35 PM (21 months ago)
Author:
vedicastroapiadmin
Message:

v1.0.11 release

Location:
vedicastroapi
Files:
141 added
3 edited

Legend:

Unmodified
Added
Removed
  • vedicastroapi/trunk/ReadMe.txt

    r3057353 r3113588  
    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.5
    6 Stable tag: 1.0.10
     5Tested up to: 6.5.5
     6Stable tag: 1.0.11
    77Requires PHP: 7.4 or later
    88Donate link: https://vedicastroapi.com/
     
    8383== Changelog ==
    8484
     85= 1.0.11 =
     86* Version 1.0.11 - July 6, 2024
     87* Issue: Form layouts and form color settings fixed.
     88
    8589= 1.0.10 =
    8690* Version 1.0.10 - March 23, 2024
     
    137141== Upgrade Notice ==
    138142
     143= 1.0.11 =
     144* Title: "Plugin Update Available"
     145* Introduction: "A new version of VedicAstroAPI is now available."
     146* Description: "The new version includes updated in form layouts and form color settings fixes."
     147
    139148= 1.0.10 =
    140149* Title: "Plugin Update Available"
  • vedicastroapi/trunk/public/css/vedic-astro-api-public.css

    r3039647 r3113588  
    653653    background:#fff;
    654654    margin-bottom: 0 !important;
    655     color: var(--vd_grey) !important;
     655    color: var(--vd_grey);
    656656}
    657657.astro_box_vedic_kundli .choose_services_row .astro_col-5:nth-child(2) {
     
    671671}
    672672.kundli_vedic_login_form .kundli_vedic_group input[type="submit"], .kundli_vedic_login_form .kundli_vedic_group input[type="button"] {
    673    background: var(--vd_blue) !important;
     673   background: var(--vd_blue);
    674674   border-radius: 4px;
    675    color: var(--vd_white) !important;
     675   color: var(--vd_white);
    676676   outline: none !important;
    677677   box-shadow: none !important;
     
    30283028}
    30293029section.choose_services, section.predictions_sec,section.kundli_sec,section.panchang_sec,section.moon_calendar_sec,section.panchang_calendar_sec,section.retro_sec,section.numberology_sec {
    3030     background:#fff;
     3030    background-color: transparent;
    30313031    width: 100%;
    30323032}
     
    30463046    color: #2E3B5C !important;
    30473047}
     3048
     3049/* Updated responsive CSS */
     3050#predictions_data .zodic_sign .choose_services_row {
     3051    display: flex !important;
     3052    gap: 15px;
     3053    flex-wrap: wrap;
     3054}
     3055.predictions_sec
     3056.choose_services_row
     3057.zodics_sign_tab {
     3058    border-radius: 5px;
     3059    width: 60px;
     3060    padding: 10px;
     3061}
     3062.zodics_content{
     3063    padding:0px;
     3064}
     3065.display_flex {
     3066    display: flex;
     3067    gap: 10px;
     3068    background-color: rgb(247, 247, 247);
     3069    padding: 10px !important;
     3070}
     3071.page a:focus {
     3072    outline: none;
     3073}
     3074.gradient_content {
     3075    height: auto !important;
     3076}
     3077
     3078
     3079.astro_grid, .lagan_chart_tabs_main  {
     3080    padding:0px;
     3081}
     3082.astro_box_row, #service-kundli .data_navmasa, #service-matching .choose_services_row {
     3083    display: initial !important;
     3084}
     3085.astro_container .choose_services_box {
     3086    padding: 20px !important;
     3087}
     3088table.lagan_birth_table_data tbody tr td,
     3089table.lagan_birth_table_data thead tr th {
     3090    padding: 6px!important;
     3091}
     3092.table.lagan_birth_table_data{
     3093    width:100% !important;
     3094}
     3095.indian_maching.vedicastro_tab_button a {
     3096    height: auto;
     3097    margin: 0;
     3098}
     3099.kundli_vedic_group {
     3100    margin-top: 15px;
     3101}
     3102.indian_maching {
     3103    margin-bottom: 15px !important;
     3104}
     3105.astro_box_row + .aquarius_sign {
     3106    padding: 0px !important;
     3107}
     3108table.calender .moon p, table.calender td p {
     3109    font-size: 12px !important;
     3110}
     3111#hura-mahurats .lagan_chart_birth_title h4,
     3112#choghadiya_data .lagan_chart_birth_title h4 {
     3113    line-height: 40px;
     3114}
     3115.numberlogy_box p {
     3116    align-items: flex-start !important;
     3117}
  • vedicastroapi/trunk/vedic-astro-api.php

    r3057353 r3113588  
    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.10
     19 * Version:           1.0.11
    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.10' );
     38define( 'VEDIC_ASTRO_API_VERSION', '1.0.11' );
    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.