Plugin Directory

Changeset 1560693


Ignore:
Timestamp:
12/23/2016 12:52:56 PM (9 years ago)
Author:
ousmanedev
Message:

Replace the version in the files with 1.1.0

Location:
botamp/tags/1.1.0
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • botamp/tags/1.1.0/admin/partials/botamp-admin-display.php

    r1558975 r1560693  
    66 *
    77 * @link       support@botamp.com
    8  * @since      1.0.0
     8 * @since      1.1.0
    99 *
    1010 * @package    Botamp
  • botamp/tags/1.1.0/includes/class-botamp-activator.php

    r1558975 r1560693  
    44 *
    55 * @link       support@botamp.com
    6  * @since      1.0.0
     6 * @since      1.1.0
    77 *
    88 * @package    Botamp
     
    1515 * This class defines all code necessary to run during the plugin's activation.
    1616 *
    17  * @since      1.0.0
     17 * @since      1.1.0
    1818 * @package    Botamp
    1919 * @subpackage Botamp/includes
     
    2828     * Long Description.
    2929     *
    30      * @since    1.0.0
     30     * @since    1.1.0
    3131     */
    3232    public static function activate() {
  • botamp/tags/1.1.0/includes/class-botamp-deactivator.php

    r1558975 r1560693  
    44 *
    55 * @link       support@botamp.com
    6  * @since      1.0.0
     6 * @since      1.1.0
    77 *
    88 * @package    Botamp
     
    1515 * This class defines all code necessary to run during the plugin's deactivation.
    1616 *
    17  * @since      1.0.0
     17 * @since      1.1.0
    1818 * @package    Botamp
    1919 * @subpackage Botamp/includes
     
    2727     * Long Description.
    2828     *
    29      * @since    1.0.0
     29     * @since    1.1.0
    3030     */
    3131    public static function deactivate() {
  • botamp/tags/1.1.0/includes/class-botamp-i18n.php

    r1520640 r1560693  
    77 *
    88 * @link       support@botamp.com
    9  * @since      1.0.0
     9 * @since      1.1.0
    1010 *
    1111 * @package    Botamp
     
    1919 * so that it is ready for translation.
    2020 *
    21  * @since      1.0.0
     21 * @since      1.1.0
    2222 * @package    Botamp
    2323 * @subpackage Botamp/includes
     
    3030     * Load the plugin text domain for translation.
    3131     *
    32      * @since    1.0.0
     32     * @since    1.1.0
    3333     */
    3434    public function load_plugin_textdomain() {
  • botamp/tags/1.1.0/includes/class-botamp-loader.php

    r1520640 r1560693  
    44 *
    55 * @link       support@botamp.com
    6  * @since      1.0.0
     6 * @since      1.1.0
    77 *
    88 * @package    Botamp
     
    2626     * The array of actions registered with WordPress.
    2727     *
    28      * @since    1.0.0
     28     * @since    1.1.0
    2929     * @access   protected
    3030     * @var      array    $actions    The actions registered with WordPress to fire when the plugin loads.
     
    3535     * The array of filters registered with WordPress.
    3636     *
    37      * @since    1.0.0
     37     * @since    1.1.0
    3838     * @access   protected
    3939     * @var      array    $filters    The filters registered with WordPress to fire when the plugin loads.
     
    4444     * Initialize the collections used to maintain the actions and filters.
    4545     *
    46      * @since    1.0.0
     46     * @since    1.1.0
    4747     */
    4848    public function __construct() {
     
    5656     * Add a new action to the collection to be registered with WordPress.
    5757     *
    58      * @since    1.0.0
     58     * @since    1.1.0
    5959     * @param    string $hook             The name of the WordPress action that is being registered.
    6060     * @param    object $component        A reference to the instance of the object on which the action is defined.
     
    7070     * Add a new filter to the collection to be registered with WordPress.
    7171     *
    72      * @since    1.0.0
     72     * @since    1.1.0
    7373     * @param    string $hook             The name of the WordPress filter that is being registered.
    7474     * @param    object $component        A reference to the instance of the object on which the filter is defined.
     
    8585     * collection.
    8686     *
    87      * @since    1.0.0
     87     * @since    1.1.0
    8888     * @access   private
    8989     * @param    array  $hooks            The collection of hooks that is being registered (that is, actions or filters).
     
    112112     * Register the filters and actions with WordPress.
    113113     *
    114      * @since    1.0.0
     114     * @since    1.1.0
    115115     */
    116116    public function run() {
  • botamp/tags/1.1.0/includes/class-botamp.php

    r1558975 r1560693  
    77 *
    88 * @link       support@botamp.com
    9  * @since      1.0.0
     9 * @since      1.1.0
    1010 *
    1111 * @package    Botamp
     
    2222 * version of the plugin.
    2323 *
    24  * @since      1.0.0
     24 * @since      1.1.0
    2525 * @package    Botamp
    2626 * @subpackage Botamp/includes
     
    3333     * the plugin.
    3434     *
    35      * @since    1.0.0
     35     * @since    1.1.0
    3636     * @access   protected
    3737     * @var      Botamp_Loader    $loader    Maintains and registers all hooks for the plugin.
     
    4242     * The unique identifier of this plugin.
    4343     *
    44      * @since    1.0.0
     44     * @since    1.1.0
    4545     * @access   protected
    4646     * @var      string    $plugin_name    The string used to uniquely identify this plugin.
     
    5151     * The current version of the plugin.
    5252     *
    53      * @since    1.0.0
     53     * @since    1.1.0
    5454     * @access   protected
    5555     * @var      string    $version    The current version of the plugin.
     
    6464     * the public-facing side of the site.
    6565     *
    66      * @since    1.0.0
     66     * @since    1.1.0
    6767     */
    6868    public function __construct() {
     
    9595     * with WordPress.
    9696     *
    97      * @since    1.0.0
     97     * @since    1.1.0
    9898     * @access   private
    9999     */
     
    137137     * with WordPress.
    138138     *
    139      * @since    1.0.0
     139     * @since    1.1.0
    140140     * @access   private
    141141     */
     
    152152     * of the plugin.
    153153     *
    154      * @since    1.0.0
     154     * @since    1.1.0
    155155     * @access   private
    156156     */
     
    192192     * of the plugin.
    193193     *
    194      * @since    1.0.0
     194     * @since    1.1.0
    195195     * @access   private
    196196     */
     
    211211     * Run the loader to execute all of the hooks with WordPress.
    212212     *
    213      * @since    1.0.0
     213     * @since    1.1.0
    214214     */
    215215    public function run() {
     
    221221     * WordPress and to define internationalization functionality.
    222222     *
    223      * @since     1.0.0
     223     * @since     1.1.0
    224224     * @return    string    The name of the plugin.
    225225     */
     
    231231     * The reference to the class that orchestrates the hooks with the plugin.
    232232     *
    233      * @since     1.0.0
     233     * @since     1.1.0
    234234     * @return    Botamp_Loader    Orchestrates the hooks of the plugin.
    235235     */
     
    241241     * Retrieve the version number of the plugin.
    242242     *
    243      * @since     1.0.0
     243     * @since     1.1.0
    244244     * @return    string    The version number of the plugin.
    245245     */
  • botamp/tags/1.1.0/public/partials/botamp-public-display.php

    r1520640 r1560693  
    66 *
    77 * @link       support@botamp.com
    8  * @since      1.0.0
     8 * @since      1.1.0
    99 *
    1010 * @package    Botamp
Note: See TracChangeset for help on using the changeset viewer.