{"id":73607,"date":"2017-08-24T22:02:01","date_gmt":"2017-08-24T22:02:01","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-currency-exchange-rates\/"},"modified":"2025-09-04T15:39:50","modified_gmt":"2025-09-04T15:39:50","slug":"wp-currency-exchange-rates","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/wp-currency-exchange-rates\/","author":18216844,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.1","stable_tag":"1.3.1","tested":"6.8.5","requires":"4.4","requires_php":"","requires_plugins":null,"header_name":"WP Currency Exchange Rates","header_author":"WPFactory","header_description":"Currency exchange rates for WordPress.","assets_banners_color":"c1c1c3","last_updated":"2025-09-04 15:39:50","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wpfactory.com\/","header_author_uri":"https:\/\/wpfactory.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":3387,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"algoritmika","date":"2017-08-24 22:02:35"},"1.1.0":{"tag":"1.1.0","author":"algoritmika","date":"2020-03-05 14:29:20"},"1.2.0":{"tag":"1.2.0","author":"wpcodefactory","date":"2022-12-23 22:57:50"},"1.3.0":{"tag":"1.3.0","author":"wpcodefactory","date":"2024-12-06 09:03:10"},"1.3.1":{"tag":"1.3.1","author":"wpcodefactory","date":"2025-09-04 15:39:50"}},"upgrade_notice":{"1.0.0":"<p>This is the first release of the plugin.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2838742,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2838742,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2838742,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2838742,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.2.0","1.3.0","1.3.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[8504,145488,21292],"plugin_category":[45],"plugin_contributors":[78783,189606],"plugin_business_model":[],"class_list":["post-73607","plugin","type-plugin","status-publish","hentry","plugin_tags-currency","plugin_tags-currency-exchange-rates","plugin_tags-exchange-rates","plugin_category-ecommerce","plugin_contributors-anbinder","plugin_contributors-wpcodefactory","plugin_committers-algoritmika","plugin_committers-wpcodefactory","plugin_support_reps-anbinder","plugin_support_reps-karzin","plugin_support_reps-tahaamin"],"banners":{"banner":"https:\/\/ps.w.org\/wp-currency-exchange-rates\/assets\/banner-772x250.png?rev=2838742","banner_2x":"https:\/\/ps.w.org\/wp-currency-exchange-rates\/assets\/banner-1544x500.png?rev=2838742","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/wp-currency-exchange-rates\/assets\/icon-128x128.png?rev=2838742","icon_2x":"https:\/\/ps.w.org\/wp-currency-exchange-rates\/assets\/icon-256x256.png?rev=2838742","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p><strong>WP Currency Exchange Rates<\/strong> plugin lets you display currency exchange rates on your site.<\/p>\n\n<h3>&#9989; Main Features<\/h3>\n\n<p>Rates can be displayed with:<\/p>\n\n<ul>\n<li>\"Currency Exchange Rates\" <strong>widget<\/strong>,<\/li>\n<li><code>[alg_cer_get_exchange_rate]<\/code> and\/or <code>[alg_cer_get_saved_exchange_rate]<\/code> <strong>shortcodes<\/strong>,<\/li>\n<li><code>alg_cer_get_exchange_rate()<\/code> and\/or <code>alg_cer_get_saved_exchange_rate()<\/code> <strong>PHP functions<\/strong>.<\/li>\n<\/ul>\n\n<p>Exchange rates are updated via <a href=\"https:\/\/fixer.io\/terms\">Fixer.io API<\/a>. Please note that you will have to get your free API key from <a href=\"https:\/\/fixer.io\/product\">Fixer.io<\/a>.<\/p>\n\n<h3>&#128472; Feedback<\/h3>\n\n<ul>\n<li>We are open to your suggestions and feedback. Thank you for using or trying out one of our plugins!<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the entire plugin folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.3.1 - 04\/09\/2025<\/h4>\n\n<ul>\n<li>Tested up to: 6.8.<\/li>\n<\/ul>\n\n<h4>1.3.0 - 06\/12\/2024<\/h4>\n\n<ul>\n<li>Dev - Security - Output escaped.<\/li>\n<li>Dev - Security - Input sanitized.<\/li>\n<li>Dev - Security - Nonces added.<\/li>\n<li>Dev - Code refactoring.<\/li>\n<li>Dev - Coding standards improved.<\/li>\n<li>Dev - Developers - <code>alg_cer_currencies<\/code> filter added.<\/li>\n<li>Tested up to: 6.7.<\/li>\n<\/ul>\n\n<h4>1.2.0 - 23\/12\/2022<\/h4>\n\n<ul>\n<li>Fix - Admin \"Update rates now\" button notice fixed.<\/li>\n<li>Dev - Localisation - <code>load_plugin_textdomain()<\/code> function moved to the <code>init<\/code> action.<\/li>\n<li>Dev - Plugin is initialized on <code>plugins_loaded<\/code> now.<\/li>\n<li>Dev - Code refactoring.<\/li>\n<li>Tested up to: 6.1.<\/li>\n<li>Readme.txt updated.<\/li>\n<li>Deploy script added.<\/li>\n<\/ul>\n\n<h4>1.1.0 - 05\/03\/2020<\/h4>\n\n<ul>\n<li>Fix - Default \"Exchange Rates Server\" value fixed (was <code>yahoo<\/code>).<\/li>\n<li>Fix - Fixer.io - API Endpoint fixed.<\/li>\n<li>Fix - \"API key\" option added.<\/li>\n<li>Fix - Non <code>EUR<\/code> base currency fixed.<\/li>\n<li>Dev - Widget - \"Use saved rates\" option added.<\/li>\n<li>Plugin URI updated.<\/li>\n<li>Author URI updated.<\/li>\n<li>Donate link removed.<\/li>\n<li>Tags updated.<\/li>\n<li>POT file uploaded.<\/li>\n<li>Tested up to: 5.3.<\/li>\n<\/ul>\n\n<h4>1.0.0 - 20\/08\/2017<\/h4>\n\n<ul>\n<li>Initial Release.<\/li>\n<\/ul>","raw_excerpt":"Currency exchange rates for WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/73607","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=73607"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/wpcodefactory"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=73607"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=73607"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=73607"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=73607"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=73607"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=73607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}