Skip to content

Commit e918d16

Browse files
committed
Update changelog and bump version for release
1 parent d2ef152 commit e918d16

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v1.0.2
2+
Fixes:
3+
- Load text domain later (WP 6.7 compat.)
4+
- Migrate plugin dependency check to WP core variant
5+
6+
CI:
7+
- Replace Travis CI with GitHub Actions
8+
19
### v1.0.1
210
CI:
311
- Fix deployment issues

amnesty-salesforce-connector.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Humanity Salesforce Connector
55
* Plugin URI: https://github.com/amnestywebsite/humanity-salesforce-connector
66
* Description: Add Salesforce oAuth connector for use by other Humanity plugins
7-
* Version: 1.0.1
7+
* Version: 1.0.2
88
* Author: Amnesty International
99
* Author URI: https://www.amnesty.org
1010
* License: GPL-2.0-or-later
@@ -107,7 +107,6 @@ class Connector {
107107
public function __construct() {
108108
add_filter( 'translatable_packages', [ $this, 'register_translatable_package' ], 12 );
109109

110-
111110
add_action( 'plugins_loaded', [ $this, 'boot' ], 1 );
112111
add_action( 'init', [ $this, 'textdomain' ] );
113112
add_action( 'init', [ $this, 'var' ] );

0 commit comments

Comments
 (0)