Plugin Directory

Changeset 3468652


Ignore:
Timestamp:
02/24/2026 01:04:12 PM (5 weeks ago)
Author:
mandeep007
Message:

Update trunk to 1.0.2
Tested up to 6.5

Location:
boxy-woocommerce-custom-redirect-after-checkout/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boxy-woocommerce-custom-redirect-after-checkout/trunk/README.txt

    r2947017 r3468652  
    1 === Boxy woocommerce custom redirect after checkout  ===
    2 Contributors: Mandeep Singh Mann
    3 Tags: wocommerce custom redirect, woocommerce thankyou page, boxy plugins
    4 Requires at least: 4.7
    5 Tested up to: 5.9.2
    6 Stable tag: 3.5.3
     1=== Boxy WooCommerce Custom Redirect After Checkout ===
     2Contributors: mandeep-singh-maan
     3Tags: woocommerce, redirect, checkout, thankyou page
     4Requires at least: 5.8
     5Tested up to: 6.5
     6Requires PHP: 7.4
     7Stable tag: 1.0.2
    78License: GPLv2 or later
    8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     9License URI: https://www.gnu.org/licenses/gpl-2.0.html
    910
    1011== Description ==
    1112
    12 This is a plugin used to redirect user to custom link after successful checkout.
    13  
     13Redirect users to a custom URL after successful WooCommerce checkout.
     14
     15Compatible with the latest versions of WordPress and WooCommerce.
     16
    1417== Installation ==
    1518
    16 1. Upload `boxy woocommerce custom redirect after checkout .php` to the `/wp-content/plugins/` directory
    17 2. Activate the plugin through the 'Plugins' menu in WordPress
    18 3. Go to settings and find option name Boxy Wc Redirect.
    19 4. you have done. see result on frontend at time of successfull checkout.
    20 
    21 == Upgrade Notice ==
    22 
    23 Upgrade normally nothing will affect.
     191. Upload the plugin folder to the `/wp-content/plugins/` directory.
     202. Activate the plugin through the 'Plugins' menu in WordPress.
     213. Go to Settings → Boxy WC Redirect.
     224. Set your custom redirect URL.
     235. Save settings and test after checkout.
    2424
    2525== Frequently Asked Questions ==
    2626
    27 no questions yet.
     27= Does this work with the latest WooCommerce? =
     28
     29Yes, it has been tested with the latest WooCommerce version.
    2830
    2931== Changelog ==
    30 Tested up to: 6.2.2
    31 = 1.0.1 =
    32 * Enjoy the plugin!
    3332
    3433= 1.0.2 =
    35 * Just a Regular Update!
     34* Updated compatibility for latest WordPress (6.5).
     35* Version bump.
     36* Minor readme cleanup.
    3637
    37 = 1.0.3 =
    38 * Tested and No errors in recent wordpress update till 6.2.2
     38= 1.0.1 =
     39* Initial stable release.
  • boxy-woocommerce-custom-redirect-after-checkout/trunk/boxy woocommerce custom redirect after checkout .php

    r2253583 r3468652  
    11<?php
    2 
    32/**
    43 * The plugin bootstrap file
    54 *
    6  * This file is read by WordPress to generate the plugin information in the plugin
    7  * admin area. This file also includes all of the dependencies used by the plugin,
    8  * registers the activation and deactivation functions, and defines a function
    9  * that starts the plugin.
    10  *
    11  * @link              http://appiesoftwebsolutions.com/
    12  * @since             1.0.0
     5 * @link              https://appiesoftwebsolutions.com/
     6 * @since             1.0.2
    137 * @package           Boxy_Woocommerce_Custom_Redirect_After_Checkout
    148 *
    159 * @wordpress-plugin
    16  * Plugin Name:       Boxy woocommerce custom redirect after checkout
    17  * Plugin URI:        http://www.9infodev.com
    18  * Description:       This is a plugin used to redirect user to custom link after successful checkout.
    19  * Version:           1.0.1
    20  * Author:            Mandep singh Maan
    21  * Author URI:        http://appiesoftwebsolutions.com/
    22  * License:           GPL-2.0+
    23  * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    24  * Text Domain:       boxy woocommerce custom redirect after checkout
     10 * Plugin Name:       Boxy WooCommerce Custom Redirect After Checkout
     11 * Plugin URI:        https://wordpress.org/plugins/boxy-woocommerce-custom-redirect-after-checkout/
     12 * Description:       Redirect users to a custom link after successful WooCommerce checkout.
     13 * Version:           1.0.2
     14 * Author:            Mandep Singh Maan
     15 * Author URI:        https://appiesoftwebsolutions.com/
     16 * License:           GPL-2.0-or-later
     17 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     18 * Text Domain:       boxy-woocommerce-custom-redirect-after-checkout
    2519 * Domain Path:       /languages
     20 * Requires at least: 5.8
     21 * Requires PHP:      7.4
     22 * Tested up to:      6.5
    2623 */
    2724
Note: See TracChangeset for help on using the changeset viewer.