Changeset 2397933
- Timestamp:
- 10/12/2020 12:13:56 PM (5 years ago)
- Location:
- transact
- Files:
-
- 3 edited
- 10 copied
-
tags/5.2.2 (copied) (copied from transact/trunk)
-
tags/5.2.2/admin/controllers/transact-admin-settings-post.php (copied) (copied from transact/trunk/admin/controllers/transact-admin-settings-post.php)
-
tags/5.2.2/config.ini (copied) (copied from transact/trunk/config.ini)
-
tags/5.2.2/frontend/assets/transact_post.js (copied) (copied from transact/trunk/frontend/assets/transact_post.js)
-
tags/5.2.2/frontend/controllers/account_meta.php (copied) (copied from transact/trunk/frontend/controllers/account_meta.php)
-
tags/5.2.2/frontend/controllers/transact-api.php (copied) (copied from transact/trunk/frontend/controllers/transact-api.php) (1 diff)
-
tags/5.2.2/frontend/controllers/transact-single-post.php (copied) (copied from transact/trunk/frontend/controllers/transact-single-post.php)
-
tags/5.2.2/readme.txt (copied) (copied from transact/trunk/readme.txt) (2 diffs)
-
tags/5.2.2/transact-plugin.php (copied) (copied from transact/trunk/transact-plugin.php) (1 diff)
-
tags/5.2.2/utils/transact-utils-config-parser.php (copied) (copied from transact/trunk/utils/transact-utils-config-parser.php)
-
trunk/frontend/controllers/transact-api.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/transact-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
transact/tags/5.2.2/frontend/controllers/transact-api.php
r2373362 r2397933 292 292 )); 293 293 294 if (is_wp_error( $ret )) { 295 return false; 296 } 297 294 298 if (empty($ret) || $ret['response']['code'] !== 200) { 295 299 return false; -
transact/tags/5.2.2/readme.txt
r2373365 r2397933 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.5.1 8 Stable tag: 5.2. 18 Stable tag: 5.2.2 9 9 License: APACHE-2.0 10 10 License URI: https://www.apache.org/licenses/LICENSE-2.0 … … 81 81 == Changelog == 82 82 83 = 5.2.2 = 84 * Add check for is_wp_error() in subscription 85 83 86 = 5.2.1 = 84 87 * Fix notice warning on WordPress 5.5 -
transact/tags/5.2.2/transact-plugin.php
r2373362 r2397933 3 3 * Plugin Name: transact.io 4 4 * Description: Integrates transact.io services into WP 5 * Version: 5.2. 15 * Version: 5.2.2 6 6 * Author: transact.io 7 7 * Author URI: https://transact.io -
transact/trunk/frontend/controllers/transact-api.php
r2373362 r2397933 292 292 )); 293 293 294 if (is_wp_error( $ret )) { 295 return false; 296 } 297 294 298 if (empty($ret) || $ret['response']['code'] !== 200) { 295 299 return false; -
transact/trunk/readme.txt
r2373365 r2397933 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.5.1 8 Stable tag: 5.2. 18 Stable tag: 5.2.2 9 9 License: APACHE-2.0 10 10 License URI: https://www.apache.org/licenses/LICENSE-2.0 … … 81 81 == Changelog == 82 82 83 = 5.2.2 = 84 * Add check for is_wp_error() in subscription 85 83 86 = 5.2.1 = 84 87 * Fix notice warning on WordPress 5.5 -
transact/trunk/transact-plugin.php
r2373362 r2397933 3 3 * Plugin Name: transact.io 4 4 * Description: Integrates transact.io services into WP 5 * Version: 5.2. 15 * Version: 5.2.2 6 6 * Author: transact.io 7 7 * Author URI: https://transact.io
Note: See TracChangeset
for help on using the changeset viewer.