Changeset 2096074
- Timestamp:
- 05/27/2019 09:19:25 PM (7 years ago)
- Location:
- events-as-posts
- Files:
-
- 2 deleted
- 2 edited
- 14 copied
-
tags/0.5.61 (deleted)
-
tags/0.5.7 (copied) (copied from events-as-posts/trunk)
-
tags/0.5.7/eap-functions.php (copied) (copied from events-as-posts/trunk/eap-functions.php)
-
tags/0.5.7/eap-settings.php (copied) (copied from events-as-posts/trunk/eap-settings.php)
-
tags/0.5.7/eap.js (copied) (copied from events-as-posts/trunk/eap.js)
-
tags/0.5.7/event-content.php (copied) (copied from events-as-posts/trunk/event-content.php)
-
tags/0.5.7/event-meta.php (copied) (copied from events-as-posts/trunk/event-meta.php)
-
tags/0.5.7/event-post-type.php (copied) (copied from events-as-posts/trunk/event-post-type.php)
-
tags/0.5.7/events-as-posts.php (copied) (copied from events-as-posts/trunk/events-as-posts.php) (2 diffs)
-
tags/0.5.7/inc (deleted)
-
tags/0.5.7/index.php (copied) (copied from events-as-posts/trunk/index.php)
-
tags/0.5.7/languages (copied) (copied from events-as-posts/trunk/languages)
-
tags/0.5.7/readme.txt (copied) (copied from events-as-posts/trunk/readme.txt) (2 diffs)
-
tags/0.5.7/settings (copied) (copied from events-as-posts/trunk/settings)
-
tags/0.5.7/settings/eap-display-settings.php (copied) (copied from events-as-posts/trunk/settings/eap-display-settings.php)
-
tags/0.5.7/uninstall.php (copied) (copied from events-as-posts/trunk/uninstall.php)
-
trunk/events-as-posts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
events-as-posts/tags/0.5.7/events-as-posts.php
r2096073 r2096074 4 4 Plugin URI: https://wordpress.org/plugins/events-as-posts/ 5 5 Description: A simple plugin that allows you to post events on your site 6 Version: 0.5. 616 Version: 0.5.7 7 7 Author: Ambrogio Piredda 8 8 Author URI: https://profiles.wordpress.org/orbam7819 … … 36 36 if ( ! defined( 'EAP_VERSION' ) ) { 37 37 38 define('EAP_VERSION', '0.5. 61');38 define('EAP_VERSION', '0.5.7'); 39 39 } 40 40 -
events-as-posts/tags/0.5.7/readme.txt
r2096073 r2096074 7 7 Requires at least: 4.8 8 8 Tested up to: 5.2 9 Stable tag: 0.5. 619 Stable tag: 0.5.7 10 10 Requires PHP: 5.4 11 11 License: GPLv2 or later … … 74 74 == Changelog == 75 75 76 = 0.5. 61— 27 of May, 2019 =76 = 0.5.7 — 27 of May, 2019 = 77 77 * Cleaned up code that displays the styles, and correct a wrong option name in setting's page 78 78 -
events-as-posts/trunk/events-as-posts.php
r2096073 r2096074 4 4 Plugin URI: https://wordpress.org/plugins/events-as-posts/ 5 5 Description: A simple plugin that allows you to post events on your site 6 Version: 0.5. 616 Version: 0.5.7 7 7 Author: Ambrogio Piredda 8 8 Author URI: https://profiles.wordpress.org/orbam7819 … … 36 36 if ( ! defined( 'EAP_VERSION' ) ) { 37 37 38 define('EAP_VERSION', '0.5. 61');38 define('EAP_VERSION', '0.5.7'); 39 39 } 40 40 -
events-as-posts/trunk/readme.txt
r2096073 r2096074 7 7 Requires at least: 4.8 8 8 Tested up to: 5.2 9 Stable tag: 0.5. 619 Stable tag: 0.5.7 10 10 Requires PHP: 5.4 11 11 License: GPLv2 or later … … 74 74 == Changelog == 75 75 76 = 0.5. 61— 27 of May, 2019 =76 = 0.5.7 — 27 of May, 2019 = 77 77 * Cleaned up code that displays the styles, and correct a wrong option name in setting's page 78 78
Note: See TracChangeset
for help on using the changeset viewer.