Skip to content

Commit

Permalink
Merge pull request #988 from WPChill/2.8.14
Browse files Browse the repository at this point in the history
2.8.14
  • Loading branch information
TeoAlex committed Jul 8, 2024
2 parents af7ceec + 64ada70 commit 3863f63
Show file tree
Hide file tree
Showing 19 changed files with 19,317 additions and 47,872 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": [ "@babel/preset-env", "@babel/preset-react" ]
}
4 changes: 2 additions & 2 deletions Modula.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://wp-modula.com/
* Description: Modula is the most powerful, user-friendly WordPress gallery plugin. Add galleries, masonry grids and more in a few clicks.
* Author: WPChill
* Version: 2.8.13
* Version: 2.8.14
* Author URI: https://www.wpchill.com/
* License: GPLv3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -47,7 +47,7 @@
* @since 2.0.2
*/

define( 'MODULA_LITE_VERSION', '2.8.13' );
define( 'MODULA_LITE_VERSION', '2.8.14' );
define( 'MODULA_PATH', plugin_dir_path( __FILE__ ) );
define( 'MODULA_URL', plugin_dir_url( __FILE__ ) );
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL', 'https://wp-modula.com' );
Expand Down
Binary file modified assets/.DS_Store
Binary file not shown.
Loading

0 comments on commit 3863f63

Please sign in to comment.