Changeset 2232112
- Timestamp:
- 01/23/2020 10:34:01 AM (6 years ago)
- Location:
- guestapp
- Files:
-
- 3 edited
- 19 copied
-
tags/1.4.6 (copied) (copied from guestapp/trunk)
-
tags/1.4.6/CGuestApp.php (copied) (copied from guestapp/trunk/CGuestApp.php) (1 diff)
-
tags/1.4.6/README.txt (copied) (copied from guestapp/trunk/README.txt) (1 diff)
-
tags/1.4.6/guestapp-widget.php (copied) (copied from guestapp/trunk/guestapp-widget.php)
-
tags/1.4.6/guestapp.php (copied) (copied from guestapp/trunk/guestapp.php) (1 diff)
-
tags/1.4.6/js/perfect-scrollbar.min.js (copied) (copied from guestapp/trunk/js/perfect-scrollbar.min.js)
-
tags/1.4.6/lang/build.sh (copied) (copied from guestapp/trunk/lang/build.sh)
-
tags/1.4.6/lang/en_EN.po (copied) (copied from guestapp/trunk/lang/en_EN.po)
-
tags/1.4.6/lang/fr_FR.po (copied) (copied from guestapp/trunk/lang/fr_FR.po)
-
tags/1.4.6/lang/guestapp-en_EN.mo (copied) (copied from guestapp/trunk/lang/guestapp-en_EN.mo)
-
tags/1.4.6/lang/guestapp-en_GB.mo (copied) (copied from guestapp/trunk/lang/guestapp-en_GB.mo)
-
tags/1.4.6/lang/guestapp-en_US.mo (copied) (copied from guestapp/trunk/lang/guestapp-en_US.mo)
-
tags/1.4.6/lang/guestapp-es_ES.mo (copied) (copied from guestapp/trunk/lang/guestapp-es_ES.mo)
-
tags/1.4.6/lang/guestapp-fr_FR.mo (copied) (copied from guestapp/trunk/lang/guestapp-fr_FR.mo)
-
tags/1.4.6/styles/perfect-scrollbar.min.css (copied) (copied from guestapp/trunk/styles/perfect-scrollbar.min.css)
-
tags/1.4.6/styles/style.css (copied) (copied from guestapp/trunk/styles/style.css)
-
tags/1.4.6/templates/after_widget.php (copied) (copied from guestapp/trunk/templates/after_widget.php)
-
tags/1.4.6/templates/widget-overview.php (copied) (copied from guestapp/trunk/templates/widget-overview.php)
-
tags/1.4.6/templates/widget.php (copied) (copied from guestapp/trunk/templates/widget.php)
-
trunk/CGuestApp.php (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
-
trunk/guestapp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
guestapp/tags/1.4.6/CGuestApp.php
r2228979 r2232112 247 247 public function getJSONData($lang, $quantity, $original = null) { 248 248 // The widget can set two options related to the content. the first is lang, which defines the language of the reviews. The second is quantity, which defines the max amount of reviews shown 249 $lang = strlen($lang) === 0 ? 'fr': $lang;249 $lang = strlen($lang) === 0 ? null : $lang; 250 250 $lang_array = explode(",", $lang); 251 251 $returned = array(); -
guestapp/tags/1.4.6/README.txt
r2228979 r2232112 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4. 56 Stable tag: 1.4.6 7 7 Requires PHP: 5.2 8 8 License: GPLv2 -
guestapp/tags/1.4.6/guestapp.php
r2228979 r2232112 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4. 57 Version: 1.4.6 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com -
guestapp/trunk/CGuestApp.php
r2228979 r2232112 247 247 public function getJSONData($lang, $quantity, $original = null) { 248 248 // The widget can set two options related to the content. the first is lang, which defines the language of the reviews. The second is quantity, which defines the max amount of reviews shown 249 $lang = strlen($lang) === 0 ? 'fr': $lang;249 $lang = strlen($lang) === 0 ? null : $lang; 250 250 $lang_array = explode(",", $lang); 251 251 $returned = array(); -
guestapp/trunk/README.txt
r2228979 r2232112 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4. 56 Stable tag: 1.4.6 7 7 Requires PHP: 5.2 8 8 License: GPLv2 -
guestapp/trunk/guestapp.php
r2228979 r2232112 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4. 57 Version: 1.4.6 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com
Note: See TracChangeset
for help on using the changeset viewer.