Changeset 3185999
- Timestamp:
- 11/11/2024 07:58:18 PM (17 months ago)
- Location:
- teachable/trunk
- Files:
-
- 3 edited
-
includes/timezone.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
teachable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
teachable/trunk/includes/timezone.php
r3100764 r3185999 26 26 */ 27 27 function timezone( $time_string = 'now', $time_format = 'T' ) { 28 if ( false === strtotime( $time_string ) ) { 29 $time_string = 'now'; 30 } 31 28 32 $timezone_string = get_option( 'timezone_string' ); 29 33 -
teachable/trunk/readme.txt
r3108805 r3185999 6 6 Requires at least: 6.0 7 7 Tested up to: 6.5.2 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 Requires PHP: 7.4 10 10 License: GPLv3 … … 87 87 == Changelog == 88 88 89 = 1.0.4 = 90 Fixed default last sync date. 91 89 92 = 1.0.3 = 90 93 Fixed typos in error messages. -
teachable/trunk/teachable.php
r3108805 r3185999 8 8 * Plugin URI: https://wordpress.org/plugins/teachable/ 9 9 * Description: Effortlessly connect your Teachable products to WordPress with the official Teachable Buy Button Plugin. 10 * Version: 1.0. 310 * Version: 1.0.4 11 11 * Author: Teachable 12 12 * Author URI: https://teachable.com
Note: See TracChangeset
for help on using the changeset viewer.