Skip to content

Commit f12c363

Browse files
committed
- moved to final
1 parent 296d673 commit f12c363

5 files changed

Lines changed: 28 additions & 25 deletions

File tree

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,12 @@ If you liked the modulebuilder module and thanks to the long process for giving
55

66
# ModuleBuilder version 3.x
77

8-
[![Build Status](https://scrutinizer-ci.com/g/txmodxoops/modulebuilder/badges/build.png?b=master)](https://travis-ci.org/txmodxoops/modulebuilder)
9-
[![Jenkins coverage](https://img.shields.io/jenkins/c/https/jenkins.qa.ubuntu.com/address-book-service-utopic-i386-ci.svg)](https://github.com/txmodxoops/modulebuilder)
8+
[![Build Status](https://scrutinizer-ci.com/g/ggoffy/modulebuilder/badges/build.png?b=master)](https://travis-ci.org/ggoffy/modulebuilder)
9+
[![Jenkins coverage](https://img.shields.io/jenkins/c/https/jenkins.qa.ubuntu.com/address-book-service-utopic-i386-ci.svg)](https://github.com/XoopsModules25x/modulebuilder)
1010
[![Software License](https://img.shields.io/badge/license-GPL-brightgreen.svg?style=flat)](docs/license.txt)
11-
[![Quality Score](https://img.shields.io/scrutinizer/g/txmodxoops/modulebuilder.svg?style=flat)](https://scrutinizer-ci.com/g/txmodxoops/modulebuilder)
12-
[![Gem](https://img.shields.io/gem/dt/rails.svg)](txmodxoops/modulebuilder)
13-
[![Latest Version](https://img.shields.io/github/release/txmodxoops/modulebuilder.svg?style=flat)](https://github.com/txmodxoops/ModuleBuilder-1.91/releases/latest)
14-
15-
<p>
16-
<a href="http://issuestats.com/github/txmodxoops/modulebuilder"><img alt="Issue Stats" src="http://issuestats.com/github/txmodxoops/modulebuilder/badge/pr?style=flat"></a>
17-
<a href="http://issuestats.com/github/txmodxoops/modulebuilder"><img alt="Issue Stats" src="http://issuestats.com/github/txmodxoops/modulebuilder/badge/issue?style=flat"></a>
18-
<!--[![Github Releases (by Release)](https://img.shields.io/badge/modulebuilder-alpha%203.2-green.svg)](https://github.com/txmodxoops/modulebuilder/tree/alpha-3-4)-->
19-
</p>
11+
[![Quality Score](https://img.shields.io/scrutinizer/g/ggoffy/modulebuilder.svg?style=flat)](https://scrutinizer-ci.com/g/ggoffy/modulebuilder)
12+
[![Gem](https://img.shields.io/gem/dt/rails.svg)](XoopsModules25x/modulebuilder)
13+
[![Latest Version](https://img.shields.io/github/release/XoopsModules25x/modulebuilder.svg?style=flat)](https://github.com/XoopsModules25x/modulebuilder/releases/latest)
2014

2115
> **Note:** This repository contains the code of the modulebuilder module
2216
It's under development currently. If you want to build with developers this version of module or create a base modules, you can use the last version of this module at [Txmod XOOPS Web Site](http://www.txmodxoops.org), and visit the main discussion forum at [XOOPS Web Site](https://xoops.org/modules/newbb/viewtopic.php?topic_id=76746) for more information.
@@ -61,11 +55,16 @@ Apache = 2.4.10, 2.4.18
6155
XOOPS = 2.5.11
6256

6357
Codeception = 2.0.13
58+
6459
Selenium IDE = 2.9.0
6560

66-
[![Stories in Ready](https://badge.waffle.io/txmodxoops/modulebuilder.svg?label=ready&title=Ready)](http://waffle.io/txmodxoops/modulebuilder)
67-
[![Stories in Work in Progress](https://badge.waffle.io/txmodxoops/modulebuilder.svg?label=Work in Progress&title=Work in Progress)](http://waffle.io/txmodxoops/modulebuilder)
68-
[![Stories in Done](https://badge.waffle.io/txmodxoops/modulebuilder.svg?label=done&title=Done)](http://waffle.io/txmodxoops/modulebuilder)
69-
[![Stories in Roadmap](https://badge.waffle.io/txmodxoops/modulebuilder.svg?label=roadmap&title=Roadmap)](http://waffle.io/txmodxoops/modulebuilder)
61+
#### Tutorial:
62+
[![Tutorial Available](https://xoops.org/images/tutorial-available-blue.svg)](https://xoops.gitbook.io/modulebuilder-tutorial/) Tutorial: coming soon on [GitBook](https://xoops.gitbook.io/modulebuilder-tutorial/).
63+
To contribute to the Tutorial, [fork it on GitHub](https://github.com/XoopsDocs/modulebuilder-tutorial)
64+
65+
#### Translation:
66+
[![Translations on Transifex](https://xoops.org/images/translations-transifex-blue.svg)](https://www.transifex.com/xoops)
67+
68+
Please visit us on https://xoops.org
7069

71-
[![Throughput Graph](https://graphs.waffle.io/txmodxoops/modulebuilder/throughput.svg)](https://waffle.io/txmodxoops/modulebuilder/metrics)
70+
Current and upcoming "next generation" versions of XOOPS CMS are being crafted on GitHub at: https://github.com/XOOPS

docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<h5>3.04 Final [2020-11-11]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
2+
<hr>
3+
- moved to final (goffy)
4+
15
<h5>3.04 RC 1 [2020-07-09]</h5> Dev: XOOPS 2.5.11, PHP 7.4.5
26
<hr>
37
- unqualified function references (mamba/goffy)
-1.65 KB
Binary file not shown.
-1.65 KB
Binary file not shown.

xoops_version.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
$moduleDirName = \basename(__DIR__);
2525
$moduleDirNameUpper = \mb_strtoupper($moduleDirName);
2626

27-
$modversion['version'] = 3.03;
28-
$modversion['module_status'] = 'Alpha 5';
29-
$modversion['release_date'] = '2020/05/11';
27+
$modversion['version'] = 3.04;
28+
$modversion['module_status'] = 'Final';
29+
$modversion['release_date'] = '2020/11/11';
3030
$modversion['name'] = _MI_MODULEBUILDER_NAME;
3131
$modversion['description'] = _MI_MODULEBUILDER_DESC;
3232
$modversion['author'] = 'Xoops TDM';
@@ -51,17 +51,17 @@
5151
$modversion['modicons16'] = 'assets/images/icons/16';
5252
$modversion['modicons32'] = 'assets/images/icons/32';
5353
$modversion['targetdir'] = XOOPS_UPLOAD_PATH . "/{$moduleDirName}/repository/";
54-
$modversion['module_website_url'] = 'https://github.com/txmodxoops/modulebuilder-1.91';
55-
$modversion['module_website_name'] = 'GitHub Txmodx Xoops';
56-
$modversion['min_php'] = '7.0';
57-
$modversion['min_xoops'] = '2.5.9';
54+
$modversion['module_website_url'] = 'https://github.com/XoopsModules25x/modulebuilder';
55+
$modversion['module_website_name'] = 'GitHub Xoops';
56+
$modversion['min_php'] = '7.2';
57+
$modversion['min_xoops'] = '2.5.11';
5858
$modversion['min_admin'] = '1.2';
5959
$modversion['min_db'] = ['mysql' => '5.5'];
6060
//about
6161
$modversion['demo_site_url'] = 'https://xoops.org/';
6262
$modversion['demo_site_name'] = 'Xoops TDM';
63-
$modversion['forum_site_url'] = 'https://xoops.org/modules/newbb/viewtopic.php?post_id=358118';
64-
$modversion['forum_site_name'] = 'ModuleBuilder 1.91 alpha for Testing';
63+
$modversion['forum_site_url'] = 'https://xoops.org/modules/newbb/viewtopic.php?post_id=365223';
64+
$modversion['forum_site_name'] = 'ModuleBuilder 3.03 for Testing';
6565
$modversion['module_website_name'] = 'Xoops TDM';
6666
// Admin things
6767
$modversion['system_menu'] = 1;

0 commit comments

Comments
 (0)