Plugin Directory

Changeset 2561941


Ignore:
Timestamp:
07/10/2021 03:18:01 PM (4 years ago)
Author:
felipeloureirosantos
Message:

Update to version 1.0.0 from GitHub

Location:
presets
Files:
12 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • presets/tags/1.0.0/modules/modules.php

    r2528504 r2561941  
    22
    33require_once plugin_dir_path( __FILE__ ) . 'woocommerce/module.php';
     4require_once plugin_dir_path( __FILE__ ) . 'notes/module.php';
  • presets/tags/1.0.0/presets.php

    r2528504 r2561941  
    66 * Author URI:      https://github.com/felipelousantos/wp-presets/graphs/contributors
    77 * Text Domain:     presets
    8  * Version:         0.3.0
     8 * Version:         1.0.0
    99 *
    1010 * @package Presets
  • presets/tags/1.0.0/readme.txt

    r2528504 r2561941  
    33Tags: tests, debug
    44Requires at least: 5.0
    5 Tested up to: 5.7
     5Tested up to: 5.8
    66Requires PHP: 7.0
    7 Stable tag: 0.3.0
     7Stable tag: 1.0.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • presets/tags/1.0.0/src/actions/apply-presets.php

    r2528504 r2561941  
    7272    ?>
    7373        <div class="notice notice-success is-dismissible">
    74             <p><?php _e( 'The settings were applied as expected! ' ); ?></p>
     74        <p><?php _e( 'The settings were applied as expected! ' ); ?></p>
     75        <?php do_action( 'presets_admin_notice_sucess' ); ?>
    7576        </div>
    7677    <?php
  • presets/trunk/modules/modules.php

    r2528504 r2561941  
    22
    33require_once plugin_dir_path( __FILE__ ) . 'woocommerce/module.php';
     4require_once plugin_dir_path( __FILE__ ) . 'notes/module.php';
  • presets/trunk/presets.php

    r2528504 r2561941  
    66 * Author URI:      https://github.com/felipelousantos/wp-presets/graphs/contributors
    77 * Text Domain:     presets
    8  * Version:         0.3.0
     8 * Version:         1.0.0
    99 *
    1010 * @package Presets
  • presets/trunk/readme.txt

    r2528504 r2561941  
    33Tags: tests, debug
    44Requires at least: 5.0
    5 Tested up to: 5.7
     5Tested up to: 5.8
    66Requires PHP: 7.0
    7 Stable tag: 0.3.0
     7Stable tag: 1.0.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • presets/trunk/src/actions/apply-presets.php

    r2528504 r2561941  
    7272    ?>
    7373        <div class="notice notice-success is-dismissible">
    74             <p><?php _e( 'The settings were applied as expected! ' ); ?></p>
     74        <p><?php _e( 'The settings were applied as expected! ' ); ?></p>
     75        <?php do_action( 'presets_admin_notice_sucess' ); ?>
    7576        </div>
    7677    <?php
Note: See TracChangeset for help on using the changeset viewer.