Changeset 2638689
- Timestamp:
- 12/02/2021 05:12:29 PM (4 years ago)
- File:
-
- 1 edited
-
wordable/trunk/wordable.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordable/trunk/wordable.php
r2638686 r2638689 4 4 * Plugin URI: http://wordable.io 5 5 * Description: This plugin allows you to instantly export Google Docs to WordPress posts or pages. 6 * Version: 7.1 6 * Version: 7.1.1 7 7 * Author: Wordable 8 8 * Author URI: https://wordable.io … … 11 11 */ 12 12 13 define('WORDABLE_VERSION', '7.1 ');13 define('WORDABLE_VERSION', '7.1.1'); 14 14 add_action('admin_notices', 'wordable_admin_notices'); 15 15
Note: See TracChangeset
for help on using the changeset viewer.