Plugin Directory

Changeset 2096074


Ignore:
Timestamp:
05/27/2019 09:19:25 PM (7 years ago)
Author:
orbam7819
Message:

Tagging version 0.5.7.

Location:
events-as-posts
Files:
2 deleted
2 edited
14 copied

Legend:

Unmodified
Added
Removed
  • events-as-posts/tags/0.5.7/events-as-posts.php

    r2096073 r2096074  
    44Plugin URI:   https://wordpress.org/plugins/events-as-posts/
    55Description:  A simple plugin that allows you to post events on your site
    6 Version:      0.5.61
     6Version:      0.5.7
    77Author:       Ambrogio Piredda
    88Author URI:   https://profiles.wordpress.org/orbam7819
     
    3636if ( ! defined( 'EAP_VERSION' ) ) {
    3737
    38     define('EAP_VERSION', '0.5.61');
     38    define('EAP_VERSION', '0.5.7');
    3939}
    4040
  • events-as-posts/tags/0.5.7/readme.txt

    r2096073 r2096074  
    77Requires at least: 4.8
    88Tested up to: 5.2
    9 Stable tag: 0.5.61
     9Stable tag: 0.5.7
    1010Requires PHP: 5.4
    1111License: GPLv2 or later
     
    7474== Changelog ==
    7575
    76 = 0.5.61 — 27 of May, 2019 =
     76= 0.5.7 — 27 of May, 2019 =
    7777* Cleaned up code that displays the styles, and correct a wrong option name in setting's page
    7878
  • events-as-posts/trunk/events-as-posts.php

    r2096073 r2096074  
    44Plugin URI:   https://wordpress.org/plugins/events-as-posts/
    55Description:  A simple plugin that allows you to post events on your site
    6 Version:      0.5.61
     6Version:      0.5.7
    77Author:       Ambrogio Piredda
    88Author URI:   https://profiles.wordpress.org/orbam7819
     
    3636if ( ! defined( 'EAP_VERSION' ) ) {
    3737
    38     define('EAP_VERSION', '0.5.61');
     38    define('EAP_VERSION', '0.5.7');
    3939}
    4040
  • events-as-posts/trunk/readme.txt

    r2096073 r2096074  
    77Requires at least: 4.8
    88Tested up to: 5.2
    9 Stable tag: 0.5.61
     9Stable tag: 0.5.7
    1010Requires PHP: 5.4
    1111License: GPLv2 or later
     
    7474== Changelog ==
    7575
    76 = 0.5.61 — 27 of May, 2019 =
     76= 0.5.7 — 27 of May, 2019 =
    7777* Cleaned up code that displays the styles, and correct a wrong option name in setting's page
    7878
Note: See TracChangeset for help on using the changeset viewer.