realhomes-currency-switcher
Last commit date
admin
1 day ago
includes
1 day ago
languages
1 day ago
public
1 day ago
LICENSE.txt
1 day ago
README.txt
16 hours ago
index.php
1 day ago
realhomes-currency-switcher.php
1 day ago
uninstall.php
1 day ago
README.txt
157 lines
| 1 | === RealHomes Currency Switcher === |
| 2 | Contributors: inspirythemes, saqibsarwar, fahidjavid, usmanaliqureshi |
| 3 | Tags: currency switcher, multi currency, real estate currencies, realhomes |
| 4 | Requires at least: 6.0 |
| 5 | Tested up to: 7.0 |
| 6 | Requires PHP: 8.3 |
| 7 | Stable tag: 1.1.2 |
| 8 | License: GPLv2 or later |
| 9 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 10 | |
| 11 | Provides multiple currencies support and currency switching functionality for RealHomes theme. |
| 12 | |
| 13 | == Description == |
| 14 | |
| 15 | This plugin works only with [RealHomes WordPress Real Estate Theme](https://realhomes.io/). |
| 16 | |
| 17 | Provides multiple currencies support and currency switching functionality for RealHomes theme. |
| 18 | |
| 19 | Plugin includes translation files for Spanish, Italian, French, German, Turkish and Portuguese languages. |
| 20 | |
| 21 | == Installation == |
| 22 | |
| 23 | This section describes how to install the plugin and get it working. |
| 24 | |
| 25 | ### Method 1: Manual Installation via FTP |
| 26 | |
| 27 | 1. **Extract the Contents**: Locate the downloaded `realhomes-currency-switcher.zip` file and extract its contents using your preferred file decompression tool. |
| 28 | 2. **Upload to WordPress**: Using an FTP client or your web hosting control panel's file manager, upload the extracted `realhomes-currency-switcher` folder to the `/wp-content/plugins/` directory on your WordPress website's server. |
| 29 | 3. **Activate the Plugin**: Log in to your WordPress dashboard, navigate to the 'Plugins' menu, and find `RealHomes Currency Switcher` in the list of available plugins. Click 'Activate' to enable the plugin's features on your site. |
| 30 | |
| 31 | ### Method 2: Install Directly Through WordPress |
| 32 | |
| 33 | 1. **Access the WordPress Dashboard**: Log in to your WordPress site's backend. |
| 34 | 2. **Navigate to Plugins**: On the dashboard menu, click on 'Plugins', then select 'Add New'. |
| 35 | 3. **Search for the Plugin**: In the 'Search plugins...' box, type in `RealHomes Currency Switcher`. |
| 36 | 4. **Install the Plugin**: Locate `RealHomes Currency Switcher` in the search results, click 'Install Now' and wait for the installation to complete. |
| 37 | 5. **Activate the Plugin**: After installation, click 'Activate' to start using the plugin on your website. |
| 38 | |
| 39 | == Frequently Asked Questions == |
| 40 | |
| 41 | = Can this plugin work standalone? = |
| 42 | |
| 43 | No, this plugin works only with [RealHomes WordPress real estate theme.](https://realhomes.io/) |
| 44 | |
| 45 | == Screenshots == |
| 46 | |
| 47 | 1. Currency Switcher Settings |
| 48 | |
| 49 | == Changelog == |
| 50 | |
| 51 | = 1.1.2 = |
| 52 | * Some minor improvements |
| 53 | * Updated language POT file |
| 54 | * Tested plugin with WordPress 7.0 |
| 55 | |
| 56 | = 1.1.1 = |
| 57 | * Added: Currency Switcher plugin settings to RealHomes Options Panel |
| 58 | * Some other code improvements |
| 59 | * Updated language POT file |
| 60 | * Tested plugin with WordPress 6.9.4 |
| 61 | |
| 62 | = 1.1.0 = |
| 63 | * Added: New tabbed interface to separate "General Settings" and "Supported Currencies Format" |
| 64 | * Added: Collapsible accordion panels for each supported currency to customize individual formats |
| 65 | * Added: Per-currency formatting options including symbol, position, spacing, decimals, and separators |
| 66 | * Added: Live preview feature in the admin panel to display exactly how the custom format will look |
| 67 | * Added: Per-currency rounding options (None, Round Up, Round Down) to control converted price logic |
| 68 | * Added: Precise decimal handling in the conversion logic to prevent premature rounding of converted prices |
| 69 | * Fixed: Resolved the frontend display bug where decimal places were missing from property prices |
| 70 | * Improved: Updated translations domain to RCS_TEXT_DOMAIN and plugin directory to RH_CURRENCY_SWITCHER_DIR to prevent conflicts |
| 71 | * Improved: Refactored admin JavaScript for better decimal validation, event delegation, and robust separator fallbacks |
| 72 | * Updated: Language POT file |
| 73 | * Tested: Plugin with WordPress 6.9.4 |
| 74 | |
| 75 | = 1.0.15 = |
| 76 | * WordPress 6.9 compatibility confirmed |
| 77 | * Updated minimum PHP requirement to 8.3 (recommended by WordPress.org) |
| 78 | * Updated translation files for multilingual support |
| 79 | * General code improvements |
| 80 | |
| 81 | = 1.0.14 = |
| 82 | * Added option to control the number of currencies to display on the frontend |
| 83 | * Updated language POT file |
| 84 | * Tested plugin with WordPress 6.8.3 |
| 85 | |
| 86 | = 1.0.13 = |
| 87 | * Improved the text-domain functionality for better compatibility |
| 88 | * Improved gettext translation throughout the plugin |
| 89 | * Updated language POT file |
| 90 | |
| 91 | = 1.0.12 = |
| 92 | * Updated the menu position |
| 93 | * Improved missing API keys notice |
| 94 | * Tested the plugin with WordPress 6.8.1 |
| 95 | |
| 96 | = 1.0.11 = |
| 97 | * Fixed text-domain notice |
| 98 | * Fixed Indonesian Currency symbol and symbol position |
| 99 | * Updated language files |
| 100 | * Tested plugin with WordPress 6.7.1 |
| 101 | |
| 102 | = 1.0.10 = |
| 103 | * Added currency switcher App ID missing notice |
| 104 | * Fixed an issue to remove warning notices in RealHomes theme |
| 105 | * Some code refinements |
| 106 | * Updated language files |
| 107 | * Tested plugin with WordPress 6.7 |
| 108 | |
| 109 | = 1.0.9 = |
| 110 | * Improved entry file information |
| 111 | * Improved readme.txt and readme.md file |
| 112 | * Updated language file |
| 113 | * Tested plugin with WordPress 6.6.0 |
| 114 | |
| 115 | = 1.0.8 = |
| 116 | * Added digital currency support |
| 117 | * Added plugin action links |
| 118 | * Improved version management code |
| 119 | * Improved settings layout and design |
| 120 | * Improved entry file information |
| 121 | * Improved readme.txt file |
| 122 | * Updated language file |
| 123 | * Tested plugin with WordPress 6.5.2 |
| 124 | |
| 125 | = 1.0.7 = |
| 126 | * Improved plugin version utilization |
| 127 | * Updated language file |
| 128 | * Tested plugin with WordPress 6.2 |
| 129 | |
| 130 | = 1.0.6 = |
| 131 | * Add settings link to plugin actions. |
| 132 | * Tested plugin with WordPress 6.0.1 |
| 133 | |
| 134 | = 1.0.5 = |
| 135 | * Updated outdated and incorrect currency symbols. |
| 136 | * Tested plugin with WordPress 5.9.3 |
| 137 | |
| 138 | = 1.0.4 = |
| 139 | * Added 'Auto Select Active Currency' option. |
| 140 | * Improved data validation in some areas. |
| 141 | * Updated POT language file. |
| 142 | * Tested plugin with WordPress 5.7.2 |
| 143 | |
| 144 | = 1.0.3 = |
| 145 | * Ensured the Currencies App ID and Currencies data before displaying the currency switcher. |
| 146 | * Tested plugin with WordPress 5.6.2 |
| 147 | |
| 148 | = 1.0.2 = |
| 149 | * Improved currency switching code to work with cache enabled sites. |
| 150 | * Tested plugin with WordPress 5.5.1 |
| 151 | |
| 152 | = 1.0.1 = |
| 153 | * Tested plugin with WordPress 5.5 |
| 154 | |
| 155 | = 1.0.0 = |
| 156 | * Initial Release. |
| 157 |