Changeset 3013289
- Timestamp:
- 12/22/2023 10:54:46 AM (2 years ago)
- Location:
- planetary-position
- Files:
-
- 30 added
- 4 edited
-
tags/1.5.3 (added)
-
tags/1.5.3/README.txt (added)
-
tags/1.5.3/class-planetary-position-admin.php (added)
-
tags/1.5.3/class-planetary-position.php (added)
-
tags/1.5.3/images (added)
-
tags/1.5.3/images/Saravali.ttf (added)
-
tags/1.5.3/images/moon.png (added)
-
tags/1.5.3/images/moon_left.svg (added)
-
tags/1.5.3/images/moon_left_bg.svg (added)
-
tags/1.5.3/images/moon_left_fg.svg (added)
-
tags/1.5.3/images/moon_right.svg (added)
-
tags/1.5.3/images/moon_right_bg.svg (added)
-
tags/1.5.3/images/moon_right_fg.svg (added)
-
tags/1.5.3/images/nax7.png (added)
-
tags/1.5.3/images/screenshot.jpg (added)
-
tags/1.5.3/images/zodiac-wheel9.png (added)
-
tags/1.5.3/languages (added)
-
tags/1.5.3/languages/planetary-position.pot (added)
-
tags/1.5.3/planetary-position.php (added)
-
tags/1.5.3/uninstall.php (added)
-
tags/1.5.3/views (added)
-
tags/1.5.3/views/admin.php (added)
-
tags/1.5.3/widgets (added)
-
tags/1.5.3/widgets/jquery-ui.min.js (added)
-
tags/1.5.3/widgets/jquery.min.js (added)
-
tags/1.5.3/widgets/load.js (added)
-
tags/1.5.3/widgets/mosh.js (added)
-
tags/1.5.3/widgets/planetary-position-widget.php (added)
-
tags/1.5.3/widgets/print2.css (added)
-
tags/1.5.3/widgets/rasi-style.css (added)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/class-planetary-position.php (modified) (1 diff)
-
trunk/planetary-position.php (modified) (1 diff)
-
trunk/widgets/load.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
planetary-position/trunk/README.txt
r2992021 r3013289 6 6 Requires PHP: 7.3 7 7 Tested up to: 6.4 8 Stable tag: 1.5. 28 Stable tag: 1.5.3 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 41 41 42 42 == Changelog == 43 = 1.5.3 = 44 Remove continuous update of planets every 10 seconds. 45 Fix panchang details formatting. 43 46 = 1.5.2 = 44 47 Fixed ayanamsa bug -
planetary-position/trunk/class-planetary-position.php
r2934223 r3013289 11 11 { 12 12 13 const VERSION = '1.5. 1';13 const VERSION = '1.5.3'; 14 14 15 15 protected $plugin_slug = 'planetary-position'; -
planetary-position/trunk/planetary-position.php
r2934223 r3013289 6 6 * Plugin Name: Planetary Position 7 7 * Description: Plugin to display Planetary Positions 8 * Version: 1.5. 18 * Version: 1.5.3 9 9 * Author: Sammy Wally 10 10 * License: GPL-3.0+ -
planetary-position/trunk/widgets/load.js
r3013276 r3013289 1963 1963 $JQ(document).ready(function(){ 1964 1964 RASI(); 1965 setInterval(function() {waitasec(); } , 2000);1965 // setInterval(function() {waitasec(); } , 2000); 1966 1966 1967 1967 });
Note: See TracChangeset
for help on using the changeset viewer.