Changeset 2095570
- Timestamp:
- 05/27/2019 07:28:03 AM (7 years ago)
- Location:
- events-as-posts
- Files:
-
- 12 edited
-
tags/0.1/readme.txt (modified) (5 diffs)
-
tags/0.2.1/readme.txt (modified) (5 diffs)
-
tags/0.2/readme.txt (modified) (5 diffs)
-
tags/0.3/readme.txt (modified) (5 diffs)
-
tags/0.4/readme.txt (modified) (4 diffs)
-
tags/0.5.1/readme.txt (modified) (4 diffs)
-
tags/0.5.2/readme.txt (modified) (3 diffs)
-
tags/0.5.3/readme.txt (modified) (3 diffs)
-
tags/0.5.4/readme.txt (modified) (4 diffs)
-
tags/0.5.5/readme.txt (modified) (3 diffs)
-
tags/0.5/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
events-as-posts/tags/0.1/readme.txt
r1949669 r2095570 1 1 === Events as Posts === 2 2 3 Contributors: orbam7819 3 Contributors: orbam7819, zanychew 4 Author URI: https://ambrogiopiredda.com 4 5 Donate link: https://paypal.me/ambrogiopiredda 5 6 Tags: event, events, event list, agenda 6 Requires at least: 4. 0.247 Tested up to: 4.9.88 Stable tag: 0. 19 Requires PHP: 7.07 Requires at least: 4.8 8 Tested up to: 5.2 9 Stable tag: 0.5.5 10 Requires PHP: 5.4 10 11 License: GPLv2 or later 11 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 15 16 == Description == 16 17 17 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date and location.18 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date, time and location. 18 19 19 20 It also allows you to display **lists of events** everywhere on your site using a shortcode. You can choose if you want to display future, past or all the events, and also the number of events and of which category. 20 21 Other features include:22 23 * 3 layouts for the list of events (1, 2, and 3 columns)24 * Settings for text color of location, date, time and categories25 * A stylesheet to iclude your own custom styles26 27 **Languages**28 29 * English30 * Spanish31 21 32 22 == Installation == … … 46 36 == Frequently Asked Questions == 47 37 48 = When I choose to display events by category they are not showing .=38 = When I choose to display events by category they are not showing = 49 39 50 40 Double check that you have written the category name correctly and, if you have more than one category, that you have separated them with a comma. … … 52 42 = I chose to display the excerpt in a list of events and it's showing in all the lists, how can it be? = 53 43 54 The setting that allows you to show the excerpt on lists of events is not related to the shortcode 55 and if selected it will show the excerpt on all the lists. 44 The setting that allows you to show the excerpt on lists of events is not related to the shortcode and if selected it will show the excerpt on all the lists. 56 45 57 46 = Can I change the order of how events on the list are displayed? = … … 59 48 Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order. 60 49 50 = Using events' metadata with other plugins = 51 52 Use the following meta keys: 53 54 * eap_from_day: starting date of the event ( Y-m-d format ) 55 * eap_from_day_custom_format: starting date of the event ( settings' format ) 56 * eap_from_time: starting time of the event ( H:i format ) 57 * eap_from_time_custom_format: starting time of the event ( settings' format ) 58 * eap_until_day: ending date of the event ( Y-m-d format ) 59 * eap_until_day_custom_format: ending date of the event ( settings' format ) 60 * eap_until_time: ending time of the event ( H:i format ) 61 * eap_until_time_custom_format: ending time of the event ( settings' format ) 62 * eap_location: location of the event 63 * eap_link_location: link to event's location 64 * eap_city: event's city 65 * eap_country: event's country 66 * eap_add_info: additional information about the event 67 68 If you're going to use 'M' or 'F' as a date format for the month, which display the month in letters (short and long form), the month name will be stored in the database in the language of the user who created or updated the event. 69 61 70 == Screenshots == 62 71 63 1. Event post with date, time and location 64 2. Add a new event as if where a normal post 65 3. Order events by date in admin menu 66 4. List of events settings 67 5. List of events 68 72 1. Adding a new event 69 73 70 74 == Changelog == 71 75 72 = 0.1 =73 * First release .76 = 0.1 — 15 of September, 2018 = 77 * First release -
events-as-posts/tags/0.2.1/readme.txt
r1950402 r2095570 1 1 === Events as Posts === 2 2 3 Contributors: orbam7819 3 Contributors: orbam7819, zanychew 4 Author URI: https://ambrogiopiredda.com 4 5 Donate link: https://paypal.me/ambrogiopiredda 5 6 Tags: event, events, event list, agenda 6 Requires at least: 4. 0.247 Tested up to: 4.9.88 Stable tag: 0. 2.19 Requires PHP: 7.07 Requires at least: 4.8 8 Tested up to: 5.2 9 Stable tag: 0.5.5 10 Requires PHP: 5.4 10 11 License: GPLv2 or later 11 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 15 16 == Description == 16 17 17 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date and location.18 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date, time and location. 18 19 19 20 It also allows you to display **lists of events** everywhere on your site using a shortcode. You can choose if you want to display future, past or all the events, and also the number of events and of which category. 20 21 Other features include:22 23 * 3 layouts for the list of events (1, 2, and 3 columns)24 * Settings for text color of location, date, time and categories25 * A stylesheet to iclude your own custom styles26 27 **Languages**28 29 * English30 * Spanish31 21 32 22 == Installation == … … 46 36 == Frequently Asked Questions == 47 37 48 = When I choose to display events by category they are not showing .=38 = When I choose to display events by category they are not showing = 49 39 50 40 Double check that you have written the category name correctly and, if you have more than one category, that you have separated them with a comma. … … 52 42 = I chose to display the excerpt in a list of events and it's showing in all the lists, how can it be? = 53 43 54 The setting that allows you to show the excerpt on lists of events is not related to the shortcode 55 and if selected it will show the excerpt on all the lists. 44 The setting that allows you to show the excerpt on lists of events is not related to the shortcode and if selected it will show the excerpt on all the lists. 56 45 57 46 = Can I change the order of how events on the list are displayed? = … … 59 48 Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order. 60 49 50 = Using events' metadata with other plugins = 51 52 Use the following meta keys: 53 54 * eap_from_day: starting date of the event ( Y-m-d format ) 55 * eap_from_day_custom_format: starting date of the event ( settings' format ) 56 * eap_from_time: starting time of the event ( H:i format ) 57 * eap_from_time_custom_format: starting time of the event ( settings' format ) 58 * eap_until_day: ending date of the event ( Y-m-d format ) 59 * eap_until_day_custom_format: ending date of the event ( settings' format ) 60 * eap_until_time: ending time of the event ( H:i format ) 61 * eap_until_time_custom_format: ending time of the event ( settings' format ) 62 * eap_location: location of the event 63 * eap_link_location: link to event's location 64 * eap_city: event's city 65 * eap_country: event's country 66 * eap_add_info: additional information about the event 67 68 If you're going to use 'M' or 'F' as a date format for the month, which display the month in letters (short and long form), the month name will be stored in the database in the language of the user who created or updated the event. 69 61 70 == Screenshots == 62 71 63 1. Event post with date, time and location 64 2. Add a new event as if where a normal post 65 3. Order events by date in admin menu 66 4. List of events settings 67 5. List of events 68 72 1. Adding a new event 69 73 70 74 == Changelog == 71 75 72 76 = 0.2.1 — 2 of October, 2018 = 73 * Fix:Display all the future or all the past events independently of posts per page in 'Settings' -> 'Reading'77 * Display all the future or all the past events independently of posts per page in 'Settings' -> 'Reading' 74 78 75 79 = 0.2 — 2 of October, 2018 = 76 * New: Display event's 'Until' date (if present) in 'Date' column in 'Events' -> 'All events'77 * Fix:List of events responsive80 * Added event's 'Until' date ( if present ) in 'Date' column in 'Events' -> 'All events' 81 * List of events responsive 78 82 79 83 = 0.1 — 15 of September, 2018 = 80 * First release .84 * First release -
events-as-posts/tags/0.2/readme.txt
r1950293 r2095570 1 1 === Events as Posts === 2 2 3 Contributors: orbam7819 3 Contributors: orbam7819, zanychew 4 Author URI: https://ambrogiopiredda.com 4 5 Donate link: https://paypal.me/ambrogiopiredda 5 6 Tags: event, events, event list, agenda 6 Requires at least: 4. 0.247 Tested up to: 4.9.88 Stable tag: 0. 29 Requires PHP: 7.07 Requires at least: 4.8 8 Tested up to: 5.2 9 Stable tag: 0.5.5 10 Requires PHP: 5.4 10 11 License: GPLv2 or later 11 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 15 16 == Description == 16 17 17 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date and location.18 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date, time and location. 18 19 19 20 It also allows you to display **lists of events** everywhere on your site using a shortcode. You can choose if you want to display future, past or all the events, and also the number of events and of which category. 20 21 Other features include:22 23 * 3 layouts for the list of events (1, 2, and 3 columns)24 * Settings for text color of location, date, time and categories25 * A stylesheet to iclude your own custom styles26 27 **Languages**28 29 * English30 * Spanish31 21 32 22 == Installation == … … 46 36 == Frequently Asked Questions == 47 37 48 = When I choose to display events by category they are not showing .=38 = When I choose to display events by category they are not showing = 49 39 50 40 Double check that you have written the category name correctly and, if you have more than one category, that you have separated them with a comma. … … 52 42 = I chose to display the excerpt in a list of events and it's showing in all the lists, how can it be? = 53 43 54 The setting that allows you to show the excerpt on lists of events is not related to the shortcode 55 and if selected it will show the excerpt on all the lists. 44 The setting that allows you to show the excerpt on lists of events is not related to the shortcode and if selected it will show the excerpt on all the lists. 56 45 57 46 = Can I change the order of how events on the list are displayed? = … … 59 48 Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order. 60 49 50 = Using events' metadata with other plugins = 51 52 Use the following meta keys: 53 54 * eap_from_day: starting date of the event ( Y-m-d format ) 55 * eap_from_day_custom_format: starting date of the event ( settings' format ) 56 * eap_from_time: starting time of the event ( H:i format ) 57 * eap_from_time_custom_format: starting time of the event ( settings' format ) 58 * eap_until_day: ending date of the event ( Y-m-d format ) 59 * eap_until_day_custom_format: ending date of the event ( settings' format ) 60 * eap_until_time: ending time of the event ( H:i format ) 61 * eap_until_time_custom_format: ending time of the event ( settings' format ) 62 * eap_location: location of the event 63 * eap_link_location: link to event's location 64 * eap_city: event's city 65 * eap_country: event's country 66 * eap_add_info: additional information about the event 67 68 If you're going to use 'M' or 'F' as a date format for the month, which display the month in letters (short and long form), the month name will be stored in the database in the language of the user who created or updated the event. 69 61 70 == Screenshots == 62 71 63 1. Event post with date, time and location 64 2. Add a new event as if where a normal post 65 3. Order events by date in admin menu 66 4. List of events settings 67 5. List of events 68 72 1. Adding a new event 69 73 70 74 == Changelog == 71 75 72 76 = 0.2 — 2 of October, 2018 = 73 * New: Displays event's 'Until' date (if present) in 'Date' column in 'Events' -> 'All events'74 * Fix:List of events responsive77 * Added event's 'Until' date ( if present ) in 'Date' column in 'Events' -> 'All events' 78 * List of events responsive 75 79 76 80 = 0.1 — 15 of September, 2018 = 77 * First release .81 * First release -
events-as-posts/tags/0.3/readme.txt
r1951697 r2095570 1 1 === Events as Posts === 2 2 3 Contributors: orbam7819 3 Contributors: orbam7819, zanychew 4 Author URI: https://ambrogiopiredda.com 4 5 Donate link: https://paypal.me/ambrogiopiredda 5 6 Tags: event, events, event list, agenda 6 7 Requires at least: 4.8 7 Tested up to: 4.9.88 Stable tag: 0. 39 Requires PHP: 7.08 Tested up to: 5.2 9 Stable tag: 0.5.5 10 Requires PHP: 5.4 10 11 License: GPLv2 or later 11 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 15 16 == Description == 16 17 17 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date and location.18 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date, time and location. 18 19 19 20 It also allows you to display **lists of events** everywhere on your site using a shortcode. You can choose if you want to display future, past or all the events, and also the number of events and of which category. 20 21 Other features include:22 23 * 3 layouts for the list of events (1, 2, and 3 columns)24 * Settings for text color of title, location, date, time and categories25 * A stylesheet to iclude your own custom styles26 27 **Languages**28 29 * English30 * Spanish31 21 32 22 == Installation == … … 46 36 == Frequently Asked Questions == 47 37 48 = When I choose to display events by category they are not showing .=38 = When I choose to display events by category they are not showing = 49 39 50 40 Double check that you have written the category name correctly and, if you have more than one category, that you have separated them with a comma. … … 52 42 = I chose to display the excerpt in a list of events and it's showing in all the lists, how can it be? = 53 43 54 The setting that allows you to show the excerpt on lists of events is not related to the shortcode 55 and if selected it will show the excerpt on all the lists. 44 The setting that allows you to show the excerpt on lists of events is not related to the shortcode and if selected it will show the excerpt on all the lists. 56 45 57 46 = Can I change the order of how events on the list are displayed? = … … 59 48 Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order. 60 49 50 = Using events' metadata with other plugins = 51 52 Use the following meta keys: 53 54 * eap_from_day: starting date of the event ( Y-m-d format ) 55 * eap_from_day_custom_format: starting date of the event ( settings' format ) 56 * eap_from_time: starting time of the event ( H:i format ) 57 * eap_from_time_custom_format: starting time of the event ( settings' format ) 58 * eap_until_day: ending date of the event ( Y-m-d format ) 59 * eap_until_day_custom_format: ending date of the event ( settings' format ) 60 * eap_until_time: ending time of the event ( H:i format ) 61 * eap_until_time_custom_format: ending time of the event ( settings' format ) 62 * eap_location: location of the event 63 * eap_link_location: link to event's location 64 * eap_city: event's city 65 * eap_country: event's country 66 * eap_add_info: additional information about the event 67 68 If you're going to use 'M' or 'F' as a date format for the month, which display the month in letters (short and long form), the month name will be stored in the database in the language of the user who created or updated the event. 69 61 70 == Screenshots == 62 71 63 1. Event post with date, time and location72 1. Adding a new event 64 73 65 74 == Changelog == 66 75 67 76 = 0.3 — 3 of October, 2018 = 68 * New: Read more linkoption for list of events69 * New: Admin stylesheet70 * Tweak: Location fields when adding or editing an event77 * Added 'Read more link' option for list of events 78 * Added admin stylesheet 79 * Improved location fields when adding or editing an event 71 80 72 81 = 0.2.1 — 2 of October, 2018 = 73 * Fix:Display all the future or all the past events independently of posts per page in 'Settings' -> 'Reading'82 * Display all the future or all the past events independently of posts per page in 'Settings' -> 'Reading' 74 83 75 84 = 0.2 — 2 of October, 2018 = 76 * New: Display event's 'Until' date (if present) in 'Date' column in 'Events' -> 'All events'77 * Fix:List of events responsive85 * Added event's 'Until' date ( if present ) in 'Date' column in 'Events' -> 'All events' 86 * List of events responsive 78 87 79 88 = 0.1 — 15 of September, 2018 = 80 * First release .89 * First release -
events-as-posts/tags/0.4/readme.txt
r1960019 r2095570 1 1 === Events as Posts === 2 2 3 Contributors: orbam7819 3 Contributors: orbam7819, zanychew 4 4 Author URI: https://ambrogiopiredda.com 5 5 Donate link: https://paypal.me/ambrogiopiredda 6 6 Tags: event, events, event list, agenda 7 7 Requires at least: 4.8 8 Tested up to: 4.9.89 Stable tag: 0. 410 Requires PHP: 7.08 Tested up to: 5.2 9 Stable tag: 0.5.5 10 Requires PHP: 5.4 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 16 16 == Description == 17 17 18 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date and location.18 **Events as Posts** is a simple plugin that allows you to post events as if they were normal posts, but with added fields like date, time and location. 19 19 20 20 It also allows you to display **lists of events** everywhere on your site using a shortcode. You can choose if you want to display future, past or all the events, and also the number of events and of which category. … … 36 36 == Frequently Asked Questions == 37 37 38 = When I choose to display events by category they are not showing .=38 = When I choose to display events by category they are not showing = 39 39 40 40 Double check that you have written the category name correctly and, if you have more than one category, that you have separated them with a comma. … … 48 48 Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order. 49 49 50 = Using events' metadata with other plugins = 51 52 Use the following meta keys: 53 54 * eap_from_day: starting date of the event ( Y-m-d format ) 55 * eap_from_day_custom_format: starting date of the event ( settings' format ) 56 * eap_from_time: starting time of the event ( H:i format ) 57 * eap_from_time_custom_format: starting time of the event ( settings' format ) 58 * eap_until_day: ending date of the event ( Y-m-d format ) 59 * eap_until_day_custom_format: ending date of the event ( settings' format ) 60 * eap_until_time: ending time of the event ( H:i format ) 61 * eap_until_time_custom_format: ending time of the event ( settings' format ) 62 * eap_location: location of the event 63 * eap_link_location: link to event's location 64 * eap_city: event's city 65 * eap_country: event's country 66 * eap_add_info: additional information about the event 67 68 If you're going to use 'M' or 'F' as a date format for the month, which display the month in letters (short and long form), the month name will be stored in the database in the language of the user who created or updated the event. 69 50 70 == Screenshots == 51 71 52 1. Event post with date, time and location72 1. Adding a new event 53 73 54 74 == Changelog == 55 75 56 76 = 0.4 — 5 of October, 2018 = 57 * New:'Country' and 'Additional information' fields58 * New:'Display categories' option for list of events59 * Tweak: Improved settings page and removed options for colors (apart from background color) in style tab77 * Added 'Country' and 'Additional information' fields 78 * Added 'Display categories' option for list of events 79 * Improved settings page and removed options for colors ( apart from background color ) in style tab 60 80 61 81 = 0.3 — 3 of October, 2018 = 62 * New:'Read more link' option for list of events63 * New: Admin stylesheet64 * Tweak:Improved location fields when adding or editing an event82 * Added 'Read more link' option for list of events 83 * Added admin stylesheet 84 * Improved location fields when adding or editing an event 65 85 66 86 = 0.2.1 — 2 of October, 2018 = 67 * Fix:Display all the future or all the past events independently of posts per page in 'Settings' -> 'Reading'87 * Display all the future or all the past events independently of posts per page in 'Settings' -> 'Reading' 68 88 69 89 = 0.2 — 2 of October, 2018 = 70 * New: Display event's 'Until' date (if present) in 'Date' column in 'Events' -> 'All events'71 * Fix:List of events responsive90 * Added event's 'Until' date ( if present ) in 'Date' column in 'Events' -> 'All events' 91 * List of events responsive 72 92 73 93 = 0.1 — 15 of September, 2018 = 74 * First release .94 * First release -
events-as-posts/tags/0.5.1/readme.txt
r1969081 r2095570 6 6 Tags: event, events, event list, agenda 7 7 Requires at least: 4.8 8 Tested up to: 4.9.89 Stable tag: 0.5. 110 Requires PHP: 7.08 Tested up to: 5.2 9 Stable tag: 0.5.5 10 Requires PHP: 5.4 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Screenshots == 71 71 72 1. Event post with date, time and location72 1. Adding a new event 73 73 74 74 == Changelog == … … 78 78 79 79 = 0.5 — 4 of November, 2018 = 80 * Added date and time format options .80 * Added date and time format options 81 81 * Added date and time custom format meta keys to use with other plugins 82 82 * General improvements in the plugin and the code … … 100 100 101 101 = 0.1 — 15 of September, 2018 = 102 * First release .102 * First release -
events-as-posts/tags/0.5.2/readme.txt
r1979114 r2095570 6 6 Tags: event, events, event list, agenda 7 7 Requires at least: 4.8 8 Tested up to: 4.9.89 Stable tag: 0.5. 210 Requires PHP: 7.08 Tested up to: 5.2 9 Stable tag: 0.5.5 10 Requires PHP: 5.4 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 81 81 82 82 = 0.5 — 4 of November, 2018 = 83 * Added date and time format options .83 * Added date and time format options 84 84 * Added date and time custom format meta keys to use with other plugins 85 85 * General improvements in the plugin and the code … … 103 103 104 104 = 0.1 — 15 of September, 2018 = 105 * First release .105 * First release -
events-as-posts/tags/0.5.3/readme.txt
r2047619 r2095570 6 6 Tags: event, events, event list, agenda 7 7 Requires at least: 4.8 8 Tested up to: 5. 1.09 Stable tag: 0.5. 310 Requires PHP: 7.08 Tested up to: 5.2 9 Stable tag: 0.5.5 10 Requires PHP: 5.4 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 84 84 85 85 = 0.5 — 4 of November, 2018 = 86 * Added date and time format options .86 * Added date and time format options 87 87 * Added date and time custom format meta keys to use with other plugins 88 88 * General improvements in the plugin and the code … … 106 106 107 107 = 0.1 — 15 of September, 2018 = 108 * First release .108 * First release -
events-as-posts/tags/0.5.4/readme.txt
r2095029 r2095570 7 7 Requires at least: 4.8 8 8 Tested up to: 5.2 9 Stable tag: 0.5. 49 Stable tag: 0.5.5 10 10 Requires PHP: 5.4 11 11 License: GPLv2 or later … … 75 75 76 76 = 0.5.4 — 25 of May, 2019 = 77 * Removed some span elements and some classes to get rid of white spaces after location meta77 * Updated the code that displays the event location to remove white spaces appearing before the commas 78 78 79 79 = 0.5.3 — 23 of November, 2018 = … … 87 87 88 88 = 0.5 — 4 of November, 2018 = 89 * Added date and time format options .89 * Added date and time format options 90 90 * Added date and time custom format meta keys to use with other plugins 91 91 * General improvements in the plugin and the code … … 109 109 110 110 = 0.1 — 15 of September, 2018 = 111 * First release .111 * First release -
events-as-posts/tags/0.5.5/readme.txt
r2095111 r2095570 74 74 == Changelog == 75 75 76 = 0.5.5 — 25 of May, 2019 = 77 * Updated event-meta.php to remove a white space after the event location with link 78 79 = 0.5.4 — 25 of May, 2019 = 80 * Removed some span elements and some classes to get rid of white spaces after the event location 76 = 0.5.4 / 0.5.5 — 25 of May, 2019 = 77 * Updated the code that displays the event location to remove white spaces appearing before the commas 81 78 82 79 = 0.5.3 — 23 of November, 2018 = … … 90 87 91 88 = 0.5 — 4 of November, 2018 = 92 * Added date and time format options .89 * Added date and time format options 93 90 * Added date and time custom format meta keys to use with other plugins 94 91 * General improvements in the plugin and the code … … 112 109 113 110 = 0.1 — 15 of September, 2018 = 114 * First release .111 * First release -
events-as-posts/tags/0.5/readme.txt
r1968648 r2095570 6 6 Tags: event, events, event list, agenda 7 7 Requires at least: 4.8 8 Tested up to: 4.9.89 Stable tag: 0.5 10 Requires PHP: 7.08 Tested up to: 5.2 9 Stable tag: 0.5.5 10 Requires PHP: 5.4 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 70 70 == Screenshots == 71 71 72 1. Event post with date, time and location72 1. Adding a new event 73 73 74 74 == Changelog == 75 75 76 = 0.5 — 5of November, 2018 =77 * Added date and time format options .76 = 0.5 — 4 of November, 2018 = 77 * Added date and time format options 78 78 * Added date and time custom format meta keys to use with other plugins 79 79 * General improvements in the plugin and the code … … 97 97 98 98 = 0.1 — 15 of September, 2018 = 99 * First release .99 * First release -
events-as-posts/trunk/readme.txt
r2095111 r2095570 74 74 == Changelog == 75 75 76 = 0.5.5 — 25 of May, 2019 = 77 * Updated event-meta.php to remove a white space after the event location with link 78 79 = 0.5.4 — 25 of May, 2019 = 80 * Removed some span elements and some classes to get rid of white spaces after the event location 76 = 0.5.4 / 0.5.5 — 25 of May, 2019 = 77 * Updated the code that displays the event location to remove white spaces appearing before the commas 81 78 82 79 = 0.5.3 — 23 of November, 2018 = … … 90 87 91 88 = 0.5 — 4 of November, 2018 = 92 * Added date and time format options .89 * Added date and time format options 93 90 * Added date and time custom format meta keys to use with other plugins 94 91 * General improvements in the plugin and the code … … 112 109 113 110 = 0.1 — 15 of September, 2018 = 114 * First release .111 * First release
Note: See TracChangeset
for help on using the changeset viewer.