Plugin Directory

Changeset 2095570


Ignore:
Timestamp:
05/27/2019 07:28:03 AM (7 years ago)
Author:
orbam7819
Message:

Updated changelog info in readme.txt.

Location:
events-as-posts
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • events-as-posts/tags/0.1/readme.txt

    r1949669 r2095570  
    11=== Events as Posts ===
    22
    3 Contributors: orbam7819
     3Contributors: orbam7819, zanychew
     4Author URI: https://ambrogiopiredda.com
    45Donate link: https://paypal.me/ambrogiopiredda
    56Tags: event, events, event list, agenda
    6 Requires at least: 4.0.24
    7 Tested up to: 4.9.8
    8 Stable tag: 0.1
    9 Requires PHP: 7.0
     7Requires at least: 4.8
     8Tested up to: 5.2
     9Stable tag: 0.5.5
     10Requires PHP: 5.4
    1011License: GPLv2 or later
    1112License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1516== Description ==
    1617
    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.
    1819
    1920It 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 categories
    25 * A stylesheet to iclude your own custom styles
    26 
    27 **Languages**
    28 
    29 * English
    30 * Spanish
    3121
    3222== Installation ==
     
    4636== Frequently Asked Questions ==
    4737
    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 =
    4939
    5040Double 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.
     
    5242= I chose to display the excerpt in a list of events and it's showing in all the lists, how can it be? =
    5343
    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.
     44The 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.
    5645
    5746= Can I change the order of how events on the list are displayed? =
     
    5948Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order.
    6049
     50= Using events' metadata with other plugins =
     51
     52Use 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
     68If 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
    6170== Screenshots ==
    6271
    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 
     721. Adding a new event
    6973
    7074== Changelog ==
    7175
    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  
    11=== Events as Posts ===
    22
    3 Contributors: orbam7819
     3Contributors: orbam7819, zanychew
     4Author URI: https://ambrogiopiredda.com
    45Donate link: https://paypal.me/ambrogiopiredda
    56Tags: event, events, event list, agenda
    6 Requires at least: 4.0.24
    7 Tested up to: 4.9.8
    8 Stable tag: 0.2.1
    9 Requires PHP: 7.0
     7Requires at least: 4.8
     8Tested up to: 5.2
     9Stable tag: 0.5.5
     10Requires PHP: 5.4
    1011License: GPLv2 or later
    1112License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1516== Description ==
    1617
    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.
    1819
    1920It 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 categories
    25 * A stylesheet to iclude your own custom styles
    26 
    27 **Languages**
    28 
    29 * English
    30 * Spanish
    3121
    3222== Installation ==
     
    4636== Frequently Asked Questions ==
    4737
    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 =
    4939
    5040Double 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.
     
    5242= I chose to display the excerpt in a list of events and it's showing in all the lists, how can it be? =
    5343
    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.
     44The 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.
    5645
    5746= Can I change the order of how events on the list are displayed? =
     
    5948Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order.
    6049
     50= Using events' metadata with other plugins =
     51
     52Use 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
     68If 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
    6170== Screenshots ==
    6271
    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 
     721. Adding a new event
    6973
    7074== Changelog ==
    7175
    7276= 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'
    7478
    7579= 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 responsive
     80* Added event's 'Until' date ( if present ) in 'Date' column in 'Events' -> 'All events'
     81* List of events responsive
    7882
    7983= 0.1 — 15 of September, 2018 =
    80 * First release.
     84* First release
  • events-as-posts/tags/0.2/readme.txt

    r1950293 r2095570  
    11=== Events as Posts ===
    22
    3 Contributors: orbam7819
     3Contributors: orbam7819, zanychew
     4Author URI: https://ambrogiopiredda.com
    45Donate link: https://paypal.me/ambrogiopiredda
    56Tags: event, events, event list, agenda
    6 Requires at least: 4.0.24
    7 Tested up to: 4.9.8
    8 Stable tag: 0.2
    9 Requires PHP: 7.0
     7Requires at least: 4.8
     8Tested up to: 5.2
     9Stable tag: 0.5.5
     10Requires PHP: 5.4
    1011License: GPLv2 or later
    1112License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1516== Description ==
    1617
    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.
    1819
    1920It 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 categories
    25 * A stylesheet to iclude your own custom styles
    26 
    27 **Languages**
    28 
    29 * English
    30 * Spanish
    3121
    3222== Installation ==
     
    4636== Frequently Asked Questions ==
    4737
    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 =
    4939
    5040Double 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.
     
    5242= I chose to display the excerpt in a list of events and it's showing in all the lists, how can it be? =
    5343
    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.
     44The 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.
    5645
    5746= Can I change the order of how events on the list are displayed? =
     
    5948Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order.
    6049
     50= Using events' metadata with other plugins =
     51
     52Use 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
     68If 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
    6170== Screenshots ==
    6271
    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 
     721. Adding a new event
    6973
    7074== Changelog ==
    7175
    7276= 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 responsive
     77* Added event's 'Until' date ( if present ) in 'Date' column in 'Events' -> 'All events'
     78* List of events responsive
    7579
    7680= 0.1 — 15 of September, 2018 =
    77 * First release.
     81* First release
  • events-as-posts/tags/0.3/readme.txt

    r1951697 r2095570  
    11=== Events as Posts ===
    22
    3 Contributors: orbam7819
     3Contributors: orbam7819, zanychew
     4Author URI: https://ambrogiopiredda.com
    45Donate link: https://paypal.me/ambrogiopiredda
    56Tags: event, events, event list, agenda
    67Requires at least: 4.8
    7 Tested up to: 4.9.8
    8 Stable tag: 0.3
    9 Requires PHP: 7.0
     8Tested up to: 5.2
     9Stable tag: 0.5.5
     10Requires PHP: 5.4
    1011License: GPLv2 or later
    1112License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1516== Description ==
    1617
    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.
    1819
    1920It 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 categories
    25 * A stylesheet to iclude your own custom styles
    26 
    27 **Languages**
    28 
    29 * English
    30 * Spanish
    3121
    3222== Installation ==
     
    4636== Frequently Asked Questions ==
    4737
    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 =
    4939
    5040Double 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.
     
    5242= I chose to display the excerpt in a list of events and it's showing in all the lists, how can it be? =
    5343
    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.
     44The 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.
    5645
    5746= Can I change the order of how events on the list are displayed? =
     
    5948Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order.
    6049
     50= Using events' metadata with other plugins =
     51
     52Use 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
     68If 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
    6170== Screenshots ==
    6271
    63 1. Event post with date, time and location
     721. Adding a new event
    6473
    6574== Changelog ==
    6675
    6776= 0.3 — 3 of October, 2018 =
    68 * New: Read more link option for list of events
    69 * New: Admin stylesheet
    70 * Tweak: Location fields when adding or editing an event
     77* Added 'Read more link' option for list of events
     78* Added admin stylesheet
     79* Improved location fields when adding or editing an event
    7180
    7281= 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'
    7483
    7584= 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 responsive
     85* Added event's 'Until' date ( if present ) in 'Date' column in 'Events' -> 'All events'
     86* List of events responsive
    7887
    7988= 0.1 — 15 of September, 2018 =
    80 * First release.
     89* First release
  • events-as-posts/tags/0.4/readme.txt

    r1960019 r2095570  
    11=== Events as Posts ===
    22
    3 Contributors: orbam7819
     3Contributors: orbam7819, zanychew
    44Author URI: https://ambrogiopiredda.com
    55Donate link: https://paypal.me/ambrogiopiredda
    66Tags: event, events, event list, agenda
    77Requires at least: 4.8
    8 Tested up to: 4.9.8
    9 Stable tag: 0.4
    10 Requires PHP: 7.0
     8Tested up to: 5.2
     9Stable tag: 0.5.5
     10Requires PHP: 5.4
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1616== Description ==
    1717
    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.
    1919
    2020It 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.
     
    3636== Frequently Asked Questions ==
    3737
    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 =
    3939
    4040Double 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.
     
    4848Yes, just add to the shortcode `order="ASC"` for ascendent order or `order="DESC"` for descendent order.
    4949
     50= Using events' metadata with other plugins =
     51
     52Use 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
     68If 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
    5070== Screenshots ==
    5171
    52 1. Event post with date, time and location
     721. Adding a new event
    5373
    5474== Changelog ==
    5575
    5676= 0.4 — 5 of October, 2018 =
    57 * New: 'Country' and 'Additional information' fields
    58 * New: 'Display categories' option for list of events
    59 * Tweak: Improved settings page and removed options for colors (apart from background color) in style tab
     77* 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
    6080
    6181= 0.3 — 3 of October, 2018 =
    62 * New: 'Read more link' option for list of events
    63 * New: Admin stylesheet
    64 * Tweak: Improved location fields when adding or editing an event
     82* Added 'Read more link' option for list of events
     83* Added admin stylesheet
     84* Improved location fields when adding or editing an event
    6585
    6686= 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'
    6888
    6989= 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 responsive
     90* Added event's 'Until' date ( if present ) in 'Date' column in 'Events' -> 'All events'
     91* List of events responsive
    7292
    7393= 0.1 — 15 of September, 2018 =
    74 * First release.
     94* First release
  • events-as-posts/tags/0.5.1/readme.txt

    r1969081 r2095570  
    66Tags: event, events, event list, agenda
    77Requires at least: 4.8
    8 Tested up to: 4.9.8
    9 Stable tag: 0.5.1
    10 Requires PHP: 7.0
     8Tested up to: 5.2
     9Stable tag: 0.5.5
     10Requires PHP: 5.4
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Screenshots ==
    7171
    72 1. Event post with date, time and location
     721. Adding a new event
    7373
    7474== Changelog ==
     
    7878
    7979= 0.5 — 4 of November, 2018 =
    80 * Added date and time format options.
     80* Added date and time format options
    8181* Added date and time custom format meta keys to use with other plugins
    8282* General improvements in the plugin and the code
     
    100100
    101101= 0.1 — 15 of September, 2018 =
    102 * First release.
     102* First release
  • events-as-posts/tags/0.5.2/readme.txt

    r1979114 r2095570  
    66Tags: event, events, event list, agenda
    77Requires at least: 4.8
    8 Tested up to: 4.9.8
    9 Stable tag: 0.5.2
    10 Requires PHP: 7.0
     8Tested up to: 5.2
     9Stable tag: 0.5.5
     10Requires PHP: 5.4
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8181
    8282= 0.5 — 4 of November, 2018 =
    83 * Added date and time format options.
     83* Added date and time format options
    8484* Added date and time custom format meta keys to use with other plugins
    8585* General improvements in the plugin and the code
     
    103103
    104104= 0.1 — 15 of September, 2018 =
    105 * First release.
     105* First release
  • events-as-posts/tags/0.5.3/readme.txt

    r2047619 r2095570  
    66Tags: event, events, event list, agenda
    77Requires at least: 4.8
    8 Tested up to: 5.1.0
    9 Stable tag: 0.5.3
    10 Requires PHP: 7.0
     8Tested up to: 5.2
     9Stable tag: 0.5.5
     10Requires PHP: 5.4
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8484
    8585= 0.5 — 4 of November, 2018 =
    86 * Added date and time format options.
     86* Added date and time format options
    8787* Added date and time custom format meta keys to use with other plugins
    8888* General improvements in the plugin and the code
     
    106106
    107107= 0.1 — 15 of September, 2018 =
    108 * First release.
     108* First release
  • events-as-posts/tags/0.5.4/readme.txt

    r2095029 r2095570  
    77Requires at least: 4.8
    88Tested up to: 5.2
    9 Stable tag: 0.5.4
     9Stable tag: 0.5.5
    1010Requires PHP: 5.4
    1111License: GPLv2 or later
     
    7575
    7676= 0.5.4 — 25 of May, 2019 =
    77 * Removed some span elements and some classes to get rid of white spaces after location meta
     77* Updated the code that displays the event location to remove white spaces appearing before the commas
    7878
    7979= 0.5.3 — 23 of November, 2018 =
     
    8787
    8888= 0.5 — 4 of November, 2018 =
    89 * Added date and time format options.
     89* Added date and time format options
    9090* Added date and time custom format meta keys to use with other plugins
    9191* General improvements in the plugin and the code
     
    109109
    110110= 0.1 — 15 of September, 2018 =
    111 * First release.
     111* First release
  • events-as-posts/tags/0.5.5/readme.txt

    r2095111 r2095570  
    7474== Changelog ==
    7575
    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
    8178
    8279= 0.5.3 — 23 of November, 2018 =
     
    9087
    9188= 0.5 — 4 of November, 2018 =
    92 * Added date and time format options.
     89* Added date and time format options
    9390* Added date and time custom format meta keys to use with other plugins
    9491* General improvements in the plugin and the code
     
    112109
    113110= 0.1 — 15 of September, 2018 =
    114 * First release.
     111* First release
  • events-as-posts/tags/0.5/readme.txt

    r1968648 r2095570  
    66Tags: event, events, event list, agenda
    77Requires at least: 4.8
    8 Tested up to: 4.9.8
    9 Stable tag: 0.5
    10 Requires PHP: 7.0
     8Tested up to: 5.2
     9Stable tag: 0.5.5
     10Requires PHP: 5.4
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Screenshots ==
    7171
    72 1. Event post with date, time and location
     721. Adding a new event
    7373
    7474== Changelog ==
    7575
    76 = 0.5 — 5 of November, 2018 =
    77 * Added date and time format options.
     76= 0.5 — 4 of November, 2018 =
     77* Added date and time format options
    7878* Added date and time custom format meta keys to use with other plugins
    7979* General improvements in the plugin and the code
     
    9797
    9898= 0.1 — 15 of September, 2018 =
    99 * First release.
     99* First release
  • events-as-posts/trunk/readme.txt

    r2095111 r2095570  
    7474== Changelog ==
    7575
    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
    8178
    8279= 0.5.3 — 23 of November, 2018 =
     
    9087
    9188= 0.5 — 4 of November, 2018 =
    92 * Added date and time format options.
     89* Added date and time format options
    9390* Added date and time custom format meta keys to use with other plugins
    9491* General improvements in the plugin and the code
     
    112109
    113110= 0.1 — 15 of September, 2018 =
    114 * First release.
     111* First release
Note: See TracChangeset for help on using the changeset viewer.