realhomes-currency-switcher
Last commit date
admin
1 year ago
includes
1 year ago
languages
1 year ago
public
1 year ago
LICENSE.txt
1 year ago
README.txt
1 year ago
index.php
1 year ago
realhomes-currency-switcher.php
1 year ago
uninstall.php
1 year ago
README.txt
105 lines
| 1 | === RealHomes Currency Switcher === |
| 2 | Contributors: inspirythemes, saqibsarwar, fahidjavid |
| 3 | Tags: currency switcher, multi currency, real estate currencies, realhomes |
| 4 | Requires at least: 6.0 |
| 5 | Tested up to: 6.7 |
| 6 | Stable tag: 1.0.10 |
| 7 | License: GPLv2 or later |
| 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | |
| 10 | Provides multiple currencies support and currency switching functionality for RealHomes theme. |
| 11 | |
| 12 | == Description == |
| 13 | |
| 14 | This plugin works only with [RealHomes WordPress Real Estate Theme](https://realhomes.io/). |
| 15 | |
| 16 | Provides multiple currencies support and currency switching functionality for RealHomes theme. |
| 17 | |
| 18 | Plugin includes translation files for Spanish, Italian, French, German, Turkish and Portuguese languages. |
| 19 | |
| 20 | == Installation == |
| 21 | |
| 22 | This section describes how to install the plugin and get it working. |
| 23 | |
| 24 | ### Method 1: Manual Installation via FTP |
| 25 | |
| 26 | 1. **Extract the Contents**: Locate the downloaded `realhomes-currency-switcher.zip` file and extract its contents using your preferred file decompression tool. |
| 27 | 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. |
| 28 | 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. |
| 29 | |
| 30 | ### Method 2: Install Directly Through WordPress |
| 31 | |
| 32 | 1. **Access the WordPress Dashboard**: Log in to your WordPress site's backend. |
| 33 | 2. **Navigate to Plugins**: On the dashboard menu, click on 'Plugins', then select 'Add New'. |
| 34 | 3. **Search for the Plugin**: In the 'Search plugins...' box, type in `RealHomes Currency Switcher`. |
| 35 | 4. **Install the Plugin**: Locate `RealHomes Currency Switcher` in the search results, click 'Install Now' and wait for the installation to complete. |
| 36 | 5. **Activate the Plugin**: After installation, click 'Activate' to start using the plugin on your website. |
| 37 | |
| 38 | == Frequently Asked Questions == |
| 39 | |
| 40 | = Can this plugin work standalone? = |
| 41 | |
| 42 | No, this plugin works only with [RealHomes WordPress real estate theme.](https://realhomes.io/) |
| 43 | |
| 44 | == Screenshots == |
| 45 | |
| 46 | 1. Currency Switcher Settings |
| 47 | |
| 48 | == Changelog == |
| 49 | |
| 50 | = 1.0.10 = |
| 51 | * Added currency switcher App ID missing notice |
| 52 | * Fixed an issue to remove warning notices in RealHomes theme |
| 53 | * Some code refinements |
| 54 | * Updated language files |
| 55 | * Tested plugin with WordPress 6.7 |
| 56 | |
| 57 | = 1.0.9 = |
| 58 | * Improved entry file information |
| 59 | * Improved readme.txt and readme.md file |
| 60 | * Updated language file |
| 61 | * Tested plugin with WordPress 6.6.0 |
| 62 | |
| 63 | = 1.0.8 = |
| 64 | * Added digital currency support |
| 65 | * Added plugin action links |
| 66 | * Improved version management code |
| 67 | * Improved settings layout and design |
| 68 | * Improved entry file information |
| 69 | * Improved readme.txt file |
| 70 | * Updated language file |
| 71 | * Tested plugin with WordPress 6.5.2 |
| 72 | |
| 73 | = 1.0.7 = |
| 74 | * Improved plugin version utilization |
| 75 | * Updated language file |
| 76 | * Tested plugin with WordPress 6.2 |
| 77 | |
| 78 | = 1.0.6 = |
| 79 | * Add settings link to plugin actions. |
| 80 | * Tested plugin with WordPress 6.0.1 |
| 81 | |
| 82 | = 1.0.5 = |
| 83 | * Updated outdated and incorrect currency symbols. |
| 84 | * Tested plugin with WordPress 5.9.3 |
| 85 | |
| 86 | = 1.0.4 = |
| 87 | * Added 'Auto Select Active Currency' option. |
| 88 | * Improved data validation in some areas. |
| 89 | * Updated POT language file. |
| 90 | * Tested plugin with WordPress 5.7.2 |
| 91 | |
| 92 | = 1.0.3 = |
| 93 | * Ensured the Currencies App ID and Currencies data before displaying the currency switcher. |
| 94 | * Tested plugin with WordPress 5.6.2 |
| 95 | |
| 96 | = 1.0.2 = |
| 97 | * Improved currency switching code to work with cache enabled sites. |
| 98 | * Tested plugin with WordPress 5.5.1 |
| 99 | |
| 100 | = 1.0.1 = |
| 101 | * Tested plugin with WordPress 5.5 |
| 102 | |
| 103 | = 1.0.0 = |
| 104 | * Initial Release. |
| 105 |