Plugin Directory

Changeset 3185999


Ignore:
Timestamp:
11/11/2024 07:58:18 PM (17 months ago)
Author:
teachableintegrations
Message:

Fixed default last sync date.

Location:
teachable/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • teachable/trunk/includes/timezone.php

    r3100764 r3185999  
    2626 */
    2727function timezone( $time_string = 'now', $time_format = 'T' ) {
     28    if ( false === strtotime( $time_string ) ) {
     29        $time_string = 'now';
     30    }
     31   
    2832    $timezone_string = get_option( 'timezone_string' );
    2933
  • teachable/trunk/readme.txt

    r3108805 r3185999  
    66Requires at least: 6.0
    77Tested up to: 6.5.2
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99Requires PHP: 7.4
    1010License: GPLv3
     
    8787== Changelog ==
    8888
     89= 1.0.4 =
     90Fixed default last sync date.
     91
    8992= 1.0.3 =
    9093Fixed typos in error messages.
  • teachable/trunk/teachable.php

    r3108805 r3185999  
    88 * Plugin URI:         https://wordpress.org/plugins/teachable/
    99 * Description:        Effortlessly connect your Teachable products to WordPress with the official Teachable Buy Button Plugin.
    10  * Version:            1.0.3
     10 * Version:            1.0.4
    1111 * Author:             Teachable
    1212 * Author URI:         https://teachable.com
Note: See TracChangeset for help on using the changeset viewer.