Changeset 2653254
- Timestamp:
- 01/05/2022 06:56:44 PM (4 years ago)
- Location:
- wordable/trunk
- Files:
-
- 1 added
- 2 edited
-
images/logo.svg (added)
-
readme.txt (modified) (1 diff)
-
wordable.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordable/trunk/readme.txt
r2641964 r2653254 34 34 35 35 == Changelog == 36 37 = 7.1.4 = 38 * Bug Fixes 36 39 37 40 = 7.1.3 = -
wordable/trunk/wordable.php
r2641964 r2653254 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. 36 * Version: 7.1.4 7 7 * Author: Wordable 8 8 * Author URI: https://wordable.io … … 11 11 */ 12 12 13 define('WORDABLE_VERSION', '7.1. 3');13 define('WORDABLE_VERSION', '7.1.4'); 14 14 add_action('admin_notices', 'wordable_admin_notices'); 15 15
Note: See TracChangeset
for help on using the changeset viewer.