Changeset 1294178
- Timestamp:
- 11/25/2015 02:10:37 PM (10 years ago)
- Location:
- cf7-notie/trunk
- Files:
-
- 2 added
- 12 edited
-
README.txt (modified) (1 diff)
-
admin/class-cf7_notie-admin.php (modified) (15 diffs)
-
admin/partials/cf7_notie-admin-display.php (modified) (1 diff)
-
assets (added)
-
assets/banner-772x250.png (added)
-
cf7_notie.php (modified) (3 diffs)
-
includes/class-cf7_notie-activator.php (modified) (3 diffs)
-
includes/class-cf7_notie-deactivator.php (modified) (3 diffs)
-
includes/class-cf7_notie-i18n.php (modified) (5 diffs)
-
includes/class-cf7_notie-loader.php (modified) (8 diffs)
-
includes/class-cf7_notie.php (modified) (14 diffs)
-
public/class-cf7_notie-public.php (modified) (6 diffs)
-
public/partials/cf7_notie-public-display.php (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cf7-notie/trunk/README.txt
r1289759 r1294178 3 3 Donate link: https://www.fabbricaweb.com.br 4 4 Tags: contact form 7, wpcf7,contact form 7 addon, contact form, notie 5 Requires at least: 3. 0.15 Requires at least: 3.1.0 6 6 Tested up to: 4.3 7 7 Stable tag: 1.0 -
cf7-notie/trunk/admin/class-cf7_notie-admin.php
r1289759 r1294178 5 5 * 6 6 * @link http://www.fabbricaweb.com.br 7 * @since 1.0 .07 * @since 1.0 8 8 * 9 9 * @package Cf7_notie … … 26 26 * The ID of this plugin. 27 27 * 28 * @since 1.0 .028 * @since 1.0 29 29 * @access private 30 30 * @var string $plugin_name The ID of this plugin. … … 35 35 * The options name to be used in this plugin 36 36 * 37 * @since 1.0 .037 * @since 1.0 38 38 * @access private 39 39 * @var string $option_name Option name of this plugin … … 44 44 * The version of this plugin. 45 45 * 46 * @since 1.0 .046 * @since 1.0 47 47 * @access private 48 48 * @var string $version The current version of this plugin. … … 53 53 * Initialize the class and set its properties. 54 54 * 55 * @since 1.0 .055 * @since 1.0 56 56 * @param string $plugin_name The name of this plugin. 57 57 * @param string $version The version of this plugin. … … 67 67 * Register the stylesheets for the admin area. 68 68 * 69 * @since 1.0 .069 * @since 1.0 70 70 */ 71 71 public function enqueue_styles() { … … 93 93 * Register the JavaScript for the admin area. 94 94 * 95 * @since 1.0 .095 * @since 1.0 96 96 */ 97 97 public function enqueue_scripts() { … … 116 116 * Add an options page under the Settings submenu 117 117 * 118 * @since 1.0 .0118 * @since 1.0 119 119 */ 120 120 public function add_options_page() { … … 133 133 * Render the options page for plugin 134 134 * 135 * @since 1.0 .0135 * @since 1.0 136 136 */ 137 137 public function display_options_page() { … … 143 143 * Render the options page for plugin 144 144 * 145 * @since 1.0 .0145 * @since 1.0 146 146 */ 147 147 public function register_setting() { … … 189 189 /** 190 190 * Function that will check if value is a valid HEX color. * 191 * @since 1.0 .0191 * @since 1.0 192 192 */ 193 193 public function cf7_notie_check_color( $value ) { … … 204 204 * Render the text for the general section 205 205 * 206 * @since 1.0 .0206 * @since 1.0 207 207 */ 208 208 public function cf7_notie_general_cb() { … … 214 214 * Render the treshold day input for this plugin 215 215 * 216 * @since 1.0 .0216 * @since 1.0 217 217 */ 218 218 public function cf7_notie_success_bg_cb() { … … 224 224 * Render the treshold day input for this plugin 225 225 * 226 * @since 1.0 .0226 * @since 1.0 227 227 */ 228 228 public function cf7_notie_warning_bg_cb() { … … 234 234 * Render the treshold day input for this plugin 235 235 * 236 * @since 1.0 .0236 * @since 1.0 237 237 */ 238 238 public function cf7_notie_error_bg_cb() { -
cf7-notie/trunk/admin/partials/cf7_notie-admin-display.php
r1289759 r1294178 7 7 * 8 8 * @link http://www.fabbricaweb.com.br 9 * @since 1.0 .09 * @since 1.0 10 10 * 11 11 * @package Cf7_notie -
cf7-notie/trunk/cf7_notie.php
r1289759 r1294178 4 4 * 5 5 * @link http://www.fabbricaweb.com.br 6 * @since 1.0 .06 * @since 1.0 7 7 * @package Cf7_notie 8 8 * … … 10 10 * Plugin Name: CF7 Notie 11 11 * Description: Display Contact Form 7 response messages as an alternative the standard alert dialog. 12 * Version: 1.0 .012 * Version: 1.0 13 13 * Author: FabbricaWeb 14 14 * Author URI: http://www.fabbricaweb.com.br … … 58 58 * not affect the page life cycle. 59 59 * 60 * @since 1.0 .060 * @since 1.0 61 61 */ 62 62 function run_cf7_notie() { -
cf7-notie/trunk/includes/class-cf7_notie-activator.php
r1289759 r1294178 5 5 * 6 6 * @link http://www.fabbricaweb.com.br 7 * @since 1.0 .07 * @since 1.0 8 8 * 9 9 * @package Cf7_notie … … 16 16 * This class defines all code necessary to run during the plugin's activation. 17 17 * 18 * @since 1.0 .018 * @since 1.0 19 19 * @package Cf7_notie 20 20 * @subpackage Cf7_notie/includes … … 28 28 * Long Description. 29 29 * 30 * @since 1.0 .030 * @since 1.0 31 31 */ 32 32 public static function activate() { -
cf7-notie/trunk/includes/class-cf7_notie-deactivator.php
r1289759 r1294178 5 5 * 6 6 * @link http://www.fabbricaweb.com.br 7 * @since 1.0 .07 * @since 1.0 8 8 * 9 9 * @package Cf7_notie … … 16 16 * This class defines all code necessary to run during the plugin's deactivation. 17 17 * 18 * @since 1.0 .018 * @since 1.0 19 19 * @package Cf7_notie 20 20 * @subpackage Cf7_notie/includes … … 28 28 * Long Description. 29 29 * 30 * @since 1.0 .030 * @since 1.0 31 31 */ 32 32 public static function deactivate() { -
cf7-notie/trunk/includes/class-cf7_notie-i18n.php
r1289759 r1294178 8 8 * 9 9 * @link http://www.fabbricaweb.com.br 10 * @since 1.0 .010 * @since 1.0 11 11 * 12 12 * @package Cf7_notie … … 20 20 * so that it is ready for translation. 21 21 * 22 * @since 1.0 .022 * @since 1.0 23 23 * @package Cf7_notie 24 24 * @subpackage Cf7_notie/includes … … 30 30 * The domain specified for this plugin. 31 31 * 32 * @since 1.0 .032 * @since 1.0 33 33 * @access private 34 34 * @var string $domain The domain identifier for this plugin. … … 39 39 * Load the plugin text domain for translation. 40 40 * 41 * @since 1.0 .041 * @since 1.0 42 42 */ 43 43 public function load_plugin_textdomain() { … … 54 54 * Set the domain equal to that of the specified domain. 55 55 * 56 * @since 1.0 .056 * @since 1.0 57 57 * @param string $domain The domain that represents the locale of this plugin. 58 58 */ -
cf7-notie/trunk/includes/class-cf7_notie-loader.php
r1289759 r1294178 5 5 * 6 6 * @link http://www.fabbricaweb.com.br 7 * @since 1.0 .07 * @since 1.0 8 8 * 9 9 * @package Cf7_notie … … 27 27 * The array of actions registered with WordPress. 28 28 * 29 * @since 1.0 .029 * @since 1.0 30 30 * @access protected 31 31 * @var array $actions The actions registered with WordPress to fire when the plugin loads. … … 36 36 * The array of filters registered with WordPress. 37 37 * 38 * @since 1.0 .038 * @since 1.0 39 39 * @access protected 40 40 * @var array $filters The filters registered with WordPress to fire when the plugin loads. … … 45 45 * Initialize the collections used to maintain the actions and filters. 46 46 * 47 * @since 1.0 .047 * @since 1.0 48 48 */ 49 49 public function __construct() { … … 57 57 * Add a new action to the collection to be registered with WordPress. 58 58 * 59 * @since 1.0 .059 * @since 1.0 60 60 * @param string $hook The name of the WordPress action that is being registered. 61 61 * @param object $component A reference to the instance of the object on which the action is defined. … … 71 71 * Add a new filter to the collection to be registered with WordPress. 72 72 * 73 * @since 1.0 .073 * @since 1.0 74 74 * @param string $hook The name of the WordPress filter that is being registered. 75 75 * @param object $component A reference to the instance of the object on which the filter is defined. … … 86 86 * collection. 87 87 * 88 * @since 1.0 .088 * @since 1.0 89 89 * @access private 90 90 * @param array $hooks The collection of hooks that is being registered (that is, actions or filters). … … 113 113 * Register the filters and actions with WordPress. 114 114 * 115 * @since 1.0 .0115 * @since 1.0 116 116 */ 117 117 public function run() { -
cf7-notie/trunk/includes/class-cf7_notie.php
r1289759 r1294178 8 8 * 9 9 * @link http://www.fabbricaweb.com.br 10 * @since 1.0 .010 * @since 1.0 11 11 * 12 12 * @package Cf7_notie … … 23 23 * version of the plugin. 24 24 * 25 * @since 1.0 .025 * @since 1.0 26 26 * @package Cf7_notie 27 27 * @subpackage Cf7_notie/includes … … 34 34 * the plugin. 35 35 * 36 * @since 1.0 .036 * @since 1.0 37 37 * @access protected 38 38 * @var Cf7_notie_Loader $loader Maintains and registers all hooks for the plugin. … … 43 43 * The unique identifier of this plugin. 44 44 * 45 * @since 1.0 .045 * @since 1.0 46 46 * @access protected 47 47 * @var string $plugin_name The string used to uniquely identify this plugin. … … 52 52 * The current version of the plugin. 53 53 * 54 * @since 1.0 .054 * @since 1.0 55 55 * @access protected 56 56 * @var string $version The current version of the plugin. … … 65 65 * the public-facing side of the site. 66 66 * 67 * @since 1.0 .067 * @since 1.0 68 68 */ 69 69 public function __construct() { 70 70 71 71 $this->plugin_name = 'cf7_notie'; 72 $this->version = '1.0 .0';72 $this->version = '1.0'; 73 73 74 74 $this->load_dependencies(); … … 92 92 * with WordPress. 93 93 * 94 * @since 1.0 .094 * @since 1.0 95 95 * @access private 96 96 */ … … 130 130 * with WordPress. 131 131 * 132 * @since 1.0 .0132 * @since 1.0 133 133 * @access private 134 134 */ … … 146 146 * of the plugin. 147 147 * 148 * @since 1.0 .0148 * @since 1.0 149 149 * @access private 150 150 */ … … 164 164 * of the plugin. 165 165 * 166 * @since 1.0 .0166 * @since 1.0 167 167 * @access private 168 168 */ … … 180 180 * Run the loader to execute all of the hooks with WordPress. 181 181 * 182 * @since 1.0 .0182 * @since 1.0 183 183 */ 184 184 public function run() { … … 190 190 * WordPress and to define internationalization functionality. 191 191 * 192 * @since 1.0 .0192 * @since 1.0 193 193 * @return string The name of the plugin. 194 194 */ … … 200 200 * The reference to the class that orchestrates the hooks with the plugin. 201 201 * 202 * @since 1.0 .0202 * @since 1.0 203 203 * @return Cf7_notie_Loader Orchestrates the hooks of the plugin. 204 204 */ … … 210 210 * Retrieve the version number of the plugin. 211 211 * 212 * @since 1.0 .0212 * @since 1.0 213 213 * @return string The version number of the plugin. 214 214 */ -
cf7-notie/trunk/public/class-cf7_notie-public.php
r1289759 r1294178 5 5 * 6 6 * @link http://www.fabbricaweb.com.br 7 * @since 1.0 .07 * @since 1.0 8 8 * 9 9 * @package Cf7_notie … … 26 26 * The ID of this plugin. 27 27 * 28 * @since 1.0 .028 * @since 1.0 29 29 * @access private 30 30 * @var string $plugin_name The ID of this plugin. … … 35 35 * The version of this plugin. 36 36 * 37 * @since 1.0 .037 * @since 1.0 38 38 * @access private 39 39 * @var string $version The current version of this plugin. … … 44 44 * Initialize the class and set its properties. 45 45 * 46 * @since 1.0 .046 * @since 1.0 47 47 * @param string $plugin_name The name of the plugin. 48 48 * @param string $version The version of this plugin. … … 58 58 * Register the stylesheets for the public-facing side of the site. 59 59 * 60 * @since 1.0 .060 * @since 1.0 61 61 */ 62 62 public function enqueue_styles() { … … 81 81 * Register the JavaScript for the public-facing side of the site. 82 82 * 83 * @since 1.0 .083 * @since 1.0 84 84 */ 85 85 public function enqueue_scripts() { -
cf7-notie/trunk/public/partials/cf7_notie-public-display.php
r1289759 r1294178 7 7 * 8 8 * @link http://www.fabbricaweb.com.br 9 * @since 1.0 .09 * @since 1.0 10 10 * 11 11 * @package Cf7_notie -
cf7-notie/trunk/uninstall.php
r1289759 r1294178 21 21 * 22 22 * @link http://www.fabbricaweb.com.br 23 * @since 1.0 .023 * @since 1.0 24 24 * 25 25 * @package Cf7_notie
Note: See TracChangeset
for help on using the changeset viewer.