Skip to content

Commit 0766b34

Browse files
committed
release: v0.19.0
1 parent f22ca5b commit 0766b34

2 files changed

Lines changed: 11 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, TikTok, YouTube, Twitter, Facebook, Bluesky, Mastodon, Threads, Pinterest, LinkedIn, Tumblr, and Reddit.
6-
* Version: 0.18.0
6+
* Version: 0.19.0
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.18.0' );
21+
define( 'DATAMACHINE_SOCIALS_VERSION', '0.19.0' );
2222
define( 'DATAMACHINE_SOCIALS_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'DATAMACHINE_SOCIALS_URL', plugin_dir_url( __FILE__ ) );
2424

docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.19.0] - 2026-07-27
8+
9+
### Added
10+
- add Reddit domain mentions report
11+
- monitor bounded Reddit comment mentions
12+
13+
### Fixed
14+
- enforce delegated cross-post effect boundaries
15+
716
## [0.18.0] - 2026-07-27
817

918
### Added

0 commit comments

Comments
 (0)