Releasing 3.0.13

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Releasing 3.0.13

Post by bantu »

Hello everyone,

I think it is time for another 3.0.x release and would like to release the first RC soon, possibly within the next two weeks.

Also see: https://wiki.phpbb.com/Release_Highlights/3.0.13

Cheers,
bantu

User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Re: Releasing 3.0.13

Post by bantu »

Todo List for 3.0.13
  1. Releasing 3.0.13-RC1:
    1. Create "3.0.13-RC2" version on the tracker. ✔
    2. Create "3.0.14" version on the tracker. ✔
    3. Create "3.0.15-RC1" version on the tracker. ✔
    4. Make sure phpBB/docs/AUTHORS is up to date. ✔
    5. Make sure all reports in the security tracker are closed or invalid. ✔
    6. Update version number in develop-olympus to "3.0.13" in the following files: ✔

      Code: Select all

      phpBB/docs/INSTALL.html
      phpBB/install/convertors/convert_phpbb20.php
      phpBB/styles/prosilver/imageset/imageset.cfg
      phpBB/styles/prosilver/style.cfg
      phpBB/styles/prosilver/template/template.cfg
      phpBB/styles/prosilver/theme/theme.cfg
      phpBB/styles/subsilver2/imageset/imageset.cfg
      phpBB/styles/subsilver2/style.cfg
      phpBB/styles/subsilver2/template/template.cfg
      phpBB/styles/subsilver2/theme/theme.cfg
    7. Update version number in develop-olympus to "3.0.13-RC1" in these files: ✔

      Code: Select all

      build/build.xml
      phpBB/includes/constants.php
      phpBB/install/database_update.php
      phpBB/install/schemas/schema_data.sql
    8. Go through Issues fixed in 3.0.13 and correct any unreadable descriptions.
    9. Check the feature highlights wiki page for completeness.
    10. Commit Changelog generated from Tracker ✔

      Code: Select all

      php build/build_changelog.php 3.0.13-RC1

      Code: Select all

      phpBB/docs/CHANGELOG.html
    11. Build packages ✔

      Code: Select all

      cd phpBB
      php ../composer.phar install
      cd ../build
      ../phpBB/vendor/bin/phing
    12. Test install of 3.0.13-RC1 package ✔
    13. Test update from 3.0.12 to 3.0.13-RC1
    14. Post language changes for translators ✔
    15. Prepare an announcement in BBCode and E-Mail form ✔

      Code: Select all

      ../phpBB/vendor/bin/phing announcement
    16. Branch prep-release-3.0.13 off of develop-olympus

      Code: Select all

      git checkout -b prep-release-3.0.13 develop-olympus
    17. Tag prep-release-3.0.13 as release-3.0.13-RC1

      Code: Select all

      git tag -a release-3.0.13-RC1 -m "Tagging the 3.0.13-RC1 release."
    18. Merge release-3.0.13-RC1 into qa

      Code: Select all

      git checkout qa
      git merge --no-ff release-3.0.13-RC1
    19. Update version number in develop-olympus to 3.0.14-dev in these files: ✔

      Code: Select all

      build/build.xml
      phpBB/includes/constants.php
      phpBB/install/database_update.php
      phpBB/install/schemas/schema_data.sql
    20. Merge develop-olympus into develop-ascraeus ✔

      Code: Select all

      git checkout develop-ascraeus
      git merge --no-ff develop-olympus
      Conflict resolution:

      Code: Select all

      # Resolve by deleting
      git rm phpBB/styles/prosilver/imageset/imageset.cfg
      git rm phpBB/styles/prosilver/template/template.cfg
      git rm phpBB/styles/prosilver/theme/theme.cfg
      git rm phpBB/styles/subsilver2/imageset/imageset.cfg
      git rm phpBB/styles/subsilver2/template/template.cfg
      git rm phpBB/styles/subsilver2/theme/theme.cfg
      
      # Leave develop-ascraeus unchanged
      git checkout HEAD phpBB/includes/constants.php; git add phpBB/includes/constants.php
      git checkout HEAD phpBB/install/database_update.php; git add phpBB/install/database_update.php
      git checkout HEAD phpBB/install/convertors/convert_phpbb20.php; git add phpBB/install/convertors/convert_phpbb20.php
      git checkout HEAD phpBB/install/schemas/schema_data.sql; git add phpBB/install/schemas/schema_data.sql
      git checkout HEAD phpBB/styles/prosilver/style.cfg; git add phpBB/styles/prosilver/style.cfg
      git checkout HEAD phpBB/styles/subsilver2/style.cfg; git add phpBB/styles/subsilver2/style.cfg
      
      # Resolve content
      git add build/build.xml
      git add phpBB/docs/CHANGELOG.html
      git add phpBB/docs/INSTALL.html
      git add phpBB/phpbb/db/migration/data/v30x/release_3_0_13_rc1.php
      
    21. Merge develop-ascraeus into develop ✔

      Code: Select all

      git checkout develop
      git merge --no-ff develop-ascraeus
    22. Push changes ✔

      Code: Select all

      git push phpbb develop develop-ascraeus develop-olympus qa prep-release-3.0.13 release-3.0.13-RC1
    23. Set release date for version 3.0.13-RC1 on the tracker ✔
    24. Move all bug reports assigned to fix version "3.0.13-RC1" to "3.0.14-RC1" in Tracker. ✔
    25. Upload packages ✔
    26. Make sure packages have correct permissions for downloading ✔
    27. Announce in QA team forum
    28. Announce on area51 ✔
    29. Update QA versioncheck ✔
    30. Announce on QA mailinglist
  2. Releasing 3.0.13:
    1. Update the MySQL upgrader schema ✔
    2. Update version number in prep-release-3.0.13 to 3.0.13 in these files: ✔

      Code: Select all

      build/build.xml
      phpBB/includes/constants.php
      phpBB/install/database_update.php
      phpBB/install/schemas/schema_data.sql
    3. Update Changelog generated from Tracker (if any) ✔

      Code: Select all

      phpBB/docs/CHANGELOG.html
    4. Build packages

      Code: Select all

      cd build
      phing
    5. Test install of 3.0.13 package ✔
    6. Test update from 3.0.12 to 3.0.13
    7. Test update from 3.0.13-RC1 to 3.0.13
    8. Post language changes for translators (if any) ✔
    9. Merge prep-release-3.0.13 into develop-olympus

      Code: Select all

      git checkout develop-olympus
      git merge --no-ff prep-release-3.0.13
    10. Merge develop-olympus into develop-ascraeus

      Code: Select all

      git checkout develop-ascraeus
      git merge --no-ff develop-olympus
    11. Merge develop-ascraeus into develop

      Code: Select all

      git checkout develop
      git merge --no-ff develop-ascraeus
    12. Merge prep-release-3.0.13 into master

      Code: Select all

      git checkout master
      git merge --no-ff prep-release-3.0.13
    13. Tag master as release-3.0.13

      Code: Select all

      git tag -a release-3.0.13 -m "Tagging the 3.0.13 release."
    14. Merge release-3.0.13 into qa

      Code: Select all

      git checkout qa
      git merge --no-ff release-3.0.13
    15. Push changes ✔

      Code: Select all

      git push phpbb prep-release-3.0.13 develop-olympus develop qa master release-3.0.13
    16. Set release date for version 3.0.13 on the tracker ✔
    17. Delete version 3.0.13-RC2 on the tracker ✔
    18. Upload packages to download.phpbb.com ✔
    19. Upload packages to http://www.phpbb.com
    20. Make sure packages have correct permissions for downloading ✔
    21. Update these files in the website repository:

      Code: Select all

      files/release/package.xml
      vars.php (Make sure to also update the dates and old release versions)
    22. Announce in public (create discussion topic and link them)
    23. Upload files to sourceforge
    24. Announce on mailinglist
    25. Update QA and stable versioncheck
    26. Upload Package to Microsoft Web Application Gallery

Alien_Time
Registered User
Posts: 165
Joined: Fri Apr 05, 2013 3:38 am

Re: Releasing 3.0.13

Post by Alien_Time »

yay! cant wait... going to be bigger than 3.1!

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: Releasing 3.0.13

Post by Meis2M »

any news?

User avatar
RMcGirr83
Registered User
Posts: 360
Joined: Fri Mar 09, 2007 1:51 am
Contact:

Re: Releasing 3.0.13

Post by RMcGirr83 »

possibly within the next two weeks
Post date November 12....two weeks from that date is November 26. You're a few days early.
Do not hire Christian Bullock he won't finish the job and will keep your money

User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Re: Releasing 3.0.13

Post by bantu »

We are releasing 3.0.13-RC1 now.

User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Re: Releasing 3.0.13

Post by bantu »

Contributors (Diff Stat)

Code: Select all

   126	Andreas Fischer
    78	Joas Schilling
    31	Nils Adermann
    23	Oliver Schramm
    18	Tristan Darricau
    16	Marc Alexander
    14	Nathan Guse
    12	Dhruv
     8	Nathaniel Guse
     7	Patrick Webster
     7	erangamapa
     6	Cesar G
     6	Crizzo
     5	s9e
     4	Vjacheslav Trushkin
     3	Jakub Senko
     3	geetakshi
     2	David King
     2	Dhruv Goel
     2	Henry Sudhof
     2	Marcos Bjorkelund
     2	Marcus Vinicius
     2	Matt Friedman
     2	Nathan
     2	Nicofuma
     2	n-aleha
     2	rechosen
     1	Crizz0
     1	Daniel Schosser
     1	David Prévot
     1	Falk Seidel
     1	Igor Wiedler
     1	Mario Skouat
     1	Prosk8er
     1	Skouat
     1	Yuriy Rusko
Changes (Shortlog)

Code: Select all

 .gitignore                                         |    6 +-
 .travis.yml                                        |   31 +-
 README.md                                          |    8 +-
 build/build.xml                                    |   74 +-
 build/build_announcement.php                       |   98 ++
 build/build_diff.php                               |  414 -----
 build/diff_class.php                               | 1710 --------------------
 build/package.php                                  |   12 -
 build/phpdoc-phpbb.ini                             |  145 --
 build/sami-all.conf.php                            |   30 +
 build/sami-checkout.conf.php                       |   44 +
 composer.phar                                      |  Bin 799883 -> 960311 bytes
 git-tools/commit-msg-hook-range.sh                 |   51 +
 git-tools/hooks/commit-msg                         |    4 +-
 phpBB/.htaccess                                    |   56 +-
 phpBB/adm/images/phpbb_logo.png                    |  Bin 9313 -> 6662 bytes
 phpBB/adm/style/acp_inactive.html                  |    2 +-
 phpBB/adm/style/acp_users_overview.html            |    2 +-
 phpBB/adm/style/admin.css                          |   10 +
 phpBB/adm/style/editor.js                          |    2 +-
 phpBB/composer.json                                |    9 +-
 phpBB/composer.lock                                | 1265 ++++++++++++---
 phpBB/develop/create_schema_files.php              |   19 +-
 phpBB/develop/strip_icc_profiles.sh                |   26 +
 phpBB/docs/AUTHORS                                 |    9 +-
 phpBB/docs/CHANGELOG.html                          |  190 ++-
 phpBB/docs/INSTALL.html                            |    7 +-
 phpBB/docs/README.html                             |    2 +-
 phpBB/docs/coding-guidelines.html                  |   20 +-
 phpBB/includes/acm/acm_memory.php                  |   16 +-
 phpBB/includes/acp/acp_attachments.php             |    2 +-
 phpBB/includes/acp/acp_board.php                   |    2 +-
 phpBB/includes/acp/acp_forums.php                  |    1 -
 phpBB/includes/acp/acp_main.php                    |    4 +-
 phpBB/includes/acp/acp_php_info.php                |    2 +-
 phpBB/includes/acp/acp_update.php                  |    5 +-
 phpBB/includes/acp/acp_users.php                   |   12 +-
 phpBB/includes/auth/auth_ldap.php                  |    4 +-
 phpBB/includes/bbcode.php                          |    9 +-
 phpBB/includes/constants.php                       |    2 +-
 phpBB/includes/db/db_tools.php                     |  152 +-
 phpBB/includes/functions.php                       |    8 +-
 phpBB/includes/functions_admin.php                 |   16 +
 phpBB/includes/functions_content.php               |   22 +-
 phpBB/includes/functions_install.php               |    2 +-
 phpBB/includes/functions_module.php                |    6 +-
 phpBB/includes/functions_posting.php               |    4 +
 phpBB/includes/functions_privmsgs.php              |    2 +-
 phpBB/includes/functions_profile_fields.php        |    2 +-
 phpBB/includes/functions_upload.php                |   31 +-
 phpBB/includes/functions_user.php                  |   28 +-
 phpBB/includes/mcp/info/mcp_pm_reports.php         |    2 +-
 phpBB/includes/mcp/mcp_pm_reports.php              |    1 +
 phpBB/includes/mcp/mcp_post.php                    |    1 +
 phpBB/includes/mcp/mcp_queue.php                   |    6 +-
 phpBB/includes/mcp/mcp_reports.php                 |    1 +
 phpBB/includes/search/fulltext_native.php          |   39 +-
 phpBB/includes/session.php                         |   22 +-
 phpBB/includes/startup.php                         |   76 +-
 phpBB/includes/ucp/ucp_pm_options.php              |    6 +-
 phpBB/includes/ucp/ucp_profile.php                 |    3 +
 phpBB/includes/ucp/ucp_remind.php                  |    2 +
 phpBB/install/convertors/convert_phpbb20.php       |    2 +-
 phpBB/install/database_update.php                  |   12 +-
 phpBB/install/index.php                            |    3 +-
 phpBB/install/install_convert.php                  |    2 +-
 phpBB/install/install_install.php                  |   50 +-
 phpBB/install/install_update.php                   |   19 +-
 phpBB/install/schemas/mssql_schema.sql             |  605 +++----
 phpBB/install/schemas/schema_data.sql              |    4 +-
 phpBB/language/en/acp/ban.php                      |    4 +-
 phpBB/language/en/acp/board.php                    |    4 +-
 phpBB/language/en/acp/common.php                   |    2 +-
 phpBB/language/en/acp/email.php                    |    2 +-
 phpBB/language/en/acp/users.php                    |    1 +
 phpBB/language/en/common.php                       |    8 +-
 phpBB/language/en/email/forum_notify.txt           |    2 +-
 phpBB/language/en/email/newtopic_notify.txt        |    2 +-
 phpBB/language/en/email/topic_notify.txt           |    3 +-
 phpBB/language/en/memberlist.php                   |    1 +
 phpBB/language/en/posting.php                      |    3 +-
 phpBB/language/en/ucp.php                          |    2 +-
 phpBB/search.php                                   |   15 +-
 phpBB/styles/prosilver/imageset/imageset.cfg       |    2 +-
 phpBB/styles/prosilver/style.cfg                   |    4 +-
 phpBB/styles/prosilver/template/editor.js          |    2 +-
 phpBB/styles/prosilver/template/forum_fn.js        |    2 +-
 .../styles/prosilver/template/forumlist_body.html  |    2 +
 phpBB/styles/prosilver/template/mcp_post.html      |    4 +-
 .../styles/prosilver/template/overall_footer.html  |    2 +-
 .../styles/prosilver/template/posting_smilies.html |    4 +-
 phpBB/styles/prosilver/template/template.cfg       |    2 +-
 .../prosilver/template/ucp_groups_manage.html      |    2 +-
 .../template/ucp_pm_viewmessage_print.html         |    2 -
 .../template/ucp_profile_profile_info.html         |    6 +-
 .../template/ucp_profile_reg_details.html          |    4 +-
 .../styles/prosilver/template/viewtopic_print.html |    2 -
 phpBB/styles/prosilver/theme/colours.css           |   32 +-
 phpBB/styles/prosilver/theme/forms.css             |   10 +
 phpBB/styles/prosilver/theme/theme.cfg             |    2 +-
 phpBB/styles/subsilver2/imageset/imageset.cfg      |    2 +-
 phpBB/styles/subsilver2/style.cfg                  |    4 +-
 phpBB/styles/subsilver2/template/editor.js         |    2 +-
 phpBB/styles/subsilver2/template/mcp_post.html     |    2 +-
 .../subsilver2/template/memberlist_view.html       |    2 +-
 .../styles/subsilver2/template/overall_header.html |    2 +-
 .../subsilver2/template/posting_smilies.html       |    4 +-
 phpBB/styles/subsilver2/template/template.cfg      |    2 +-
 phpBB/styles/subsilver2/template/ucp_header.html   |    4 +-
 .../styles/subsilver2/template/ucp_pm_history.html |    2 +-
 .../template/ucp_pm_viewmessage_print.html         |    1 +
 .../template/ucp_profile_reg_details.html          |    4 +-
 .../subsilver2/template/ucp_profile_signature.html |   43 +-
 .../subsilver2/template/viewtopic_print.html       |    1 +
 phpBB/styles/subsilver2/theme/stylesheet.css       |   17 +-
 phpBB/styles/subsilver2/theme/theme.cfg            |    2 +-
 phpBB/viewtopic.php                                |   24 +-
 phpunit.xml.all                                    |   33 -
 phpunit.xml.dist                                   |   17 +-
 phpunit.xml.functional                             |   39 -
 tests/RUNNING_TESTS.md                             |   14 +-
 tests/cache/cache_memory.php                       |   62 +
 tests/cache/cache_memory_test.php                  |  125 ++
 tests/cache/fixtures/cache_memory.xml              |   85 +
 tests/functional/acp_users_test.php                |   45 +
 tests/functional/private_messages_test.php         |   65 +
 tests/functions/obtain_online_test.php             |    3 +-
 tests/functions/parse_cfg_file_test.php            |  103 ++
 .../functions_content/get_username_string_test.php |  125 ++
 .../phpbb_clean_search_string_test.php             |   38 +
 tests/functions_user/delete_user_test.php          |  436 +++++
 tests/functions_user/fixtures/delete_user.xml      |  531 ++++++
 tests/lint_test.php                                |   28 +-
 tests/profile/get_profile_value_test.php           |   42 +
 tests/security/trailing_path_test.php              |   55 +
 tests/session/fixtures/sessions_empty.xml          |    7 +
 .../test_framework/phpbb_functional_test_case.php  |   79 +-
 .../generate_text_for_display_test.php             |   38 +
 travis/install-phpunit-5-2.sh                      |   22 +
 travis/phpunit-mariadb-travis.xml                  |   41 +
 travis/phpunit-mysql-5-2-travis.xml                |   44 +
 travis/phpunit-mysql-travis.xml                    |    8 +-
 travis/phpunit-postgres-travis.xml                 |    5 +-
 travis/setup-mariadb.sh                            |   49 +
 travis/setup-webserver.sh                          |   84 +-
 145 files changed, 4594 insertions(+), 3314 deletions(-)
Packages
phpBB-3.0.13-RC1.zip
sha256sum: 2c92c13a1e009bdf0895cbb21859c50d796c427f3d078e4d430116065f8254ad
phpBB-3.0.13-RC1.webpi.zip
sha256sum: 6526328d9030b98ef2c55354ce85eb2bc1fb5e2e8bbaea1649a13e463aa7a1ac
phpBB-3.0.13-RC1.tar.bz2
sha256sum: 1a1e27bd92ade90aec7987eea833ee7fc8baae81fccadf285b03bb5b99f968b1
phpBB-3.0.13-RC1-patch.zip
sha256sum: 1b8acebb8986dabff68b5fc8fe2c87aa5982afd00d6eb64fd12748317e661848
phpBB-3.0.13-RC1-patch.tar.bz2
sha256sum: 41ab7868ea531045c69cdc5cae6bc82f5ad03a026acc583e3dcd5e5ddc892729
phpBB-3.0.13-RC1-files.zip
sha256sum: 9632d7260d0d0aa75fef1e577ed831250a14cb44e493b220f9c0bb8943cfd8f2
phpBB-3.0.13-RC1-files.tar.bz2
sha256sum: 8c1b510a6cd598ea64ab77022d26cffb2da24dd73d63e648a727edf31716069c

phpBB-3.0.12_to_3.0.13-RC1.zip
sha256sum: 190e7165e36ce00673625be4be4293a2b278a5c16fc202eb29a13f6d1f3e1352
phpBB-3.0.12_to_3.0.13-RC1.tar.bz2
sha256sum: db7d56c90553f7ca8a61b21393abd7bf845f0e2325063cef7818df0e4e9aa849
phpBB-3.0.11_to_3.0.13-RC1.zip
sha256sum: 7e292fe4092e925da722c23aeeca159c5b733524bd52239d67db72af4ef57611
phpBB-3.0.11_to_3.0.13-RC1.tar.bz2
sha256sum: 565ead59c3557223ceef323811f5bf4173c250b9eca61b7f4044e44026d79558
phpBB-3.0.10_to_3.0.13-RC1.zip
sha256sum: f18ff3cafc7a23b87cd7fca14f128b142fb681ab24a3d48e98b112bc3416091f
phpBB-3.0.10_to_3.0.13-RC1.tar.bz2
sha256sum: 1511eeab63ac824ce40b03126368ab65cf5b3865f94507f043adad5db06fbe3a
phpBB-3.0.9_to_3.0.13-RC1.zip
sha256sum: 4c92bb6e643ce065ec80dabdf7e2ae9895b657e90ff500666d5545042f365fbe
phpBB-3.0.9_to_3.0.13-RC1.tar.bz2
sha256sum: 8650488c8b95c0b66289610a1964014975a1f62bab3f28eb69e18e23e1493851
phpBB-3.0.8_to_3.0.13-RC1.zip
sha256sum: ddbe80076e750d18e00524cf7a63e1e81725f929f674b27cadd19160bfb93038
phpBB-3.0.8_to_3.0.13-RC1.tar.bz2
sha256sum: dedd253e254ad5a5eb665dc64aef2520a5357cb76d66c897a61c27b39111ebf8
phpBB-3.0.7_to_3.0.13-RC1.zip
sha256sum: 4b0ba18ae21b5723aaf91b3eeb65be919751195cc53bb79da992b7ca374c8bf6
phpBB-3.0.7_to_3.0.13-RC1.tar.bz2
sha256sum: 8f57d593c5ab20cbb1b1cb3b15eb2eaa26842938d2574a9a322e714fe09cba34
phpBB-3.0.7-PL1_to_3.0.13-RC1.zip
sha256sum: ad11b3b06fd30850507d3449433ca6a00708b7a31d9d3d69c8dadb57c7278441
phpBB-3.0.7-PL1_to_3.0.13-RC1.tar.bz2
sha256sum: 268fde4766124acbb9ce6d5e7968a6e4411d47bb73a27b955185c29acd300f01
phpBB-3.0.6_to_3.0.13-RC1.zip
sha256sum: 5f217b7d1c01250acd185b46d2ab8c76428a7028b2e55f100a58fa81cc510fcf
phpBB-3.0.6_to_3.0.13-RC1.tar.bz2
sha256sum: 36bed5933a92fd0faab7b014905c4c9dc1f706a913829005e406bfc4c3d2708a
phpBB-3.0.5_to_3.0.13-RC1.zip
sha256sum: 94cd5b5df3e9f0a12ab78a56c082d91fc83df539f2ee153ae81f5a83a22b82f6
phpBB-3.0.5_to_3.0.13-RC1.tar.bz2
sha256sum: e60a57a92e77353c0d73a0acc7267b6c869584474d8ceb6ca7e361413b5b99e1
phpBB-3.0.4_to_3.0.13-RC1.zip
sha256sum: 117609950cdc27efbe8772916ec472ced9e7960277d1ab0d2643e27d181a8a20
phpBB-3.0.4_to_3.0.13-RC1.tar.bz2
sha256sum: 0071997a697c93381ec9167f66c7af7b3fe0b29612f6f7d4b44e79113f9a6bac
phpBB-3.0.3_to_3.0.13-RC1.zip
sha256sum: 9baa3fea988cea5aa5e7fc310a507181673322c51a5b523f8dfd7878dcd97d83
phpBB-3.0.3_to_3.0.13-RC1.tar.bz2
sha256sum: 5aab8e265b659d7a5e79035d7463ee5992d281a3636d0c05b1ea412545b0ea8b
phpBB-3.0.2_to_3.0.13-RC1.zip
sha256sum: abc27bbc35c44f7a0d919a895071c2db862127d602eae6bb3b17d25622f8e667
phpBB-3.0.2_to_3.0.13-RC1.tar.bz2
sha256sum: f4a6b03b829a6323e523d4625a8ee3b8e259a3673f8d348ec1ddc1c6bd7833e8

An announcement topic will follow. Language and style changes are attached. MOD format changes are no longer provided.
Attachments
phpbb-3.0.12_to_3.0.13-RC1_subsilver2.patch
(16.71 KiB) Downloaded 1473 times
phpbb-3.0.12_to_3.0.13-RC1_prosilver.patch
(16.72 KiB) Downloaded 1341 times
phpbb-3.0.12_to_3.0.13-RC1_language.patch
(18.14 KiB) Downloaded 1321 times
phpbb-3.0.12_to_3.0.13-RC1_git_shortlog.txt
(684 Bytes) Downloaded 1356 times
phpbb-3.0.12_to_3.0.13-RC1_git_diffstat.txt
(8.88 KiB) Downloaded 1318 times

User avatar
bantu
3.0 Release Manager
3.0 Release Manager
Posts: 557
Joined: Thu Sep 07, 2006 11:22 am
Location: Karlsruhe, Germany
Contact:

Re: Releasing 3.0.13

Post by bantu »

We are releasing 3.0.13 soon.

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: Releasing 3.0.13

Post by Meis2M »

wow... well done

User avatar
Meis2M
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Re: Releasing 3.0.13

Post by Meis2M »

any one please give me the language code change from 3.0.12 to 3.0.13 (final version) ?

Post Reply