Skip to content

Commit a83480f

Browse files
release: fixes
- Tested compatibility between versions of the plugin
2 parents 01b7af9 + 8abf4fd commit a83480f

4 files changed

Lines changed: 20 additions & 6 deletions

File tree

.github/workflows/build-dev-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
echo "::set-output name=dir::$(composer config cache-files-dir)"
2828
- name: Configure Composer Cache
29-
uses: actions/cache@v1
29+
uses: actions/cache@v4
3030
with:
3131
path: ${{ steps.composer-cache.outputs.dir }}
3232
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# setup the node cache (node_modules) with github actions cache
2828
- name: Cache Node - npm
29-
uses: actions/cache@v1
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.npm
3232
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test-php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
echo "::set-output name=dir::$(composer config cache-files-dir)"
2727
- name: Setup Composer cache
28-
uses: actions/cache@v1
28+
uses: actions/cache@v4
2929
with:
3030
path: ${{ steps.composer-cache.outputs.dir }}
3131
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
echo "::set-output name=dir::$(composer config cache-files-dir)"
6868
- name: Setup Composer cache
69-
uses: actions/cache@v1
69+
uses: actions/cache@v4
7070
with:
7171
path: ${{ steps.composer-cache.outputs.dir }}
7272
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

readme.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ Revive Social isn't like every other social media marketing tool. We've tailored
112112
- WordPress to Google My Business(GMB) [Pro]
113113
- WordPress to Vkontakte(VK) Profiles [Pro]
114114
- WordPress to Vkontakte(VK) Communities [Pro]
115+
- WordPress to Telegram [Pro]
116+
- WordPress to Mastodon [Pro]
115117

116118
Some of the available networks and features require the Pro version of the plugin. Check out the free vs pro table [here.](https://docs.revive.social/article/941-revive-old-post-free-vs-pro)
117119

@@ -159,9 +161,15 @@ Some of the available networks and features require the Pro version of the plugi
159161

160162
- Post to Vk Communities [Pro]
161163

164+
- Post to Telegram [Pro]
165+
166+
- Post to Mastodon [Pro]
167+
162168
- WordPress Auto Republish post after sharing [Pro]
163169

164-
- Share multilingual posts to respective pages with WPML example, share English Posts to your English social media accounts, and Spanish posts to your Spanish social media accounts. [Pro]
170+
- Automatically shares the post’s link in the first comment when published on social media [PRO]
171+
172+
- Share multilingual posts to respective pages with WPML, TranslatePress and Polylang support, share English Posts to your English social media accounts, and Spanish posts to your Spanish social media accounts. [Pro]
165173

166174
And More! Try Revive Social, and see why it's the **best** WordPress social media marketing tool to boost your site traffic and keep your followers engaged.
167175

@@ -182,7 +190,7 @@ Using the PRO version of Revive Social unlocks a host of additional features to
182190

183191
- Share **WordPress scheduled posts** to social media on publish. [Learn More](https://docs.revive.social/article/1194-share-scheduled-posts-to-social-media-on-publish-with-revive-old-posts)
184192

185-
- Finer **WPML support** for multilingual websites. [Learn More](https://docs.revive.social/article/1338-how-to-share-different-wpml-languages-to-different-social-media-accounts)
193+
- Finer **WPML, Polylang, TranslatePress support** for multilingual websites. [Learn More](https://docs.revive.social/article/1338-how-to-share-different-wpml-languages-to-different-social-media-accounts)
186194

187195
**Automatically generate hashtags** for post shares from **tags**, **categories** or from **custom fields**.
188196

@@ -200,8 +208,14 @@ Using the PRO version of Revive Social unlocks a host of additional features to
200208

201209
- **WordPress to Vkontakte(VK) Communities** scheduling and auto post
202210

211+
- **WordPress to Telegram** scheduling and auto post
212+
213+
- **WordPress to Mastodons** scheduling and auto post
214+
203215
- Connect **multiple social media accounts** to WP
204216

217+
- Automatically shares the post’s link in the first comment when published on social media
218+
205219
- Add [custom UTM tags](https://docs.revive.social/article/925-how-to-use-custom-utm-tags) for analytics to your social media shares
206220

207221
- Share different [content variations](https://docs.revive.social/article/971-how-to-add-variations-to-revive-old-posts-shares) to your social networks

0 commit comments

Comments
 (0)