Plugin Directory

Changeset 2860299


Ignore:
Timestamp:
02/04/2023 09:26:46 PM (3 years ago)
Author:
kevon.adonis
Message:

bump version number

Location:
wp-abstracts-manuscripts-manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-abstracts-manuscripts-manager/tags/2.6.1/wpabstracts.php

    r2860295 r2860299  
    44Plugin URI: http://www.wpabstracts.com
    55Description: Allow abstracts submissions on your site. Manage everything from events, abstracts, authors, reviews, attachments, notifications and more.
    6 Version: 2.6.0
     6Version: 2.6.1
    77Author: Kevon Adonis
    88Author URI: http://www.kevonadonis.com
     
    1414define('WPABSTRACTS_ACCESS_LEVEL', 'manage_options');
    1515define('WPABSTRACTS_PLUGIN_DIR', dirname(__FILE__) . '/');
    16 define('WPABSTRACTS_VERSION', '2.6.0');
     16define('WPABSTRACTS_VERSION', '2.6.1');
    1717define('WPABSTRACTS_SECRET_KEY', '5a22d6e80bf870.68089106');
    1818register_activation_hook(__FILE__,'wpabstracts_install');
  • wp-abstracts-manuscripts-manager/trunk/wpabstracts.php

    r2844963 r2860299  
    44Plugin URI: http://www.wpabstracts.com
    55Description: Allow abstracts submissions on your site. Manage everything from events, abstracts, authors, reviews, attachments, notifications and more.
    6 Version: 2.6.0
     6Version: 2.6.1
    77Author: Kevon Adonis
    88Author URI: http://www.kevonadonis.com
     
    1414define('WPABSTRACTS_ACCESS_LEVEL', 'manage_options');
    1515define('WPABSTRACTS_PLUGIN_DIR', dirname(__FILE__) . '/');
    16 define('WPABSTRACTS_VERSION', '2.6.0');
     16define('WPABSTRACTS_VERSION', '2.6.1');
    1717define('WPABSTRACTS_SECRET_KEY', '5a22d6e80bf870.68089106');
    1818register_activation_hook(__FILE__,'wpabstracts_install');
Note: See TracChangeset for help on using the changeset viewer.