Plugin Directory

Changeset 1294178


Ignore:
Timestamp:
11/25/2015 02:10:37 PM (10 years ago)
Author:
fabbricaweb
Message:

Added Banner Image to Plugin Page

Location:
cf7-notie/trunk
Files:
2 added
12 edited

Legend:

Unmodified
Added
Removed
  • cf7-notie/trunk/README.txt

    r1289759 r1294178  
    33Donate link: https://www.fabbricaweb.com.br
    44Tags: contact form 7, wpcf7,contact form 7 addon, contact form, notie
    5 Requires at least: 3.0.1
     5Requires at least: 3.1.0
    66Tested up to: 4.3
    77Stable tag: 1.0
  • cf7-notie/trunk/admin/class-cf7_notie-admin.php

    r1289759 r1294178  
    55 *
    66 * @link       http://www.fabbricaweb.com.br
    7  * @since      1.0.0
     7 * @since      1.0
    88 *
    99 * @package    Cf7_notie
     
    2626     * The ID of this plugin.
    2727     *
    28      * @since    1.0.0
     28     * @since    1.0
    2929     * @access   private
    3030     * @var      string    $plugin_name    The ID of this plugin.
     
    3535     * The options name to be used in this plugin
    3636     *
    37      * @since   1.0.0
     37     * @since   1.0
    3838     * @access  private
    3939     * @var     string      $option_name    Option name of this plugin
     
    4444     * The version of this plugin.
    4545     *
    46      * @since    1.0.0
     46     * @since    1.0
    4747     * @access   private
    4848     * @var      string    $version    The current version of this plugin.
     
    5353     * Initialize the class and set its properties.
    5454     *
    55      * @since    1.0.0
     55     * @since    1.0
    5656     * @param      string    $plugin_name       The name of this plugin.
    5757     * @param      string    $version    The version of this plugin.
     
    6767     * Register the stylesheets for the admin area.
    6868     *
    69      * @since    1.0.0
     69     * @since    1.0
    7070     */
    7171    public function enqueue_styles() {
     
    9393     * Register the JavaScript for the admin area.
    9494     *
    95      * @since    1.0.0
     95     * @since    1.0
    9696     */
    9797    public function enqueue_scripts() {
     
    116116     * Add an options page under the Settings submenu
    117117     *
    118      * @since  1.0.0
     118     * @since  1.0
    119119     */
    120120    public function add_options_page() {
     
    133133     * Render the options page for plugin
    134134     *
    135      * @since  1.0.0
     135     * @since  1.0
    136136     */
    137137    public function display_options_page() {
     
    143143     * Render the options page for plugin
    144144     *
    145      * @since  1.0.0
     145     * @since  1.0
    146146     */
    147147    public function register_setting() {
     
    189189    /**
    190190     * Function that will check if value is a valid HEX color.   *
    191      * @since  1.0.0
     191     * @since  1.0
    192192     */   
    193193    public function cf7_notie_check_color( $value ) {
     
    204204     * Render the text for the general section
    205205     *
    206      * @since  1.0.0
     206     * @since  1.0
    207207     */
    208208    public function cf7_notie_general_cb() {
     
    214214     * Render the treshold day input for this plugin
    215215     *
    216      * @since  1.0.0
     216     * @since  1.0
    217217     */
    218218    public function cf7_notie_success_bg_cb() {
     
    224224     * Render the treshold day input for this plugin
    225225     *
    226      * @since  1.0.0
     226     * @since  1.0
    227227     */
    228228    public function cf7_notie_warning_bg_cb() {
     
    234234     * Render the treshold day input for this plugin
    235235     *
    236      * @since  1.0.0
     236     * @since  1.0
    237237     */
    238238    public function cf7_notie_error_bg_cb() {
  • cf7-notie/trunk/admin/partials/cf7_notie-admin-display.php

    r1289759 r1294178  
    77 *
    88 * @link       http://www.fabbricaweb.com.br
    9  * @since      1.0.0
     9 * @since      1.0
    1010 *
    1111 * @package    Cf7_notie
  • cf7-notie/trunk/cf7_notie.php

    r1289759 r1294178  
    44 *
    55 * @link              http://www.fabbricaweb.com.br
    6  * @since             1.0.0
     6 * @since             1.0
    77 * @package           Cf7_notie
    88 *
     
    1010 * Plugin Name:       CF7 Notie
    1111 * Description:       Display Contact Form 7 response messages as an alternative the standard alert dialog.
    12  * Version:           1.0.0
     12 * Version:           1.0
    1313 * Author:            FabbricaWeb
    1414 * Author URI:        http://www.fabbricaweb.com.br
     
    5858 * not affect the page life cycle.
    5959 *
    60  * @since    1.0.0
     60 * @since    1.0
    6161 */
    6262function run_cf7_notie() {
  • cf7-notie/trunk/includes/class-cf7_notie-activator.php

    r1289759 r1294178  
    55 *
    66 * @link       http://www.fabbricaweb.com.br
    7  * @since      1.0.0
     7 * @since      1.0
    88 *
    99 * @package    Cf7_notie
     
    1616 * This class defines all code necessary to run during the plugin's activation.
    1717 *
    18  * @since      1.0.0
     18 * @since      1.0
    1919 * @package    Cf7_notie
    2020 * @subpackage Cf7_notie/includes
     
    2828     * Long Description.
    2929     *
    30      * @since    1.0.0
     30     * @since    1.0
    3131     */
    3232    public static function activate() {
  • cf7-notie/trunk/includes/class-cf7_notie-deactivator.php

    r1289759 r1294178  
    55 *
    66 * @link       http://www.fabbricaweb.com.br
    7  * @since      1.0.0
     7 * @since      1.0
    88 *
    99 * @package    Cf7_notie
     
    1616 * This class defines all code necessary to run during the plugin's deactivation.
    1717 *
    18  * @since      1.0.0
     18 * @since      1.0
    1919 * @package    Cf7_notie
    2020 * @subpackage Cf7_notie/includes
     
    2828     * Long Description.
    2929     *
    30      * @since    1.0.0
     30     * @since    1.0
    3131     */
    3232    public static function deactivate() {
  • cf7-notie/trunk/includes/class-cf7_notie-i18n.php

    r1289759 r1294178  
    88 *
    99 * @link       http://www.fabbricaweb.com.br
    10  * @since      1.0.0
     10 * @since      1.0
    1111 *
    1212 * @package    Cf7_notie
     
    2020 * so that it is ready for translation.
    2121 *
    22  * @since      1.0.0
     22 * @since      1.0
    2323 * @package    Cf7_notie
    2424 * @subpackage Cf7_notie/includes
     
    3030     * The domain specified for this plugin.
    3131     *
    32      * @since    1.0.0
     32     * @since    1.0
    3333     * @access   private
    3434     * @var      string    $domain    The domain identifier for this plugin.
     
    3939     * Load the plugin text domain for translation.
    4040     *
    41      * @since    1.0.0
     41     * @since    1.0
    4242     */
    4343    public function load_plugin_textdomain() {
     
    5454     * Set the domain equal to that of the specified domain.
    5555     *
    56      * @since    1.0.0
     56     * @since    1.0
    5757     * @param    string    $domain    The domain that represents the locale of this plugin.
    5858     */
  • cf7-notie/trunk/includes/class-cf7_notie-loader.php

    r1289759 r1294178  
    55 *
    66 * @link       http://www.fabbricaweb.com.br
    7  * @since      1.0.0
     7 * @since      1.0
    88 *
    99 * @package    Cf7_notie
     
    2727     * The array of actions registered with WordPress.
    2828     *
    29      * @since    1.0.0
     29     * @since    1.0
    3030     * @access   protected
    3131     * @var      array    $actions    The actions registered with WordPress to fire when the plugin loads.
     
    3636     * The array of filters registered with WordPress.
    3737     *
    38      * @since    1.0.0
     38     * @since    1.0
    3939     * @access   protected
    4040     * @var      array    $filters    The filters registered with WordPress to fire when the plugin loads.
     
    4545     * Initialize the collections used to maintain the actions and filters.
    4646     *
    47      * @since    1.0.0
     47     * @since    1.0
    4848     */
    4949    public function __construct() {
     
    5757     * Add a new action to the collection to be registered with WordPress.
    5858     *
    59      * @since    1.0.0
     59     * @since    1.0
    6060     * @param    string               $hook             The name of the WordPress action that is being registered.
    6161     * @param    object               $component        A reference to the instance of the object on which the action is defined.
     
    7171     * Add a new filter to the collection to be registered with WordPress.
    7272     *
    73      * @since    1.0.0
     73     * @since    1.0
    7474     * @param    string               $hook             The name of the WordPress filter that is being registered.
    7575     * @param    object               $component        A reference to the instance of the object on which the filter is defined.
     
    8686     * collection.
    8787     *
    88      * @since    1.0.0
     88     * @since    1.0
    8989     * @access   private
    9090     * @param    array                $hooks            The collection of hooks that is being registered (that is, actions or filters).
     
    113113     * Register the filters and actions with WordPress.
    114114     *
    115      * @since    1.0.0
     115     * @since    1.0
    116116     */
    117117    public function run() {
  • cf7-notie/trunk/includes/class-cf7_notie.php

    r1289759 r1294178  
    88 *
    99 * @link       http://www.fabbricaweb.com.br
    10  * @since      1.0.0
     10 * @since      1.0
    1111 *
    1212 * @package    Cf7_notie
     
    2323 * version of the plugin.
    2424 *
    25  * @since      1.0.0
     25 * @since      1.0
    2626 * @package    Cf7_notie
    2727 * @subpackage Cf7_notie/includes
     
    3434     * the plugin.
    3535     *
    36      * @since    1.0.0
     36     * @since    1.0
    3737     * @access   protected
    3838     * @var      Cf7_notie_Loader    $loader    Maintains and registers all hooks for the plugin.
     
    4343     * The unique identifier of this plugin.
    4444     *
    45      * @since    1.0.0
     45     * @since    1.0
    4646     * @access   protected
    4747     * @var      string    $plugin_name    The string used to uniquely identify this plugin.
     
    5252     * The current version of the plugin.
    5353     *
    54      * @since    1.0.0
     54     * @since    1.0
    5555     * @access   protected
    5656     * @var      string    $version    The current version of the plugin.
     
    6565     * the public-facing side of the site.
    6666     *
    67      * @since    1.0.0
     67     * @since    1.0
    6868     */
    6969    public function __construct() {
    7070
    7171        $this->plugin_name = 'cf7_notie';
    72         $this->version = '1.0.0';
     72        $this->version = '1.0';
    7373
    7474        $this->load_dependencies();
     
    9292     * with WordPress.
    9393     *
    94      * @since    1.0.0
     94     * @since    1.0
    9595     * @access   private
    9696     */
     
    130130     * with WordPress.
    131131     *
    132      * @since    1.0.0
     132     * @since    1.0
    133133     * @access   private
    134134     */
     
    146146     * of the plugin.
    147147     *
    148      * @since    1.0.0
     148     * @since    1.0
    149149     * @access   private
    150150     */
     
    164164     * of the plugin.
    165165     *
    166      * @since    1.0.0
     166     * @since    1.0
    167167     * @access   private
    168168     */
     
    180180     * Run the loader to execute all of the hooks with WordPress.
    181181     *
    182      * @since    1.0.0
     182     * @since    1.0
    183183     */
    184184    public function run() {
     
    190190     * WordPress and to define internationalization functionality.
    191191     *
    192      * @since     1.0.0
     192     * @since     1.0
    193193     * @return    string    The name of the plugin.
    194194     */
     
    200200     * The reference to the class that orchestrates the hooks with the plugin.
    201201     *
    202      * @since     1.0.0
     202     * @since     1.0
    203203     * @return    Cf7_notie_Loader    Orchestrates the hooks of the plugin.
    204204     */
     
    210210     * Retrieve the version number of the plugin.
    211211     *
    212      * @since     1.0.0
     212     * @since     1.0
    213213     * @return    string    The version number of the plugin.
    214214     */
  • cf7-notie/trunk/public/class-cf7_notie-public.php

    r1289759 r1294178  
    55 *
    66 * @link       http://www.fabbricaweb.com.br
    7  * @since      1.0.0
     7 * @since      1.0
    88 *
    99 * @package    Cf7_notie
     
    2626     * The ID of this plugin.
    2727     *
    28      * @since    1.0.0
     28     * @since    1.0
    2929     * @access   private
    3030     * @var      string    $plugin_name    The ID of this plugin.
     
    3535     * The version of this plugin.
    3636     *
    37      * @since    1.0.0
     37     * @since    1.0
    3838     * @access   private
    3939     * @var      string    $version    The current version of this plugin.
     
    4444     * Initialize the class and set its properties.
    4545     *
    46      * @since    1.0.0
     46     * @since    1.0
    4747     * @param      string    $plugin_name       The name of the plugin.
    4848     * @param      string    $version    The version of this plugin.
     
    5858     * Register the stylesheets for the public-facing side of the site.
    5959     *
    60      * @since    1.0.0
     60     * @since    1.0
    6161     */
    6262    public function enqueue_styles() {
     
    8181     * Register the JavaScript for the public-facing side of the site.
    8282     *
    83      * @since    1.0.0
     83     * @since    1.0
    8484     */
    8585    public function enqueue_scripts() {
  • cf7-notie/trunk/public/partials/cf7_notie-public-display.php

    r1289759 r1294178  
    77 *
    88 * @link       http://www.fabbricaweb.com.br
    9  * @since      1.0.0
     9 * @since      1.0
    1010 *
    1111 * @package    Cf7_notie
  • cf7-notie/trunk/uninstall.php

    r1289759 r1294178  
    2121 *
    2222 * @link       http://www.fabbricaweb.com.br
    23  * @since      1.0.0
     23 * @since      1.0
    2424 *
    2525 * @package    Cf7_notie
Note: See TracChangeset for help on using the changeset viewer.