Plugin Directory

Changeset 3393032


Ignore:
Timestamp:
11/10/2025 03:33:35 PM (5 months ago)
Author:
acmescripts
Message:

Tested with latest WordPress releases

Location:
preorder-timer
Files:
55 added
2 edited

Legend:

Unmodified
Added
Removed
  • preorder-timer/tags/1.0.0/readme.txt

    r3392988 r3393032  
    8080= 1.0.0 =
    8181* Initial release
    82 * Basic pre-order functionality
    83 * Multiple countdown styles
    84 * Customizable messages and expiry handling
    85 
    86 == Upgrade Notice ==
    87 
    88 = 1.0.0 =
    89 Initial release of PreOrder Timer for WooCommerce.
  • preorder-timer/trunk/preorder-timer.php

    r3392988 r3393032  
    44 * Plugin URI: https://wordpress.org/plugins/preorder-timer/
    55 * Description: Adds pre-order functionality to WooCommerce with countdown timers and customizable display options.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Requires at least: 5.0
    8  * Tested up to: 6.4
     8 * Tested up to: 6.8
    99 * Requires PHP: 7.4
    1010 * Author: ACME Scripts
     
    2626
    2727if ( ! defined( 'PREORDER_TIMER_VERSION' ) ) {
    28     define( 'PREORDER_TIMER_VERSION', '1.0.0' );
     28    define( 'PREORDER_TIMER_VERSION', '1.0.1' );
    2929}
    3030
Note: See TracChangeset for help on using the changeset viewer.