Changeset 3131032
- Timestamp:
- 08/05/2024 12:25:07 PM (20 months ago)
- Location:
- planetary-position/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
class-planetary-position.php (modified) (1 diff)
-
planetary-position.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
planetary-position/trunk/README.txt
r3128250 r3131032 41 41 42 42 == Changelog == 43 = 1.6 = 44 Option to select tropical and sidereal wheels. 45 Many GUI fixes. 43 46 = 1.5.3 = 44 47 Remove continuous update of planets every 10 seconds. … … 57 60 58 61 == Upgrade Notice == 59 Added ayanamsa selection to settings options.62 Options to select either or both of tropical and sidereal zodiac wheels. -
planetary-position/trunk/class-planetary-position.php
r3013289 r3131032 11 11 { 12 12 13 const VERSION = '1. 5.3';13 const VERSION = '1.6.0'; 14 14 15 15 protected $plugin_slug = 'planetary-position'; -
planetary-position/trunk/planetary-position.php
r3013289 r3131032 6 6 * Plugin Name: Planetary Position 7 7 * Description: Plugin to display Planetary Positions 8 * Version: 1. 5.38 * Version: 1.6 9 9 * Author: Sammy Wally 10 10 * License: GPL-3.0+
Note: See TracChangeset
for help on using the changeset viewer.