Skip to content

Commit 4bffd03

Browse files
committed
Remove system files and redundant config; verify config was duplicate; bump version to 5.0.4 after successful tests; update README and index.html to reflect version 5.0.4
1 parent 1bbe753 commit 4bffd03

File tree

7 files changed

+4
-20
lines changed

7 files changed

+4
-20
lines changed

.DS_Store

-10 KB
Binary file not shown.

.babelrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[![Join the chat at https://gitter.im/jAlert/Lobby](https://badges.gitter.im/jAlert/Lobby.svg)](https://gitter.im/jAlert/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22
![License](https://img.shields.io/badge/License-MIT-blue.svg)
33
![Build](https://img.shields.io/badge/Build-Passing-green.svg)
4-
[![npm](https://img.shields.io/badge/NPM-v5.0.1-blue.svg)](https://npmjs.com/package/jAlert)
4+
[![npm](https://img.shields.io/badge/NPM-v5.0.4-blue.svg)](https://npmjs.com/package/jAlert)
55

66
# jAlert - The Ultimate jQuery Modal & Lightbox Plugin
77

8-
**🚀 Version 5.0.1 - Completely Modernized!** A powerful, lightweight jQuery plugin for creating stunning modals, popups, lightboxes, and image slideshows. Perfect for modern web applications that need beautiful, accessible, and responsive dialogs.
8+
**🚀 Version 5.0.4 - Completely Modernized!** A powerful, lightweight jQuery plugin for creating stunning modals, popups, lightboxes, and image slideshows. Perfect for modern web applications that need beautiful, accessible, and responsive dialogs.
99

1010
## ✨ Why Choose jAlert?
1111

index-assets/Thumbs.db

-21 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h1 class="font-bree-serif">jAlert Version 5</h1>
8686
<p class="font-open-sans-normal">Simple jQuery Modal | Popup | Lightbox | Alert Plugin</p>
8787
<p style='margin: 10px auto; margin-top: 20px; background: white;padding:20px; border-radius: 20px;'>Whether you call it a lightbox, modal, popup, or window, jAlert is an excellent replacement / alternative for Simple Modal, FancyBox, or whatever plugin you're used to.</p>
8888

89-
<p class="jumbo"> <a href="https://github.com/HTMLGuyLLC/jAlert" class="btn btn-inverse btn-large font-open-sans-normal"><strong>View Plugin on GitHub</strong></a> <a href="https://github.com/HTMLGuyLLC/jAlert/archive/master.zip" class="btn btn-success btn-large font-open-sans-normal"><strong>Download Plugin </strong><small>(v5)</small></a> </p>
89+
<p class="jumbo"> <a href="https://github.com/HTMLGuyLLC/jAlert" class="btn btn-inverse btn-large font-open-sans-normal"><strong>View Plugin on GitHub</strong></a> <a href="https://github.com/HTMLGuyLLC/jAlert/archive/master.zip" class="btn btn-success btn-large font-open-sans-normal"><strong>Download Plugin </strong><small>(v5.0.4)</small></a> </p>
9090

9191
<p class="share"> <a href="https://twitter.com/intent/tweet?screen_name=htmlguyllc" class="twitter-mention-button" data-related="verswerks">Tweet to @htmlguyllc</a>
9292
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "jAlert",
4-
"version": "5.0.3",
4+
"version": "5.0.4",
55
"description": "Simple jQuery (Modal | Popup | Lightbox | Alert) Plugin - ES5 compatible",
66
"main": "dist/jAlert.min.js",
77
"scripts": {

postcss.config.cjs

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)