Plugin Directory

Changeset 3362212


Ignore:
Timestamp:
09/16/2025 05:44:04 AM (7 months ago)
Author:
vedicastroapiadmin
Message:

Fix PDF size issue.

Location:
vedicastroapi
Files:
146 added
3 edited

Legend:

Unmodified
Added
Removed
  • vedicastroapi/trunk/ReadMe.txt

    r3334440 r3362212  
    44Requires at least: 6.0
    55Tested up to: 6.7
    6 Stable tag: 2.0.4
     6Stable tag: 2.0.5
    77Requires PHP: 7.4 or later
    88Donate link: https://vedicastroapi.com/
     
    101101
    102102== Changelog ==
     103= 2.0.5 =
     104* Version 2.0.5 - Sep 16, 2025
     105* Information: Fixed PDF size issue.
     106
    103107= 2.0.4 =
    104 * Version 2.0.3 - July 26, 2025
     108* Version 2.0.4 - July 26, 2025
    105109* Information: Update woocommerce plugin active validation.
    106110
  • vedicastroapi/trunk/public/js/vedic-astro-api-public.js

    r3324957 r3362212  
    318318            let isFree = $(this).find(':selected').attr('data-is-free');
    319319            let pdfType = $(this).find(':selected').attr('data-pdf-type');
    320             $('#pdf_type').val(pdfType);
     320            $('#kundali-pdf_type').val(pdfType);
    321321            if (isFree == 'yes') {
    322322                $(this).closest('.kundali-pdf-download-section').find('.kundali-pdf-price-heading').text(`${productCurrency} ${productPrice}/pdf (Free)`);
  • vedicastroapi/trunk/vedic-astro-api.php

    r3334440 r3362212  
    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.4
     19 * Version:           2.0.5
    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.4' );
     38define( 'VEDIC_ASTRO_API_VERSION', '2.0.5' );
    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.