Changeset 3325107
- Timestamp:
- 07/09/2025 03:43:17 PM (9 months ago)
- Location:
- vedicastroapi/trunk
- Files:
-
- 2 edited
-
ReadMe.txt (modified) (4 diffs)
-
vedic-astro-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vedicastroapi/trunk/ReadMe.txt
r3324972 r3325107 3 3 Tags: 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, woocommerce, pdf 4 4 Requires at least: 6.0 5 Tested up to: 6.7 5 6 Stable tag: 2.0.1 6 7 Requires PHP: 7.4 or later … … 105 106 * Feature: Added WooCommerce PDF Addon integration allowing users to create PDF products with customizable pricing for different PDF types (small, medium, large, 12_month_prediction, predictions, matching). 106 107 * Enhancement: Updated plugin settings to include PDF product mapping dropdowns for WooCommerce integration. 107 ======== 1.0.13 = 108 109 = 1.0.13 = 108 110 * Version 1.0.13 - January 27, 2025 109 111 * Information: Added total API call count on Vedic Astro Shortcode List under VedicAstroAPI Settings. 110 112 111 113 = 1.0.12 = 112 * Version 1.0.12 - January 25, 2025113 * Issue: Panchang and Moon Calendar shortcode issues fixed.114 115 ======== 1.0.12 =116 114 * Version 1.0.12 - January 25, 2025 117 115 * Issue: Panchang and Moon Calendar shortcode issues fixed. … … 179 177 * Description: "Added support for 21 languages and WooCommerce PDF Addon integration with customizable pricing for different PDF types." 180 178 181 = =1.0.13 =179 = 1.0.13 = 182 180 * Title: "Plugin Update Available" 183 181 * Introduction: "A new version of VedicAstroAPI is now available." … … 188 186 * Introduction: "A new version of VedicAstroAPI is now available." 189 187 * Description: "Panchang and Moon Calendar shortcode issues fixed." 190 191 188 192 189 = 1.0.11 = -
vedicastroapi/trunk/vedic-astro-api.php
r3228916 r3325107 17 17 * Plugin URI: https://vedicastroapi.com 18 18 * 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.1319 * Version: 2.0.1 20 20 * Author: Vedic Astro API 21 21 * Author URI: https://sohamsolution.com … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define( 'VEDIC_ASTRO_API_VERSION', ' 1.0.13' );38 define( 'VEDIC_ASTRO_API_VERSION', '2.0.1' ); 39 39 define( 'VEDICASTRO_URL', plugin_dir_url( __FILE__ ) ); 40 40 define( 'VEDIC_ASTRO_API_ROOT_URL', 'https://api.vedicastroapi.com/v3-json/' );
Note: See TracChangeset
for help on using the changeset viewer.