Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #85

Merged
merged 39 commits into from
May 2, 2020
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e5ec9b4
Update to last standard
Dec 9, 2019
3faae6b
Replace wp-fail2ban by wp-fail2ban-redux
Dec 28, 2019
e7194ed
Merge pull request #78 from YunoHost-Apps/replace_wp-fail2ban
maniackcrudelis Jan 2, 2020
88b430e
Add action and config-panel feature
Jan 2, 2020
b4ccb64
Merge branch 'testing' into actions_config_panel
maniackcrudelis Jan 2, 2020
3eaaa3e
Use ynh_get_scalable_phpfpm
Jan 2, 2020
ca55e58
Update to 5.3.2
Jan 2, 2020
9eb618f
Remove php template
Jan 3, 2020
59fec43
Add changelog
Jan 4, 2020
bb738a0
Merge pull request #81 from YunoHost-Apps/5.3.2
maniackcrudelis Jan 6, 2020
7654b84
Merge pull request #80 from YunoHost-Apps/use_scalable_php
maniackcrudelis Jan 12, 2020
ecd5f66
Merge branch 'testing' into actions_config_panel
maniackcrudelis Jan 12, 2020
5b29449
Merge pull request #79 from YunoHost-Apps/actions_config_panel
maniackcrudelis Jan 12, 2020
d457fc3
Merge branch 'testing' into add_changelog
maniackcrudelis Jan 12, 2020
6dadc1c
fix config is_public
kay0u Jan 15, 2020
c56f303
Merge pull request #84 from YunoHost-Apps/fix-config
maniackcrudelis Jan 27, 2020
8ecea3d
Merge pull request #82 from YunoHost-Apps/add_changelog
maniackcrudelis Jan 31, 2020
71bb63d
Update CHANGELOG.md
maniackcrudelis Jan 31, 2020
5e68805
[Fix] buster install
kay0u Mar 17, 2020
59baee2
specify php version to use
maniackcrudelis Mar 18, 2020
0e91a06
Update pull_request_template.md
maniackcrudelis Mar 18, 2020
1b63bd7
Always show YunoHost tile
maniackcrudelis Mar 19, 2020
9d8b78e
Quick fix for wp-fail2ban
maniackcrudelis Mar 21, 2020
81d0f1d
Merge branch 'testing' into specific_php_version
maniackcrudelis Mar 29, 2020
7f94617
Merge pull request #91 from YunoHost-Apps/ynh_tile
maniackcrudelis Apr 1, 2020
4044832
Merge pull request #89 from YunoHost-Apps/specific_php_version
maniackcrudelis Apr 2, 2020
0787a3c
Merge pull request #87 from YunoHost-Apps/fix-buster-install
maniackcrudelis Apr 5, 2020
063a540
Add new badges
maniackcrudelis Apr 17, 2020
00a1a6e
Upgrade to 5.4
maniackcrudelis Apr 17, 2020
efa9260
Actions and config_panel tests
maniackcrudelis Apr 17, 2020
7a0b62e
Misc updates
maniackcrudelis Apr 17, 2020
10a1fe6
New reset actions
maniackcrudelis Apr 17, 2020
31d83f8
Drop YNH_APP_ID
maniackcrudelis Apr 18, 2020
2d5b2c5
Merge pull request #90 from YunoHost-Apps/high_quality
maniackcrudelis Apr 21, 2020
373685d
Action to remove maintenance mode
maniackcrudelis Apr 21, 2020
ff2e68d
Merge pull request #93 from YunoHost-Apps/global_upgrade
maniackcrudelis Apr 22, 2020
6f7e5dd
Merge branch 'testing' into fucking_maintenance
maniackcrudelis Apr 22, 2020
5f821dc
Merge pull request #94 from YunoHost-Apps/fucking_maintenance
maniackcrudelis Apr 25, 2020
7278a8b
Update CHANGELOG.md
maniackcrudelis May 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Changelog
=========

## Unreleased
- Nothing for now...

## [5.3.2~ynh1](https://github.com/YunoHost-Apps/wordpress_ynh/pull/85) - 2020-01-31

#### Added
* [Add action and config-panel feature](https://github.com/YunoHost-Apps/wordpress_ynh/pull/79)
* [Add changelog](https://github.com/YunoHost-Apps/wordpress_ynh/pull/82)

#### Fixed
- [fix config is_public](https://github.com/YunoHost-Apps/wordpress_ynh/pull/84)

#### Changed
* [Use ynh_get_scalable_phpfpm](https://github.com/YunoHost-Apps/wordpress_ynh/pull/80)
* [Update to 5.3.2](https://github.com/YunoHost-Apps/wordpress_ynh/pull/81)


## [5.3~ynh1](https://github.com/YunoHost-Apps/wordpress_ynh/pull/77) - 2019-12-26

#### Fixed
- [Get the database prefix before modifying data](https://github.com/YunoHost-Apps/wordpress_ynh/pull/77/commits/75d6e64c758443a06ca6bfd42a75291806618f03)

#### Changed
* [Upgrade to 5.3](https://github.com/YunoHost-Apps/wordpress_ynh/pull/77/commits/7d6f1e0048ebac0c1fef06a8789192f33a8220eb)
- [Increase memory limit to support some plugin](https://github.com/YunoHost-Apps/wordpress_ynh/pull/77/commits/e5b1bb7e3449e9be49e9e60eaf3d986072a30f06)


## [5.2~ynh1](https://github.com/YunoHost-Apps/wordpress_ynh/pull/65) - 2019-06-05

#### Fixed
- [Force upgrade with a cron](https://github.com/YunoHost-Apps/wordpress_ynh/pull/63/commits/7e4808ebc3318b3b6096729a28260fc936af4e78)

#### Changed
* [Upgrade to wordpress 5.2](https://github.com/YunoHost-Apps/wordpress_ynh/pull/63/commits/21b087ea6ebb499124745384771bfb0ddd866f11)
- [Global upgrade of the package](https://github.com/YunoHost-Apps/wordpress_ynh/pull/64/commits/87e36e665c56dfbe110f44a35a4ccc9724e89a75)


## [5.0.3~ynh1](https://github.com/YunoHost-Apps/wordpress_ynh/pull/56) - 2019-03-12

#### Added
- [Progress bar](https://github.com/YunoHost-Apps/wordpress_ynh/pull/56/commits/d140c510ea068f654ebefdd66c4e51ad3aa85067)

#### Changed
- [Update to last packaging standard](https://github.com/YunoHost-Apps/wordpress_ynh/pull/56/commits/bb64ee0d9b8883db13da35c252ed10899559f016)
* [Update to wordpress 5.0.3](https://github.com/YunoHost-Apps/wordpress_ynh/pull/56/commits/04e76b93af5724fe23d19da2bc05e0f728398d43)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
WordPress is open source software you can use to create a beautiful website, blog, or app.
With this package, you can even activate the [multisite](https://codex.wordpress.org/Glossary#Multisite) option.

**Shipped version:** 5.3
**Shipped version:** 5.3.2

## Screenshots

Expand Down
11 changes: 11 additions & 0 deletions actions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[public_private]
name = "Move to public or private"
command = "/bin/bash scripts/actions/public_private"
accepted_return_codes = [0]
description = "Change the public access of the app."

[public_private.arguments]
[public_private.arguments.is_public]
type = "boolean"
ask = "Is it a public app ?"
default = true
2 changes: 0 additions & 2 deletions check_process
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
upgrade=1 from_commit=cbb74263e33deb0ec36f99886a2f773e36d40fd9
backup_restore=1
multi_instance=1
incorrect_path=1
port_already_use=0
change_url=1
;; Test avec multisite
Expand All @@ -37,7 +36,6 @@
upgrade=1
backup_restore=1
multi_instance=1
incorrect_path=0
port_already_use=0
change_url=0
;;; Levels
Expand Down
4 changes: 2 additions & 2 deletions conf/app.src
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SOURCE_URL=https://wordpress.org/wordpress-5.3.tar.gz
SOURCE_SUM=b4ffcc17cbe6a6546fba4112d55e8ba5
SOURCE_URL=https://wordpress.org/wordpress-5.3.2.tar.gz
SOURCE_SUM=ec7fcc299de72d4914a688ea34c96f37
SOURCE_SUM_PRG=md5sum
ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
Expand Down
5 changes: 5 additions & 0 deletions conf/extra_php-fpm.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
; Additional php.ini defines, specific to this pool of workers.

php_admin_value[upload_max_filesize] = 50M
php_admin_value[memory_limit] = 64M
php_admin_value[post_max_size] = 50M
Loading