Skip to content

Commit

Permalink
add wickedone/phrase-tag-bundle
Browse files Browse the repository at this point in the history
- add wickedone/phrase-tag-bundle recipe
  • Loading branch information
wickedOne committed Dec 20, 2024
1 parent 91c18a5 commit 58862fd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bizkit_versioning:

# Strategy used for managing version updates.
# Options:
# - 'semver': Semantic Versioning (e.g., 1.0.0, 2.1.0).
# - 'semver': Semantic Versioning (e.g., 2.0.0, 2.2.0).
# - 'incrementing': Sequential number incrementing (e.g., 1, 2, 3).
strategy: semver

Expand Down
2 changes: 1 addition & 1 deletion mukadi/wordpress-bundle/1.0/wp/themes/wp-blank/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Theme Name: WPBlank
Author: Olivier M. Mukadi
Author URI: www.consiidrc.net
Version: 0.1.0
Version: 0.2.0
Description: Default theme, feel free to make or install your own.
*/
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Theme Name: WPBlank
Author: Olivier M. Mukadi
Author URI: www.consiidrc.net
Version: 0.1.0
Version: 0.2.0
Description: Default theme, feel free to make or install your own.
*/
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ nelmio_api_doc:
info:
title: My App
description: This is an awesome app!
version: 1.0.0
version: 2.0.0
areas: # to filter documented areas
path_patterns:
- ^/api(?!/doc$) # Accepts routes under /api except /api/doc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
wicked_one_phrase_tag:
dsn: '%env(PHRASE_DSN)%'
8 changes: 8 additions & 0 deletions wickedone/phrase-tag-bundle/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"WickedOne\\PhraseTagBundle\\WickedOnePhraseTagBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 58862fd

Please sign in to comment.