Changeset 2550297
- Timestamp:
- 06/18/2021 09:02:48 AM (5 years ago)
- Location:
- guestapp
- Files:
-
- 4 edited
- 5 copied
-
tags/1.4.14 (copied) (copied from guestapp/trunk)
-
tags/1.4.14/CGuestApp.php (modified) (1 diff)
-
tags/1.4.14/README.txt (copied) (copied from guestapp/trunk/README.txt) (2 diffs)
-
tags/1.4.14/guestapp.php (copied) (copied from guestapp/trunk/guestapp.php) (1 diff)
-
tags/1.4.14/templates/widget-overview.php (copied) (copied from guestapp/trunk/templates/widget-overview.php)
-
tags/1.4.14/templates/widget.php (copied) (copied from guestapp/trunk/templates/widget.php)
-
trunk/CGuestApp.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/guestapp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
guestapp/tags/1.4.14/CGuestApp.php
r2435527 r2550297 61 61 */ 62 62 public function getAll() { 63 return $this->pullFromAPI(false, 150);63 return $this->pullFromAPI(false, 2000); 64 64 } 65 65 -
guestapp/tags/1.4.14/README.txt
r2510851 r2550297 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4.1 36 Stable tag: 1.4.14 7 7 Requires PHP: 5.2 8 8 License: GPLv2 … … 29 29 == Changelog == 30 30 31 = 1.4.14 = 32 * Déplafonnement du nombre de reviews appelées maximum 150 à 2000. 33 31 34 = 1.4.13 = 32 35 * Remplacement de l'URL questionmark.png par data:URI -
guestapp/tags/1.4.14/guestapp.php
r2510851 r2550297 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4.1 37 Version: 1.4.14 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com -
guestapp/trunk/CGuestApp.php
r2435527 r2550297 61 61 */ 62 62 public function getAll() { 63 return $this->pullFromAPI(false, 150);63 return $this->pullFromAPI(false, 2000); 64 64 } 65 65 -
guestapp/trunk/README.txt
r2510851 r2550297 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4.1 36 Stable tag: 1.4.14 7 7 Requires PHP: 5.2 8 8 License: GPLv2 … … 29 29 == Changelog == 30 30 31 = 1.4.14 = 32 * Déplafonnement du nombre de reviews appelées maximum 150 à 2000. 33 31 34 = 1.4.13 = 32 35 * Remplacement de l'URL questionmark.png par data:URI -
guestapp/trunk/guestapp.php
r2510851 r2550297 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4.1 37 Version: 1.4.14 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com
Note: See TracChangeset
for help on using the changeset viewer.