Skip to content

Commit

Permalink
update tested wordpress version to 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstegall committed Jun 9, 2017
1 parent 8d7d3b6 commit 727483c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
10 changes: 8 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
Changelog
=========

* 1.0.2 (2015-06-09)

* Update tested WordPress version to reflect 4.8
* Some basic preparation work for supporting the Salesforce SOAP API
* Update dependencies

* 1.0.1 (2015-06-05)

* made table summaries on API status page into translatable strings
* made table summaries on API status page into translatable strings

* 1.0.0 (2017-05-30)

* first stable release
* first stable release
4 changes: 2 additions & 2 deletions object-sync-for-salesforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Object Sync for Salesforce
Description: WordPress plugin that implements mapping and syncing between Salesforce objects and WordPress objects
Version: 1.0.1
Version: 1.0.2
Author: MinnPost
Author URI: http://code.minnpost.com
License: GPL2+
Expand Down Expand Up @@ -119,7 +119,7 @@ protected function __construct() {
global $wpdb;

$this->wpdb = $wpdb;
$this->version = '1.0.1';
$this->version = '1.0.2';
$this->login_credentials = $this->get_login_credentials();
$this->slug = 'object-sync-for-salesforce';

Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: minnpost, inn_nerds, jonathanstegall, benlk, rclations
Tags: salesforce, sync, crm
Requires at least: 4.5
Tested up to: 4.7
Stable tag: 1.0.1
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -126,10 +126,16 @@ There is extensive documentation of the plugin, including its developer hooks, [

== Changelog ==

* 1.0.2 (2015-06-09)

* Update tested WordPress version to reflect 4.8
* Some basic preparation work for supporting the Salesforce SOAP API
* Update dependencies

* 1.0.1 (2015-06-05)

* made table summaries on API status page into translatable strings
* made table summaries on API status page into translatable strings

* 1.0.0 (2017-05-30)

* first stable release
* first stable release

0 comments on commit 727483c

Please sign in to comment.