You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'origin/release/19.2' into remove/circle-ci
Got a conflict in `Gemfile.lock`:
```diff
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@@ -161,12 -159,11 +161,18 @@@ GE
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
++<<<<<<< HEAD
+ fastlane-plugin-appcenter (1.11.0)
+ fastlane-plugin-sentry (1.8.1)
+ fastlane-plugin-wpmreleasetoolkit (3.0.0)
++=======
+ fastlane-plugin-appcenter (1.11.1)
+ fastlane-plugin-sentry (1.11.0)
+ fastlane-plugin-wpmreleasetoolkit (2.3.0)
++>>>>>>> origin/release/19.2
activesupport (~> 5)
bigdecimal (~> 1.4)
+ buildkit (~> 1.4)
chroma (= 0.2.0)
diffy (~> 3.3)
git (~> 1.3)```
```
The reason is that `release/19.2` updated Fastlane, which in turn
updated the App Center and Sentry plugins, while this branch updated the
release toolkit.
I solved the conflict by keeping both sets of updates. I then run
`bundle install` to verify the `Gemfile.lock` was functional.
Copy file name to clipboardExpand all lines: RELEASE-NOTES.txt
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
19.3
2
+
-----
3
+
4
+
1
5
19.2
2
6
-----
3
7
* [*] Site creation: Fixed bug where sites created within the app were not given the correct time zone, leading to post scheduling issues. [#17821]
@@ -7,7 +11,10 @@
7
11
* [**] Notifications: added a button to mark all notifications in the selected filter as read. [#17840]
8
12
* [**] People: you can now manage Email Followers on the People section! [#17854]
9
13
* [*] Stats: fix navigation between Stats tab. [#17856]
10
-
* [*] Quick Start: Fixed a bug where a user logging in via a self-hosted site not connected to Jetpack would see Quick Start when selecting "No thanks" on the Quick Start prompt. [#17855]
14
+
* [*] Quick Start: Fixed a bug where a user logging in via a self-hosted site not connected to Jetpack would see Quick Start when selecting "No thanks" on the Quick Start prompt. [#17855]
15
+
* [**] Threaded comments: comments can now be moderated via a drop-down menu on each comment. [#17888]
16
+
* [*] Stats: Users can now add a new Insights card from the navigation bar. [#17867]
17
+
* [*] Site creation: The checkbox that appears when choosing a design no longer flickers when toggled. [#17868]
0 commit comments