Changeset 2372570
- Timestamp:
- 08/31/2020 08:27:29 PM (6 years ago)
- Location:
- wordable/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wordable.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordable/trunk/readme.txt
r2369720 r2372570 3 3 Tags: posts, pages 4 4 Requires at least: 3.9.2 5 Tested up to: 5. 5.05 Tested up to: 5.6.0 6 6 Requires PHP: 5.2.4 7 7 License: GPLv2 or later … … 35 35 == Changelog == 36 36 37 = 3.4.1 = 38 * Replaced VERSION variable with WORDABLE_VERSION 39 37 40 = 3.4.0 = 38 * Transfers authors and catego ries after connecting, so that they can all come in, rather than only a partial amount41 * Transfers authors and categoiers after connecting, so that they can all come in, rather than only a partial amount 39 42 * Keeps Wordable secret even if the plugin is deleted, so that you don't have to reconnect. 40 43 -
wordable/trunk/wordable.php
r2369718 r2372570 4 4 * Plugin URI: http://www.wordable.io 5 5 * Description: This plugin allows you to instantly export Google Docs to WordPress posts or pages. 6 * Version: 3.4. 06 * Version: 3.4.1 7 7 * Author: Wordable 8 8 * Author URI: https://www.wordable.io/contact/ … … 11 11 */ 12 12 13 define(' VERSION', '3.4.0');13 define('WORDABLE_VERSION', '3.4.0'); 14 14 15 15 add_action( 'admin_notices', 'wordable_admin_notices' );
Note: See TracChangeset
for help on using the changeset viewer.