Plugin Directory

Changeset 2681046


Ignore:
Timestamp:
02/17/2022 08:47:08 PM (4 years ago)
Author:
nmallare
Message:

Bumped version number and updated README

Location:
divvyhq/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • divvyhq/trunk/README.txt

    r2178601 r2681046  
    33Tags: divvyhq
    44Requires at least: 4.9
    5 Tested up to: 5.2.4
     5Tested up to: 5.8.3
    66Requires PHP: 5.2.4
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040== Changelog ==
    4141
     42= 1.0.6 =
     43Update "Tested up to:" in README.txt
     44
    4245= 1.0.5 =
    4346Update "Tested up to:" in README.txt
  • divvyhq/trunk/divvyhq.php

    r2178601 r2681046  
    1616 * Plugin URI:        https://www.wordpress.com/
    1717 * Description:       This plugin allows users to sync their content from their WordPress instance back to DivvyHQ.
    18  * Version:           1.0.5
     18 * Version:           1.0.6
    1919 * Author:            Alluresoft, LLC
    2020 * Author URI:        https://www.divvyhq.com/
     
    3838 * Current plugin version.
    3939 */
    40 define('DIVVYHQ_VERSION', '1.0.5');
     40define('DIVVYHQ_VERSION', '1.0.6');
    4141
    4242
  • divvyhq/trunk/includes/class-divvyhq.php

    r2178601 r2681046  
    5959            $this->version = DIVVYHQ_VERSION;
    6060        } else {
    61             $this->version = '1.0.5';
     61            $this->version = '1.0.6';
    6262        }
    6363
Note: See TracChangeset for help on using the changeset viewer.