Changeset 2561941
- Timestamp:
- 07/10/2021 03:18:01 PM (4 years ago)
- Location:
- presets
- Files:
-
- 12 added
- 8 edited
- 1 copied
-
tags/1.0.0 (copied) (copied from presets/trunk)
-
tags/1.0.0/modules/modules.php (modified) (1 diff)
-
tags/1.0.0/modules/notes (added)
-
tags/1.0.0/modules/notes/actions (added)
-
tags/1.0.0/modules/notes/actions/general-settings.php (added)
-
tags/1.0.0/modules/notes/fields (added)
-
tags/1.0.0/modules/notes/fields/general-settings.php (added)
-
tags/1.0.0/modules/notes/module.php (added)
-
tags/1.0.0/presets.php (modified) (1 diff)
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
tags/1.0.0/src/actions/apply-presets.php (modified) (1 diff)
-
trunk/modules/modules.php (modified) (1 diff)
-
trunk/modules/notes (added)
-
trunk/modules/notes/actions (added)
-
trunk/modules/notes/actions/general-settings.php (added)
-
trunk/modules/notes/fields (added)
-
trunk/modules/notes/fields/general-settings.php (added)
-
trunk/modules/notes/module.php (added)
-
trunk/presets.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/actions/apply-presets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
presets/tags/1.0.0/modules/modules.php
r2528504 r2561941 2 2 3 3 require_once plugin_dir_path( __FILE__ ) . 'woocommerce/module.php'; 4 require_once plugin_dir_path( __FILE__ ) . 'notes/module.php'; -
presets/tags/1.0.0/presets.php
r2528504 r2561941 6 6 * Author URI: https://github.com/felipelousantos/wp-presets/graphs/contributors 7 7 * Text Domain: presets 8 * Version: 0.3.08 * Version: 1.0.0 9 9 * 10 10 * @package Presets -
presets/tags/1.0.0/readme.txt
r2528504 r2561941 3 3 Tags: tests, debug 4 4 Requires at least: 5.0 5 Tested up to: 5. 75 Tested up to: 5.8 6 6 Requires PHP: 7.0 7 Stable tag: 0.3.07 Stable tag: 1.0.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
presets/tags/1.0.0/src/actions/apply-presets.php
r2528504 r2561941 72 72 ?> 73 73 <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' ); ?> 75 76 </div> 76 77 <?php -
presets/trunk/modules/modules.php
r2528504 r2561941 2 2 3 3 require_once plugin_dir_path( __FILE__ ) . 'woocommerce/module.php'; 4 require_once plugin_dir_path( __FILE__ ) . 'notes/module.php'; -
presets/trunk/presets.php
r2528504 r2561941 6 6 * Author URI: https://github.com/felipelousantos/wp-presets/graphs/contributors 7 7 * Text Domain: presets 8 * Version: 0.3.08 * Version: 1.0.0 9 9 * 10 10 * @package Presets -
presets/trunk/readme.txt
r2528504 r2561941 3 3 Tags: tests, debug 4 4 Requires at least: 5.0 5 Tested up to: 5. 75 Tested up to: 5.8 6 6 Requires PHP: 7.0 7 Stable tag: 0.3.07 Stable tag: 1.0.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
presets/trunk/src/actions/apply-presets.php
r2528504 r2561941 72 72 ?> 73 73 <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' ); ?> 75 76 </div> 76 77 <?php
Note: See TracChangeset
for help on using the changeset viewer.