Changeset 2850978
- Timestamp:
- 01/19/2023 10:32:29 AM (3 years ago)
- Location:
- guestapp
- Files:
-
- 6 edited
- 1 copied
-
tags/1.4.25 (copied) (copied from guestapp/trunk)
-
tags/1.4.25/CGuestApp.php (modified) (1 diff)
-
tags/1.4.25/README.txt (modified) (2 diffs)
-
tags/1.4.25/guestapp.php (modified) (1 diff)
-
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.25/CGuestApp.php
r2834584 r2850978 91 91 "user_name" => $review->user_name, 92 92 "creation_date" => $review->creation_date, 93 "modification_date" => $review->modification_date,93 "modification_date" => isset($review->modification_date) ? $review->modification_date : null, 94 94 "timestamp" => $review->creation_date_timestamp, 95 95 "publication_date" => $review->publication_date, -
guestapp/tags/1.4.25/README.txt
r2834594 r2850978 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4.2 46 Stable tag: 1.4.25 7 7 Requires PHP: 5.2 8 8 License: GPLv2 … … 32 32 33 33 == Changelog == 34 35 = 1.4.25 = 36 * Fix modification_date review error 34 37 35 38 = 1.4.24 = -
guestapp/tags/1.4.25/guestapp.php
r2834594 r2850978 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4.2 47 Version: 1.4.25 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com -
guestapp/trunk/CGuestApp.php
r2834584 r2850978 91 91 "user_name" => $review->user_name, 92 92 "creation_date" => $review->creation_date, 93 "modification_date" => $review->modification_date,93 "modification_date" => isset($review->modification_date) ? $review->modification_date : null, 94 94 "timestamp" => $review->creation_date_timestamp, 95 95 "publication_date" => $review->publication_date, -
guestapp/trunk/README.txt
r2834594 r2850978 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4.2 46 Stable tag: 1.4.25 7 7 Requires PHP: 5.2 8 8 License: GPLv2 … … 32 32 33 33 == Changelog == 34 35 = 1.4.25 = 36 * Fix modification_date review error 34 37 35 38 = 1.4.24 = -
guestapp/trunk/guestapp.php
r2834594 r2850978 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4.2 47 Version: 1.4.25 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com
Note: See TracChangeset
for help on using the changeset viewer.