Changeset 2681046
- Timestamp:
- 02/17/2022 08:47:08 PM (4 years ago)
- Location:
- divvyhq/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
divvyhq.php (modified) (2 diffs)
-
includes/class-divvyhq.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
divvyhq/trunk/README.txt
r2178601 r2681046 3 3 Tags: divvyhq 4 4 Requires at least: 4.9 5 Tested up to: 5. 2.45 Tested up to: 5.8.3 6 6 Requires PHP: 5.2.4 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 == Changelog == 41 41 42 = 1.0.6 = 43 Update "Tested up to:" in README.txt 44 42 45 = 1.0.5 = 43 46 Update "Tested up to:" in README.txt -
divvyhq/trunk/divvyhq.php
r2178601 r2681046 16 16 * Plugin URI: https://www.wordpress.com/ 17 17 * Description: This plugin allows users to sync their content from their WordPress instance back to DivvyHQ. 18 * Version: 1.0. 518 * Version: 1.0.6 19 19 * Author: Alluresoft, LLC 20 20 * Author URI: https://www.divvyhq.com/ … … 38 38 * Current plugin version. 39 39 */ 40 define('DIVVYHQ_VERSION', '1.0. 5');40 define('DIVVYHQ_VERSION', '1.0.6'); 41 41 42 42 -
divvyhq/trunk/includes/class-divvyhq.php
r2178601 r2681046 59 59 $this->version = DIVVYHQ_VERSION; 60 60 } else { 61 $this->version = '1.0. 5';61 $this->version = '1.0.6'; 62 62 } 63 63
Note: See TracChangeset
for help on using the changeset viewer.