Changeset 2834584
- Timestamp:
- 12/15/2022 05:01:08 PM (3 years ago)
- Location:
- guestapp
- Files:
-
- 30 edited
- 1 copied
-
tags/1.4.23 (copied) (copied from guestapp/trunk)
-
tags/1.4.23/CGuestApp.php (modified) (1 diff)
-
tags/1.4.23/README.txt (modified) (2 diffs)
-
tags/1.4.23/guestapp.php (modified) (1 diff)
-
tags/1.4.23/lang/build.sh (modified) (1 diff)
-
tags/1.4.23/lang/en_EN.po (modified) (1 diff)
-
tags/1.4.23/lang/es_ES.po (modified) (1 diff)
-
tags/1.4.23/lang/fr_FR.po (modified) (1 diff)
-
tags/1.4.23/lang/guestapp-en.mo (modified) (previous)
-
tags/1.4.23/lang/guestapp-en_EN.mo (modified) (previous)
-
tags/1.4.23/lang/guestapp-en_GB.mo (modified) (previous)
-
tags/1.4.23/lang/guestapp-en_US.mo (modified) (previous)
-
tags/1.4.23/lang/guestapp-es_ES.mo (modified) (previous)
-
tags/1.4.23/lang/guestapp-fr_FR.mo (modified) (previous)
-
tags/1.4.23/lang/guestapp.pot (modified) (1 diff)
-
tags/1.4.23/templates/widget.php (modified) (2 diffs)
-
trunk/CGuestApp.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/guestapp.php (modified) (1 diff)
-
trunk/lang/build.sh (modified) (1 diff)
-
trunk/lang/en_EN.po (modified) (1 diff)
-
trunk/lang/es_ES.po (modified) (1 diff)
-
trunk/lang/fr_FR.po (modified) (1 diff)
-
trunk/lang/guestapp-en.mo (modified) (previous)
-
trunk/lang/guestapp-en_EN.mo (modified) (previous)
-
trunk/lang/guestapp-en_GB.mo (modified) (previous)
-
trunk/lang/guestapp-en_US.mo (modified) (previous)
-
trunk/lang/guestapp-es_ES.mo (modified) (previous)
-
trunk/lang/guestapp-fr_FR.mo (modified) (previous)
-
trunk/lang/guestapp.pot (modified) (1 diff)
-
trunk/templates/widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
guestapp/tags/1.4.23/CGuestApp.php
r2550297 r2834584 91 91 "user_name" => $review->user_name, 92 92 "creation_date" => $review->creation_date, 93 "modification_date" => $review->modification_date, 93 94 "timestamp" => $review->creation_date_timestamp, 94 95 "publication_date" => $review->publication_date, -
guestapp/tags/1.4.23/README.txt
r2644037 r2834584 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4.2 26 Stable tag: 1.4.23 7 7 Requires PHP: 5.2 8 8 License: GPLv2 … … 32 32 33 33 == Changelog == 34 35 = 1.4.23 = 36 * Display review modification date 34 37 35 38 = 1.4.22 = -
guestapp/tags/1.4.23/guestapp.php
r2644037 r2834584 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4.2 27 Version: 1.4.23 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com -
guestapp/tags/1.4.23/lang/build.sh
r2227191 r2834584 25 25 fi 26 26 27 if msgfmt -o guestapp-en_EN.mo en_EN.po; then 28 echo -e "\e[34mSuccess\e[0m" 29 else 30 echo -e "\e[31mError\e[0m" 31 fi 32 27 33 echo "Building es-ES.mo ..." 28 34 if msgfmt -o guestapp-es_ES.mo es_ES.po; then -
guestapp/tags/1.4.23/lang/en_EN.po
r2643442 r2834584 366 366 msgstr "Experience from" 367 367 368 msgid "Modifié le " 369 msgstr "Modified on " 370 368 371 msgid "rating explanation" 369 372 msgstr "The calculation performed is the mathematical average of the ratings to the reviews present below" -
guestapp/tags/1.4.23/lang/es_ES.po
r2643442 r2834584 366 366 msgstr "Experiencia del" 367 367 368 msgid "Modifié le " 369 msgstr "Modificado el " 370 368 371 msgid "rating explanation" 369 372 msgstr "El cálculo realizado es la media matemática de las notas de las opiniones siguientes" -
guestapp/tags/1.4.23/lang/fr_FR.po
r2643442 r2834584 362 362 msgstr "Expérience du" 363 363 364 msgid "Modifié le " 365 msgstr "Modifié le " 366 364 367 msgid "rating explanation" 365 368 msgstr "Le calcul réalisé est la moyenne mathématique des notes aux avis présents ci-dessous" -
guestapp/tags/1.4.23/lang/guestapp.pot
r2643442 r2834584 232 232 msgstr "" 233 233 234 msgid "Modifié le " 235 msgstr "" 236 234 237 #: templates/widget.php:179 235 238 msgid "Réponse de l'établissement :" -
guestapp/tags/1.4.23/templates/widget.php
r2578099 r2834584 4 4 <div itemscope itemtype="http://schema.org/Review" class="ga-review"> 5 5 <meta content="<?php echo date_i18n('Y-m-d', strtotime($review['publication_date'])); ?>" itemprop="datePublished"> 6 <?php if (!empty($review['modification_date'])): ?> 7 <meta content="<?php echo date_i18n('Y-m-d', strtotime($review['modification_date'])); ?>" itemprop="dateEdited"> 8 <?php endif;?> 6 9 <?php // Microformat stuff 7 10 // Those particular properties have to be shown in meta tags, because they are either not shown … … 160 163 </p> - 161 164 162 <div class="ga-date"><?php echo date_i18n('d F Y', strtotime($review['publication_date'])); ?></div> - 163 <span class="ga-staytype"><?php _e($review['stay_type'], 'guestapp'); ?></span> - 165 <div class="ga-date"><?php echo date_i18n('d F Y', strtotime($review['publication_date'])); ?></div> 166 <?php if (!empty($review['modification_date'])) : ?> 167 <br> 168 <div class="ga-date"><?php _e('Modifié le ', 'guestapp'); echo date_i18n('d F Y', strtotime($review['modification_date'])); ?></div> 169 <?php endif; ?> 170 171 <span class="ga-staytype"><?php _e($review['stay_type'], 'guestapp'); ?></span> 164 172 <span class="ga-country"> 165 173 <img alt="Flag" src='<?php echo plugin_dir_url(__FILE__).'../images/flag/'.$review['flag']; ?>'> -
guestapp/trunk/CGuestApp.php
r2550297 r2834584 91 91 "user_name" => $review->user_name, 92 92 "creation_date" => $review->creation_date, 93 "modification_date" => $review->modification_date, 93 94 "timestamp" => $review->creation_date_timestamp, 94 95 "publication_date" => $review->publication_date, -
guestapp/trunk/README.txt
r2644037 r2834584 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4.2 26 Stable tag: 1.4.23 7 7 Requires PHP: 5.2 8 8 License: GPLv2 … … 32 32 33 33 == Changelog == 34 35 = 1.4.23 = 36 * Display review modification date 34 37 35 38 = 1.4.22 = -
guestapp/trunk/guestapp.php
r2644037 r2834584 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4.2 27 Version: 1.4.23 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com -
guestapp/trunk/lang/build.sh
r2227191 r2834584 25 25 fi 26 26 27 if msgfmt -o guestapp-en_EN.mo en_EN.po; then 28 echo -e "\e[34mSuccess\e[0m" 29 else 30 echo -e "\e[31mError\e[0m" 31 fi 32 27 33 echo "Building es-ES.mo ..." 28 34 if msgfmt -o guestapp-es_ES.mo es_ES.po; then -
guestapp/trunk/lang/en_EN.po
r2643442 r2834584 366 366 msgstr "Experience from" 367 367 368 msgid "Modifié le " 369 msgstr "Modified on " 370 368 371 msgid "rating explanation" 369 372 msgstr "The calculation performed is the mathematical average of the ratings to the reviews present below" -
guestapp/trunk/lang/es_ES.po
r2643442 r2834584 366 366 msgstr "Experiencia del" 367 367 368 msgid "Modifié le " 369 msgstr "Modificado el " 370 368 371 msgid "rating explanation" 369 372 msgstr "El cálculo realizado es la media matemática de las notas de las opiniones siguientes" -
guestapp/trunk/lang/fr_FR.po
r2643442 r2834584 362 362 msgstr "Expérience du" 363 363 364 msgid "Modifié le " 365 msgstr "Modifié le " 366 364 367 msgid "rating explanation" 365 368 msgstr "Le calcul réalisé est la moyenne mathématique des notes aux avis présents ci-dessous" -
guestapp/trunk/lang/guestapp.pot
r2643442 r2834584 232 232 msgstr "" 233 233 234 msgid "Modifié le " 235 msgstr "" 236 234 237 #: templates/widget.php:179 235 238 msgid "Réponse de l'établissement :" -
guestapp/trunk/templates/widget.php
r2578099 r2834584 4 4 <div itemscope itemtype="http://schema.org/Review" class="ga-review"> 5 5 <meta content="<?php echo date_i18n('Y-m-d', strtotime($review['publication_date'])); ?>" itemprop="datePublished"> 6 <?php if (!empty($review['modification_date'])): ?> 7 <meta content="<?php echo date_i18n('Y-m-d', strtotime($review['modification_date'])); ?>" itemprop="dateEdited"> 8 <?php endif;?> 6 9 <?php // Microformat stuff 7 10 // Those particular properties have to be shown in meta tags, because they are either not shown … … 160 163 </p> - 161 164 162 <div class="ga-date"><?php echo date_i18n('d F Y', strtotime($review['publication_date'])); ?></div> - 163 <span class="ga-staytype"><?php _e($review['stay_type'], 'guestapp'); ?></span> - 165 <div class="ga-date"><?php echo date_i18n('d F Y', strtotime($review['publication_date'])); ?></div> 166 <?php if (!empty($review['modification_date'])) : ?> 167 <br> 168 <div class="ga-date"><?php _e('Modifié le ', 'guestapp'); echo date_i18n('d F Y', strtotime($review['modification_date'])); ?></div> 169 <?php endif; ?> 170 171 <span class="ga-staytype"><?php _e($review['stay_type'], 'guestapp'); ?></span> 164 172 <span class="ga-country"> 165 173 <img alt="Flag" src='<?php echo plugin_dir_url(__FILE__).'../images/flag/'.$review['flag']; ?>'>
Note: See TracChangeset
for help on using the changeset viewer.