Changeset 3065819
- Timestamp:
- 04/06/2024 04:56:22 AM (22 months ago)
- Location:
- custom-thank-you-for-woocommerce
- Files:
-
- 30 added
- 2 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/assets (added)
-
tags/1.1.0/assets/css (added)
-
tags/1.1.0/assets/css/custom-thankyou-woocommerce.css (added)
-
tags/1.1.0/assets/images (added)
-
tags/1.1.0/assets/images/facebook.svg (added)
-
tags/1.1.0/assets/images/index.php (added)
-
tags/1.1.0/assets/images/mail.svg (added)
-
tags/1.1.0/assets/images/next.png (added)
-
tags/1.1.0/assets/images/pinterest.svg (added)
-
tags/1.1.0/assets/images/preloader.gif (added)
-
tags/1.1.0/assets/images/prev.png (added)
-
tags/1.1.0/assets/images/twitter.svg (added)
-
tags/1.1.0/assets/js (added)
-
tags/1.1.0/assets/js/ctyw_admin.js (added)
-
tags/1.1.0/assets/js/ctyw_social_box.js (added)
-
tags/1.1.0/assets/js/ctyw_tabs.js (added)
-
tags/1.1.0/custom-thank-you-for-woocommerce.php (added)
-
tags/1.1.0/includes (added)
-
tags/1.1.0/includes/class-ctyw-settings.php (added)
-
tags/1.1.0/includes/class-ctyw-utility.php (added)
-
tags/1.1.0/languages (added)
-
tags/1.1.0/languages/ctyw-en_US.mo (added)
-
tags/1.1.0/languages/ctyw-en_US.po (added)
-
tags/1.1.0/languages/ctyw-es_ES.mo (added)
-
tags/1.1.0/languages/ctyw-es_ES.po (added)
-
tags/1.1.0/languages/ctyw-fr_FR.mo (added)
-
tags/1.1.0/languages/ctyw-fr_FR.po (added)
-
tags/1.1.0/languages/ctyw.pot (added)
-
tags/1.1.0/readme.txt (added)
-
trunk/custom-thank-you-for-woocommerce.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-thank-you-for-woocommerce/trunk/custom-thank-you-for-woocommerce.php
r2951922 r3065819 2 2 3 3 /** 4 * @package CTYW4 * @package CTYW 5 5 * @wordpress-plugin 6 6 * … … 8 8 * Plugin URI: http://wordpress.org/plugins/custom-thank-you-for-woocommerce 9 9 * Description: A WooCommerce extension that allows you to define your own custom thank you page after placing order. 10 * Version: 1.1. 010 * Version: 1.1.1 11 11 * Author: Artios Media 12 12 * Author URI: http://www.artiosmedia.com 13 13 * Developer: Repon Hossain 14 * Copyright: © 2019-202 3Artios Media (email : [email protected]).14 * Copyright: © 2019-2024 Artios Media (email : [email protected]). 15 15 * License: GNU General Public License v3.0 16 16 * License URI: http://www.gnu.org/licenses/gpl-3.0.html 17 17 * Text Domain: product-code-for-woocommerce 18 18 * Domain Path: /languages 19 * Tested up to: 6. 3.019 * Tested up to: 6.5.0 20 20 * WC requires at least: 4.6.0 21 * WC tested up to: 8. 0.122 * PHP tested up to: 8. 2.721 * WC tested up to: 8.7.0 22 * PHP tested up to: 8.3.4 23 23 */ 24 24 if (!defined('ABSPATH')) { … … 27 27 28 28 // Declare some global constants 29 define('CTYW_VERSION', '1.1. 0');30 define('CTYW_DB_VERSION', '1.1. 0');29 define('CTYW_VERSION', '1.1.1'); 30 define('CTYW_DB_VERSION', '1.1.1'); 31 31 define('CTYW_ROOT', dirname(__FILE__)); 32 32 define('CTYW_URL', plugins_url('/', __FILE__)); -
custom-thank-you-for-woocommerce/trunk/readme.txt
r2951922 r3065819 3 3 Contributors: Artiosmedia, repon.wp 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E7LS2JGFPLTH2 5 Tags: woocommerce, receipt, thank you page, redirect, checkout, social share, invoice5 Tags: thank you, thank you page, order confirmation, checkout, social share 6 6 Requires at least: 4.6 7 Tested up to: 6. 3.08 Version: 1.1. 09 Stable tag: 1.1. 07 Tested up to: 6.5.0 8 Version: 1.1.1 9 Stable tag: 1.1.1 10 10 Requires PHP: 7.4.33 11 11 License: GPLv3 or later license and included 12 12 URI: http://www.gnu.org/licenses/gpl-3.0.html 13 13 14 A popular WooCommerce extension which redirects a buyer to a custom Wordpress Thank You page.14 A popular WooCommerce extension which redirects a buyer to a custom Wordpress thank you page, that includes social share features. 15 15 16 16 == Description == … … 37 37 3. Access the 'Admin Panel > WooCommerce > settings' screen or click Settings from plugin install. Under settings Go to Advanced tab and you can find the Custom Thank You page settings. Scroll to the bottom to find the Thank You page configuration dropdown. Choose from the list of pages the one you created to use as the custom thank you page. Optionally deactivate any social share options if you desire. 38 38 39 == Technical Details for Release 1.1. 0==39 == Technical Details for Release 1.1.1 == 40 40 41 41 Load time: 0.215 s; Memory usage: 3.06 MiB 42 PHP up to tested version: 8. 2.743 MySQL up to tested version: 8.0.3 444 MariaDB up to tested version: 11. 245 cURL up to tested version: 8. 2.1, OpenSSL/3.1.242 PHP up to tested version: 8.3.4 43 MySQL up to tested version: 8.0.36 44 MariaDB up to tested version: 11.3.2 45 cURL up to tested version: 8.6.0, OpenSSL/3.2.1 46 46 PHP 7.4, 8.0, 8.1, and 8.2 compliant. 47 47 … … 78 78 79 79 == Changelog == 80 81 1.1.1 04/06/24 82 - Minor adjustments and edits 83 - Assure compliance with WordPress 6.5 84 - Assure compliance with WooCommerce 8.7.0 80 85 81 86 1.1.0 08/11/23
Note: See TracChangeset
for help on using the changeset viewer.