Skip to content

Commit 3ab9184

Browse files
DennisAlundclaude
andcommitted
chore(release): bump to 0.30.4
Patch release: one behavioural fix (removal of the dead CodelessDebugLogEnabled manifest entry) plus documentation changes. No API surface change. pubspec.yaml and ios/facebook_app_events.podspec are kept in sync per CONTRIBUTING.md. The CHANGELOG's "Unreleased" heading becomes "## 0.30.4" because build_deploy.yml extracts release notes by matching a literal "## <version>" heading and fails the release job if it finds none. Graph API pin left at v24.0. The release-time check now recorded in CONTRIBUTING.md does flag that the current latest is v26.0, but bumping the pin is a behavioural change that deserves its own PR rather than riding along in a release commit. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 6fdd6ec commit 3ab9184

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.30.4
22

33
- **Remove the `com.facebook.sdk.CodelessDebugLogEnabled` meta-data from the plugin's Android manifest.** It has been there since the first release and had no effect: in Facebook Android SDK 18.x the flag is read into `FacebookSdk.getCodelessDebugLogEnabled()` and nothing in the SDK reads that getter. Codeless event setup is gated server-side by Meta's fetched app settings (`codelessEventsEnabled` / `getCodelessSetupEnabled()`), not by this flag. Because library manifests merge into the host app, the entry also forced any app that wanted the key set to `false` to add `tools:replace` to win the merge — that workaround is no longer needed and can be removed.
44
- **Docs:** the README no longer advises enabling codeless debug logging for debugging (the flags are inert on both platforms; `setDebugLoggingEnabled` is the switch that does something), and `CONTRIBUTING.md` now records the pinned Graph API version as a release-time check with the three places the literal appears.

ios/facebook_app_events.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'facebook_app_events'
3-
s.version = '0.30.3'
3+
s.version = '0.30.4'
44
s.summary = 'Flutter plugin for Facebook Analytics and App Events'
55
s.description = <<-DESC
66
Flutter plugin for Facebook Analytics and App Events

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: facebook_app_events
22
description: Flutter plugin for Facebook App Events, an app measurement
33
solution that provides insight on app usage and user engagement in Facebook Analytics.
4-
version: 0.30.3
4+
version: 0.30.4
55
homepage: https://oddb.it/app-events-pubspec
66
repository: https://github.com/oddbit/flutter_facebook_app_events
77

0 commit comments

Comments
 (0)