Changeset 3108805
- Timestamp:
- 06/27/2024 02:54:58 PM (22 months ago)
- Location:
- teachable/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
teachable.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
teachable/trunk/readme.txt
r3107696 r3108805 6 6 Requires at least: 6.0 7 7 Tested up to: 6.5.2 8 Stable tag: 1.0. 28 Stable tag: 1.0.3 9 9 Requires PHP: 7.4 10 10 License: GPLv3 … … 87 87 == Changelog == 88 88 89 = 1.0.3 = 90 Fixed typos in error messages. 91 89 92 = 1.0.2 = 90 93 Fixed styling issues related to incorrect color displays. -
teachable/trunk/teachable.php
r3107696 r3108805 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. 210 * Version: 1.0.3 11 11 * Author: Teachable 12 12 * Author URI: https://teachable.com … … 425 425 'transient_teachable_general_settings_wp_key', 426 426 array( 427 'message' => __( 'We cou d get your course data, please reactout to Teachable for help.', 'teachable' ),427 'message' => __( 'We could not get your course data, please reach out to Teachable for help.', 'teachable' ), 428 428 'class' => 'field-error', 429 429 ), … … 478 478 'transient_teachable_general_settings_sync_now', 479 479 array( 480 'message' => __( 'We cou d not get your Teachable data, please reach out to Teachable for help.', 'teachable' ),480 'message' => __( 'We could not get your Teachable data, please reach out to Teachable for help.', 'teachable' ), 481 481 'class' => 'field-error', 482 482 ),
Note: See TracChangeset
for help on using the changeset viewer.