Skip to content

Commit 40b0ebe

Browse files
committed
release: v0.8.1
1 parent 5cb0d83 commit 40b0ebe

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

data-machine-socials.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Data Machine Socials
44
* Plugin URI: https://github.com/Extra-Chill/data-machine-socials
55
* Description: Social media extension for Data Machine. Adds support for Instagram, Twitter, Facebook, Bluesky, Threads, Pinterest, LinkedIn, and Reddit.
6-
* Version: 0.8.0
6+
* Version: 0.8.1
77
* Requires at least: 6.9
88
* Requires PHP: 8.2
99
* Requires Plugins: data-machine
@@ -18,7 +18,7 @@
1818
die;
1919
}
2020

21-
define( 'DATAMACHINE_SOCIALS_VERSION', '0.8.0' );
21+
define( 'DATAMACHINE_SOCIALS_VERSION', '0.8.1' );
2222
define( 'DATAMACHINE_SOCIALS_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'DATAMACHINE_SOCIALS_URL', plugin_dir_url( __FILE__ ) );
2424

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.8.1] - 2026-03-21
8+
9+
### Fixed
10+
- remove duplicate get_auth_status and get_platforms methods in RestApi
11+
712
## [0.8.0] - 2026-03-21
813

914
### Added

0 commit comments

Comments
 (0)