Changeset 2710256
- Timestamp:
- 04/15/2022 03:08:50 PM (4 years ago)
- Location:
- transact
- Files:
-
- 2 edited
- 19 copied
-
tags/5.8.1 (copied) (copied from transact/trunk)
-
tags/5.8.1/README.md (copied) (copied from transact/trunk/README.md)
-
tags/5.8.1/admin/controllers/transact-admin-settings-menu.php (copied) (copied from transact/trunk/admin/controllers/transact-admin-settings-menu.php)
-
tags/5.8.1/admin/controllers/transact-admin-settings-post.php (copied) (copied from transact/trunk/admin/controllers/transact-admin-settings-post.php)
-
tags/5.8.1/admin/controllers/transact-api.php (copied) (copied from transact/trunk/admin/controllers/transact-api.php)
-
tags/5.8.1/admin/controllers/transact-shortcode.php (copied) (copied from transact/trunk/admin/controllers/transact-shortcode.php)
-
tags/5.8.1/config.ini (copied) (copied from transact/trunk/config.ini)
-
tags/5.8.1/frontend/assets/style.css (copied) (copied from transact/trunk/frontend/assets/style.css)
-
tags/5.8.1/frontend/assets/transact_post.js (copied) (copied from transact/trunk/frontend/assets/transact_post.js)
-
tags/5.8.1/frontend/controllers/account_meta.php (copied) (copied from transact/trunk/frontend/controllers/account_meta.php)
-
tags/5.8.1/frontend/controllers/transact-api.php (copied) (copied from transact/trunk/frontend/controllers/transact-api.php)
-
tags/5.8.1/frontend/controllers/transact-handle-buttons-shortcode.php (copied) (copied from transact/trunk/frontend/controllers/transact-handle-buttons-shortcode.php)
-
tags/5.8.1/frontend/controllers/transact-handle-buttons.php (copied) (copied from transact/trunk/frontend/controllers/transact-handle-buttons.php)
-
tags/5.8.1/frontend/controllers/transact-single-post.php (copied) (copied from transact/trunk/frontend/controllers/transact-single-post.php)
-
tags/5.8.1/models/transact-button-types.php (copied) (copied from transact/trunk/models/transact-button-types.php)
-
tags/5.8.1/readme.txt (copied) (copied from transact/trunk/readme.txt) (2 diffs)
-
tags/5.8.1/transact-plugin.php (copied) (copied from transact/trunk/transact-plugin.php) (1 diff)
-
tags/5.8.1/utils/transact-currency-utils.php (copied) (copied from transact/trunk/utils/transact-currency-utils.php)
-
tags/5.8.1/utils/transact-utils-config-parser.php (copied) (copied from transact/trunk/utils/transact-utils-config-parser.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/transact-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
transact/tags/5.8.1/readme.txt
r2710252 r2710256 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.9.3 8 Stable tag: 5.8. 08 Stable tag: 5.8.1 9 9 License: APACHE-2.0 10 10 License URI: https://www.apache.org/licenses/LICENSE-2.0 … … 82 82 == Changelog == 83 83 84 = 5.8.1 = 85 * Fix currency selection 86 84 87 = 5.8.0 = 85 88 * Primary currency selection for USD, GBP, EUR, CAD -
transact/tags/5.8.1/transact-plugin.php
r2710252 r2710256 3 3 * Plugin Name: transact.io 4 4 * Description: Integrates transact.io services into WP 5 * Version: 5.8. 05 * Version: 5.8.1 6 6 * Author: transact.io 7 7 * Author URI: https://transact.io 8 8 * Plugin URI: https://wordpress.org/plugins/transact/ 9 9 */ 10 define('TRANSACT_VERSION', '5.8. 0'); // Cache busting10 define('TRANSACT_VERSION', '5.8.1'); // Cache busting 11 11 12 12 /** -
transact/trunk/readme.txt
r2710252 r2710256 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.9.3 8 Stable tag: 5.8. 08 Stable tag: 5.8.1 9 9 License: APACHE-2.0 10 10 License URI: https://www.apache.org/licenses/LICENSE-2.0 … … 82 82 == Changelog == 83 83 84 = 5.8.1 = 85 * Fix currency selection 86 84 87 = 5.8.0 = 85 88 * Primary currency selection for USD, GBP, EUR, CAD -
transact/trunk/transact-plugin.php
r2710252 r2710256 3 3 * Plugin Name: transact.io 4 4 * Description: Integrates transact.io services into WP 5 * Version: 5.8. 05 * Version: 5.8.1 6 6 * Author: transact.io 7 7 * Author URI: https://transact.io 8 8 * Plugin URI: https://wordpress.org/plugins/transact/ 9 9 */ 10 define('TRANSACT_VERSION', '5.8. 0'); // Cache busting10 define('TRANSACT_VERSION', '5.8.1'); // Cache busting 11 11 12 12 /**
Note: See TracChangeset
for help on using the changeset viewer.