Skip to content

Commit

Permalink
Merge pull request #893 from Danny-Guzman/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Danny-Guzman committed Apr 29, 2024
2 parents efaeb05 + dc871f3 commit 9efdd19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
CAWeb 1.11.0
- Added Custom Fields action
- Added Action during CAWeb Options

CAWeb 1.10.7
- Added register_meta for the Navigation Meta Fields, allowing these fields to be editable via Rest API

Expand Down
2 changes: 2 additions & 0 deletions inc/options.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ function caweb_save_options( $values = array(), $files = array() ) {
update_option( $opt, $val );
}

do_action('caweb_save_options');

print '<div class="updated notice is-dismissible"><p><strong>CAWeb Options</strong> have been updated.</p><button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button></div>';
}

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Author: California Department of Technology
Author URI: "https://github.com/CAWebPublishing/CAWeb/"
Template: Divi
Version: 1.10.8
Version: 1.11.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 9efdd19

Please sign in to comment.