Skip to content

Commit 6a3eb71

Browse files
Build "Merge pull request #3521 from Parsely/fix/restore-line-feeds-in-sceenshots-section-in-readme-md" (4efe9fd)
1 parent 4b2926b commit 6a3eb71

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,23 +113,23 @@ Please visit the [changelog](https://github.com/parsely/wp-parsely/blob/trunk/CH
113113

114114
## Screenshots
115115

116-
1. The Parse.ly Dashboard Widget, showing the website's top posts.
116+
1. The Parse.ly Dashboard Widget, showing the website's top posts.
117117
![Parse.ly Dashboard Widget](.wordpress-org/screenshot-1.png)
118-
2. The Parse.ly Stats Column (on the right), showing information about content that is being tracked as Posts.
118+
2. The Parse.ly Stats Column (on the right), showing information about content that is being tracked as Posts.
119119
![Parse.ly List Column](.wordpress-org/screenshot-2.png)
120-
3. The Parse.ly Engagement Boost feature.
120+
3. The Parse.ly Engagement Boost feature.
121121
![Parse.ly Engagement Boost](.wordpress-org/screenshot-3.png)
122-
4. The Parse.ly Editor Sidebar, featuring the Title Suggestions panel.
122+
4. The Parse.ly Editor Sidebar, featuring the Title Suggestions panel.
123123
![Parse.ly Editor Sidebar - Title Suggestions](.wordpress-org/screenshot-4.png)
124-
5. The Parse.ly Editor Sidebar, featuring the Smart Linking panel.
124+
5. The Parse.ly Editor Sidebar, featuring the Smart Linking panel.
125125
![Parse.ly Editor Sidebar - Smart Linking](.wordpress-org/screenshot-5.png)
126-
6. The Parse.ly Editor Sidebar, featuring the Related Posts panel.
126+
6. The Parse.ly Editor Sidebar, featuring the Related Posts panel.
127127
![Parse.ly Editor Sidebar - Related Posts](.wordpress-org/screenshot-6.png)
128-
7. The Parse.ly Editor Sidebar, featuring the Performance Stats panel.
128+
7. The Parse.ly Editor Sidebar, featuring the Performance Stats panel.
129129
![Parse.ly Editor Sidebar - Performance Stats](.wordpress-org/screenshot-7.png)
130-
8. The Parse.ly Excerpt Suggestions in the Post Editor's settings. Also available in the Parse.ly Editor Sidebar.
130+
8. The Parse.ly Excerpt Suggestions in the Post Editor's settings. Also available in the Parse.ly Editor Sidebar.
131131
![Parse.ly Excerpt Suggestions](.wordpress-org/screenshot-8.png)
132-
9. The Recommendations Block, showcasing links to related content on your site.
132+
9. The Recommendations Block, showcasing links to related content on your site.
133133
![Parse.ly Recommendations Block](.wordpress-org/screenshot-9.png)
134-
10. A view of the Parse.ly Dashboard Overview. Parse.ly offers analytics that empower you to better understand how your content is performing.
134+
10. A view of the Parse.ly Dashboard Overview. Parse.ly offers analytics that empower you to better understand how your content is performing.
135135
![Parse.ly Dashboard Overview](.wordpress-org/screenshot-10.png)

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'parsely/wp-parsely',
44
'pretty_version' => 'dev-develop',
55
'version' => 'dev-develop',
6-
'reference' => 'c2eb0a79b55717adcf6513702ffc2cf28014a857',
6+
'reference' => '4b2926b3c2503926f6cd169fdcd2d8160f63b34f',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'parsely/wp-parsely' => array(
3232
'pretty_version' => 'dev-develop',
3333
'version' => 'dev-develop',
34-
'reference' => 'c2eb0a79b55717adcf6513702ffc2cf28014a857',
34+
'reference' => '4b2926b3c2503926f6cd169fdcd2d8160f63b34f',
3535
'type' => 'wordpress-plugin',
3636
'install_path' => __DIR__ . '/../../',
3737
'aliases' => array(),

0 commit comments

Comments
 (0)