Skip to content

Commit

Permalink
Preparing v2.0.0-BETA1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Morand committed Jun 26, 2018
1 parent c9567e9 commit 161533d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
Binary file modified .DS_Store
Binary file not shown.
14 changes: 7 additions & 7 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Follow the below instructions before or after installing the wanted oui_player e
Once the plugin and its extensions enabled, you will need to complete the setup by clicking _Options_ or visiting your "Admin > Preferences":?event=prefs#prefs_group_oui_player tab.
This last step need to be repeated each time you add or remove one or more oui_player extensions to update the plugin preferences.

h4. Via Composer
h4. Via Composer (not available yet)

After "installing Composer":https://getcomposer.org/doc/00-intro.md…

Expand All @@ -59,7 +59,7 @@ After "installing Composer":https://getcomposer.org/doc/00-intro.md…
# If it's not already done, lock your version of Txp:
@$ composer require textpattern/lock:4.6.2@, where @4.6.2@ is the Txp version in use.
# Install oui_player:
@$ composer require oui/oui_player@
@$ composer require nicolasgraph/oui_player@
# Connect to the Txp admin interface and click _Options_ or visit your "Admin > Preferences":?event=prefs#prefs_group_oui_player tab to fill the plugin prefs.

h3. Update
Expand All @@ -69,9 +69,9 @@ h4. From the admin interface
Follow the install instructions.
If you are updating from v1.*, be sure to install all wanted extensions before to visit the "Admin > Preferences":?event=prefs#prefs_group_oui_player tab to keep your preference values untouched.

h4. Via Composer
h4. Via Composer (not available yet)

bc. $ composer update oui/oui_player
bc. $ composer update nicolasgraph/oui_player

h3. Uninstall

Expand All @@ -81,9 +81,9 @@ h4. From the admin interface
# open the select list at the bottom of the plugins table and choose _Delete_.
# confirm the plugin deletion.

h4. Via Composer
h4. Via Composer (not available yet)

bc. $ composer remove oui/oui_player
bc. $ composer remove nicolasgraph/oui_player

h2. Preferences/options

Expand Down Expand Up @@ -231,7 +231,7 @@ This is free software, and you are welcome to redistribute it "under certain con

h3. Changelog

* *v2.0.0-alpha* (2018-06-25)
* *v2.0.0-BETA1* (2018-06-26)
** changed: providers now work as pluggable extensions:
*** Provider base (required): "oui_player_provider":https://github.com/NicolasGraph/;
*** ABC News: "oui_abcnews":https://github.com/NicolasGraph/oui_abcnews;
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oui/oui_player",
"description": "Configurable players embedding plugin for Textpattern CMS",
"name": "nicolasgraph/oui_player",
"description": "Manage configurable media players in Textpattern CMS",
"keywords": [
"textpattern",
"plugin",
Expand Down Expand Up @@ -37,7 +37,8 @@
"source": "https://github.com/NicolasGraph/oui_player"
},
"require": {
"textpattern/lock": "4.6.*",
"textpattern/lock": "^4.6",
"textpattern/installer": "*"
}
},
"minimum-stability": "beta"
}
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "oui_player",
"description" : "Embed customised players",
"version" : "2.0.0-alpha",
"description" : "Manage configurable media players",
"version" : "2.0.0-BETA1",
"type" : 1,
"author" : "Nicolas Morand",
"author_uri" : "http://github.com/NicolasGraph",
Expand Down

0 comments on commit 161533d

Please sign in to comment.