Skip to content

Commit 06cf08a

Browse files
author
Nicolas Morand
committed
Preparing v2.0.0-BETA1
1 parent e55aa90 commit 06cf08a

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

README.textile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ h4. From the admin interface
2525
# Confirm the plugin install by clicking the _Install_ button on the plugin preview page.
2626
# Enable the plugin and click the _Options_ link (or visit the _Preferences_ tab) to set the provider preferences.
2727

28-
h4. Via Composer
28+
h4. Via Composer (not available yet)
2929

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

@@ -34,17 +34,17 @@ After "installing Composer":https://getcomposer.org/doc/00-intro.md…
3434
# If it's not already done, lock your version of Txp:
3535
@$ composer require textpattern/lock:4.6.2@, where @4.6.2@ is the Txp version in use.
3636
# Install oui_archive:
37-
@$ composer require oui/oui_archive@
37+
@$ composer require nicolasgraph/oui_archive@
3838

3939
h3. Update
4040

4141
h4. From the admin interface
4242

4343
# Follow the installation instruction above.
4444

45-
h4. Via Composer
45+
h4. Via Composer (not available yet)
4646

47-
bc(language-markup xml). $ composer update oui/oui_archive
47+
bc(language-markup xml). $ composer update nicolasgraph/oui_archive
4848

4949
h3. Uninstall
5050

@@ -54,9 +54,9 @@ h4. From the admin interface
5454
# open the select list at the bottom of the plugins table and choose _Delete_.
5555
# confirm the plugin deletion.
5656

57-
h4. Via Composer
57+
h4. Via Composer (not available yet)
5858

59-
bc(language-markup xml). $ composer remove oui/oui_archive
59+
bc(language-markup xml). $ composer remove nicolasgraph/oui_archive
6060

6161
h2. Tags and parameters
6262

@@ -163,5 +163,5 @@ This is free software, and you are welcome to redistribute it "under certain con
163163

164164
h3. Changelog
165165

166-
* *oui_archive v1.0.0-alpha* (2018-06-25)
166+
* *oui_archive v1.0.0-BETA1* (2018-06-26)
167167
* *oui_player v1.3.0* (2017-05-24)

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "oui/oui_archive",
3-
"description": "Archive extension for oui_player",
2+
"name": "nicolasgraph/oui_archive",
3+
"description": "Embed Archive media players in Textpattern CMS through oui_player v2+",
44
"keywords": [
55
"textpattern",
66
"plugin",
@@ -23,9 +23,10 @@
2323
"source": "https://github.com/NicolasGraph/oui_archive"
2424
},
2525
"require": {
26-
"textpattern/lock": "4.6.*",
26+
"textpattern/lock": "^4.6",
2727
"textpattern/installer": "*",
28-
"oui/oui_player": "2.*",
29-
"oui/oui_player_provider": "1.*"
30-
}
28+
"nicolasgraph/oui_player": "^2",
29+
"nicolasgraph/oui_player_provider": "^1"
30+
},
31+
"minimum-stability": "beta"
3132
}

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "oui_archive",
3-
"description" : "Archive(.org) extension for oui_player v2+",
4-
"version" : "1.0.0-alpha",
3+
"description" : "Embed Archive media players through oui_player v2+",
4+
"version" : "1.0.0-BETA1",
55
"type" : 1,
66
"author" : "Nicolas Morand",
77
"author_uri" : "http://github.com/NicolasGraph",

0 commit comments

Comments
 (0)