Plugin Directory

Changeset 1996377


Ignore:
Timestamp:
12/17/2018 12:34:28 PM (7 years ago)
Author:
appandmap
Message:

update "error" plugin version

Location:
qibla-events/tags/1.0.2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • qibla-events/tags/1.0.2/index.php

    r1996350 r1996377  
    55 * @link    http://www.southemes.com
    66 * @package QiblaEvents
    7  * @version 1.0.1
     7 * @version 1.0.2
    88 *
    99 * @wordpress-plugin
     
    1111 * Plugin URI: https://southemes.com/demos/qiblaplugin/qibla-events/
    1212 * Description: Qibla events is a completely free event listing plugin for WordPress. Use Qibla events plugin if you want to install an event archive or directory within your site.
    13  * Version: 1.0.1
     13 * Version: 1.0.2
    1414 * Author: App&Map <luca@appandmap.com>
    1515 * Author URI: http://appandmap.com/en/
  • qibla-events/tags/1.0.2/src/Functions/Kses.php

    r1996350 r1996377  
    226226     * @see https://make.wordpress.org/core/2018/12/13/backwards-compatibility-breaks-in-5-0-1/
    227227     *
    228      * @since 2.6.2
     228     * @since 1.0.2
    229229     */
    230230    // Form attributes.
  • qibla-events/tags/1.0.2/src/Plugin.php

    r1996350 r1996377  
    4343     * @var string The plugin current version
    4444     */
    45     const PLUGIN_VERSION = '1.0.1';
     45    const PLUGIN_VERSION = '1.0.2';
    4646
    4747    /**
Note: See TracChangeset for help on using the changeset viewer.